Re: tools.jar missing?

2006-05-08 Thread Oliver Schalch
the JDK has the tools.jar and if your JAVA_HOME or some PATH points to the JRE it wont find the tools.jar... Oliver -- Oliver Schalch [EMAIL PROTECTED] Wyona Inc.  -   Open Source Content Management   -   Apache Lenya http://www.wyona.com

Javac tasks (when calling from java)

2006-04-03 Thread Oliver Schalch
write a own classloader with the tools.jar in it, and use it with project#setClassLoader ? Any hints, please. Thanks Oliver -- Oliver Schalch [EMAIL PROTECTED] Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com

Calling ant targets from Java

2006-04-03 Thread Oliver Schalch
t.executeTarget(prepareAntTargets()); What I want is first calling from build.xml the init targets, thats all, then after that is done, I need to call targets from the buildgenerated.xml. I'm not quite sure how I would do this, any hints and tipps are apprentiaced... Thanks, Oliver