multiple compilations

2005-05-26 Thread Steve McIntosh
Hi. I've been searching around the documentation and this list to try to find the answer to this question, but I've so far been unsuccessful. I have a build file that does several separate compilations. What I'd like to do is use the MailLogger to send notification of the results of the build:

Forcing the classpath

2005-03-27 Thread Steve McIntosh
I am attempting to find a way to force the contents of the classpath passed to javac. To put that another way, I would like to remove the ability for a user on my network to pass any classpath to javac other than the one I (the administrator) specify. Ideally, a user could write a build.xml which c

Forcing the classpath

2005-03-26 Thread Steve McIntosh
I am attempting to find a way to force the contents of the classpath passed to javac. To put that another way, I would like to remove the ability for a user on my network to pass any classpath to javac other than the one I (the administrator) specify. Ideally, a user could write a build.xml which