Re: Javac.java

2006-07-12 Thread William Chu
(this.getOwningTarget()); javac.setTaskName(this.getTaskName()); javac.setDescription(this.getDescription()); javac.setLocation(this.getLocation()); javac.setTaskType(this.getTaskType()); Regards, Antoine Original-Nachricht Datum: Wed, 12 Jul 2006 09:42:59

Javac.java

2006-07-12 Thread William Chu
Hello, How do I set the bootclasspath attribute for Javac? I need the Javac object first and then I can set the attribute via the setBootClasspath() method, but who creates the Javac object? I can't seem to find how the object is created. Thanks, WIll ---

bootclasspath and Javac.java

2006-07-11 Thread William Chu
Hello, I am trying to set the bootclasspath variable for ant. I want to pass the value from the command line. In Main.java there is method called processArgs which takes the arguments from the command line and processes them. I see that in apache-ant-1.6.5/src/main/org/apache/tools/ant/taskdef