Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Issue with fileset of copy task

dheeraj tandon

2008-02-14

Replies: Find Java Web Hosting

Author LoginPost Reply
Hi,

I have 2 machines and both has same ant(1.6.5) and java(1.5) versions.

When i compile a code in both the machine,

Machine 1 acts correctly. But in Machine2 the filesets are copied in
the reverse order. i.e.,

Example: (trimmed)
<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 ?
--
Regrds

Dheeraj Tandon
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.