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

optional hexadecimal forms for integer types

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-04-19 17:31 -------
org.apache.tools.ant.types.FlexInteger has been added to Ant's codebase for Ant 
1.5.  Its slightly different than the Hex class posted here, as its toString 
method merely returns the integer value. To convert back to hex/octal get the 
intValue and convert from there in your own code.  I'm going to mark this 
as "FIXED" since its a viable workaround that allows tasks to take a 
FlexInteger class when hex/octal input is needed.

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

Reply via email to