On 28 Jan 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Tue, 28 Jan 2003, Erik Hatcher
> <[EMAIL PROTECTED]> wrote:

>> But this should be a one-liner that only takes a second for you to
>> set up, right?
> 
> Unlikely, I'd bet it will take at least five lines 8-)

Actually

  <project name="ant-xdocs-proposal">
    <ant basedir="proposal/xdocs" target="docs-from-scratch">
      <property name="ant.home" reference="home" project="jakarta-ant"/>
    </ant>
    <depend project="jakarta-ant"/>
    <depend project="xml-xerces"/>
    <depend project="xdoclet" inherit="runtime"/>
    <nag to="[EMAIL PROTECTED]"
         from="Erik Hatcher &lt;[EMAIL PROTECTED]&gt;"/>
  </project>

Man is this noisy, literally hundreds of lines looking like

[antdoclet] (ConfigParamIntrospector.fillConfigParamsHashMapUsingReflectionFor 
232 ) configs.size()=55
[antdoclet] (XDocletMain.start                   32  ) Context successfully 
loaded.

Some strange messages like this

[antdoclet] Error parsing File 
/home/bodewig/dev/gump/jakarta-ant/src/main/org/apache/tools/ant/listener/AnsiColorLogger.java:Lexical
 error: xjavadoc.TokenMgrError: Lexical error at line 163, column 44.  
Encountered: "u" (117), after : "\"\\"

for a perfectly valid unicode escape.

And in the end

BUILD FAILED
java.lang.OutOfMemoryError

Total time: 46 seconds

Which is likely to happen in nightly builds as well.

I'll see whether I can patch Gump to accept JVM arguments and up the
memory and will commit what I currently have as-is.

Stefan

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

Reply via email to