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

Attributes Compiler ignores Sub-Packages

           Summary: Attributes Compiler ignores Sub-Packages
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: attributes
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


when i use the ant task to generate the metadata-classes
everything is ok, if i place java-files only in the
default package. the attributes compiler is not able to 
detect attribute definitions in java-files below the
default package.

<taskdef resource="org/apache/commons/attributes/anttasks.properties" />
<target name="attributes">
        <attribute-compiler destdir="temp/">
                <fileset dir="src" includes="*.java" />
        </attribute-compiler>
</target>

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

Reply via email to