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=9990>.
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=9990

Available fails to find directories with similar names

           Summary: Available fails to find directories with similar names
           Product: Ant
           Version: 1.5Beta2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have the following directory structure:
/scope
   /src
      build.xml
/scope_inprogress
   /src
/timewarp
   /src

My build.xml looks like:
<project basedir="..">
   <target name="init">
      <available name="scope.present" file="../scope" />
      <available name="scope.inprogress.present" file="../scope_inprogress" />
      <available name="timewarp.present" file="../timewarp" />
   </target> 
</project>
Now i'm getting the following:
scope.present = true
scope.inprogress.present = nothing
timewarp.present = true

If i rename scope_inprogress to scope2 for example, available still cannot find
this directory, but if i rename it as 2scope then it finds it...

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to