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

http://issues.apache.org/bugzilla/show_bug.cgi?id=27976

excludes in filesets doesnt work

           Summary: excludes in filesets doesnt work
           Product: Ant
           Version: 1.6.1
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


excludes attribute in fileset doesnt work while using with javac/java with 
fork=true, 

<path id="classpath.base">
                <fileset dir="${env.FALIB_HOME}" 
excludes="${dependency_files}" />
                <pathelement location="${classes}" />
</path>

<java classname="com.solarmetric.kodo.enhance.JDOEnhancer" 
classpathref="classpath.base" fork="true" dir="${classes}" failonerror="true" 
jvm="${jvm}"/>

includes work if i specify inverse of the files to be excluded

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

Reply via email to