--- "Rahamim, Zvi (Zvi)" <[EMAIL PROTECTED]> wrote: > I run javac task and in the classpath I put some jars. > I want to use only these jars (I mean that I don't want the classpath to > be the Ant classpath and the jars). > Is there a way to do it (something like running: java -cp ...)
See the 'includeAntRuntime' and 'includeJavaRuntime' attributes in the "Parameters" table of the Javac task description in the doc. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
