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

java.io.FileNotFoundException

           Summary: java.io.FileNotFoundException
           Product: Ant
           Version: 1.5.4
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I using <style> task to transform xml ant throws FileNotFoundException.
at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:497)
at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:267)
...
The problem is with path names, when basedir (of style task) contains 
subdirectories
It occurs if I don't use the includes attribute or use it with **/*. or **/*.*
but not if **/*.ext (fortunatelly)
It does not occur if basedir of task contains no directory.
An example 
If I have basedir/subdir/foo.xml it reports basedir/foo.xml not found
so subdir dissappears, as I find out from sources.
Hope it helps.


Franc,ois

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

Reply via email to