If you configure the task correctly the file order doesn't matter: the compiler will figure out the proper order.
____________________________________________________________________________________________
Jeffrey E. (Jeff) Care
IBM WebSphere Application Server Development
WAS Pyxis Lead Release Engineer
WebSphere Mosiac
WebSphere Brandmark



"Chun Ji" <[EMAIL PROTECTED]> wrote on 07/05/2006 01:20:34 PM:

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

Reply via email to