Hi
I can edit a "list.txt" files as follows
"
com/manager/useraccount/**
com/contractor/useraccount/**
com/supplier/useraccount/**
com/users/useraccount/**
...
"
And put such target in the build.xml
"<target name="compile" ... >
<javac .... includesfile="list.txt">
</target>
"
In that way, the ANT will compile the files under each directory I specified
one by one, but is in Alphabetical Order, NOT the order I specified in that
list.
So the question I have is how to make these files compiled in the order I
specified ?
-cj
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]