DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18398>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18398

Sometimes the <parellel> task may lead to fail

           Summary: Sometimes the <parellel> task may lead to fail
           Product: Ant
           Version: 1.5.1
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In one of my projects, I compile several components like this:
(using "..." to omit some info)
<target ...>
  <ant antfile="common.xml" .../>
  <parellel>
    <ant antfile="comp1.xml" .../>
    <ant antfile="comp2.xml" .../>
    <ant antfile="comp3.xml" .../>
  </parellel>
</target>

The comp*.xml are independent to each other, but depend on the result of 
common.xml.
It's ok on Win2K, but sometimes it may make mistake on RedHat7.2.
The compile may result different output without any changes.
If without <parellel>, it's ok on Win2k & RedHat7.2.
jdk version: sun-jdk1.3.6

Thanks.

Reply via email to