> > <copy to=3D....>
> > <fileset 1/>
> > <fileset 2/>
> > <fileset 3/>
> > </copy>
> >
> > In Machine1 fileset 1,2,3 copied in order, But In machine2 it is
> > copied in the reverse order i.e., 3,2,1.
> >
> > Since some of my filesets has the different version of the
> same file i
> > am facing some issues.
> >
> > Please anyone let me know is there some parameter where u
> can set the
> > order of copy ?
>
> How about 3 copies instead? Guaranteed ordering ;-) --DD
>
> <copy to=3D....>
> <fileset 1/>
> </copy>
> <copy to=3D....>
> <fileset 2/>
> </copy>
> <copy to=3D....>
> <fileset 3/>
> </copy>
I dont think that there is a garuantee of the order ...
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|