You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/02/16 12:48:13 UTC

DO NOT REPLY [Bug 33604] New: - classconstants filter reader reads a limited number of constants per class.

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

           Summary: classconstants filter reader reads a limited number of
                    constants per class.
           Product: Ant
           Version: 1.6.0
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: major
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: ronen@jacada.com


The classconstants filter reader seems to be limited in the number of constants 
it can read from a single class file. I have a class with 184 constants of 
various types (int, short, string), which I want to load as properties with 
loadproperties task, but I keep getting an IOException when trying to load the 
file. 
I have to reduce them to 84 for classconstants to process the file, but this 
may not be a viable solution.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org