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:
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
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