// i forgot to attach the message :-( i have to invoke the idl-compiler (idlj) which can be done by:
java com.sun.tools.corba.se.idl.toJavaPortable.Compile the com.sun.tools.* packages come from the tools.jar in JAVA_HOME/lib/tools.jar and will be used allready to invoke the javac from ant. the tools.jar is included also during startup. File: ant.bat >if exist "%JAVA_HOME%\lib\tools.jar" call "%ANT_HOME%\bin\lcp.bat" %JAVA_HOME%\lib\tools.jar How can i access the classpath which includes the tools.jar in a <java> task to invoke the idlj ?! Thanks Jens Zastrow -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
