RE: path classpath

2008-10-24 Thread Martin Gainty
path env var is location for binaries..classpath env var is location for Java classes and Java jars Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmi

path classpath

2008-10-24 Thread Brendan Miller
What's the difference between path and classpath? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ant default classpath

2008-10-24 Thread Brendan Miller
In a build.xml I have, I have a javac task that I perfrom where I don't explicitly pass it any classpath. Yet, when I run ant -v, I get an enourmous classpath. What gives? How does ant construct it's default classpath? Is this documented anywhere? I didn't see anything in the javac task documentat

Re: Can I rename a file when jarring it?

2008-10-24 Thread supareno
Hendrik Maryns a écrit : supareno schreef: Hendrik , check out this: http://ant.apache.org/manual/CoreTypes/mapper.html#identity-mapper and this: http://ant.apache.org/manual/CoreTasks/copy.html "[...] *Copy a set of files to a directory, appending |.bak| to the file name on the fly*

Combining output from multiple javadoc tasks?

2008-10-24 Thread Markus Ueberall
Hi, Using a bridge/factory/adapter pattern combination, I'm facing the problem to combine the output from multiple javadoc tasks so that all backend-specific classes show up in the main index. While compiling the classes for the different backends works flawlessly using the first template belo