On Wed, 06 Oct 2004, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > >> On 6 Oct 2004, <[EMAIL PROTECTED]> wrote: > >>> <ant basedir="proposal/xdocs" target="docs-from-scratch"> >>> - <jvmarg value="-Xmx256m"/> > > This is the only occurence of this in the entire repository. > > Why doesn't anybody else has a problem with this?
Since nobody else needs more memory than the default invocation of Java provides? This particular project runs xdoclet on all Ant source files and the memory impact is quite visible. >> should better be supported. >> >>> - <ant target="gump" debug="true"> >>> + <ant target="gump"> >> Is supported by Gump (the Python incarnation) IIRC. > > This was used in 3/4 descriptors. I know. > I really don't understand why it should be a descriptor/based thing. Sometimes you simply don't get enough information about a build failure without that. For the people who don't run Gump instances themselves, this is the easiest way to get into the details. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
