In fact, I don't copy the sources...

I set up my build.xml files to point directly
to the source files in the Clear Case controlled
view. The classes go to a location specified
by a property. So in my production builds,
I just send the classes to a specified directory,
while developers, if they so choose by changing
the property from the command line or via ANT_OPTS,
send the classes into the directory tree with their sources.

No copying of directories from place to place is done.

[EMAIL PROTECTED] wrote:

> I don't know - I never figured it out either, and this specific technique
> used in many build.xml files made it much more difficult to convince some
> developers to use Ant over make.

Reply via email to