From e8b03d5717c79ea996af15642b0f7c9ee4abc693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pl=C3=BCmicke?= Date: Fri, 2 Jan 2015 15:54:59 +0100 Subject: [PATCH] Pfad in Bytecode/Classfile angepasst --- bin/.gitignore | 4 +++- src/de/dhbwstuttgart/bytecode/ClassFile.java | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/.gitignore b/bin/.gitignore index ba369ba7..a3254800 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,6 +1,8 @@ +/bytecode/ /de/ +/log4j.xml +/log4jTesting.xml /mycompiler/ /parser/ /plugindevelopment/ /syntaxTree/ -/bytecode/ diff --git a/src/de/dhbwstuttgart/bytecode/ClassFile.java b/src/de/dhbwstuttgart/bytecode/ClassFile.java index d5165110..9fc2cd91 100755 --- a/src/de/dhbwstuttgart/bytecode/ClassFile.java +++ b/src/de/dhbwstuttgart/bytecode/ClassFile.java @@ -744,7 +744,8 @@ public class ClassFile // Datei vorbereiten //File file = new File(MyCompiler.getAPI().getOutputDir() - File file = new File ("/Users/pl/forschung/PIZZA+/JVM_Generics/Testfiles/" + File file = new File ("/Users/pl/ResearchPapers/PIZZA+/Intersection_Types/" + //File file = new File ("/Users/pl/ResearchPapers/PIZZA+/JVM_Generics/Testfiles/" + class_name + ".class"); FileOutputStream f = new FileOutputStream(file);