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=16424>. 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=16424 Can a property go into a container called Properties? Summary: Can a property go into a container called Properties? Product: Ant Version: 1.5.1 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using Sun ONE Studio viewing an Ant script, the number of property nodes tend to be long. And every time I edit something in the (Ant) file, Sun One repaints the explorer window, and by the nature of Murphy, the nodes I'm editing is of cource at the bottom of the list. If all Ant properties could go into a new container called 'Properties', they can be expanded at will, letting the *important* nodes such as builds etc high in the list. Motivation: First the tool (Ant) have to support the idea (which it doesn't), then a similar bug report have to be submitted to the Forte team. In the Ant build.xml this should look like this: <properties> <property name="firstProperty" .../> <property name="anotherProperty" .../> </properties> Regards Vidar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>