You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/11/09 12:49:21 UTC

jvmarg gets ignored

Hi,

since nagoya is down I post it here before I forget about it.

If you look at the ant-xdocs-proposal build output you'll see no sign
of -Xmx512m even though it should be there.

My limited understanding leads me to think that the reason is this
code in project.py (line 546 in revision 57013)

        for jvmarg in self.getDomChildIterator('jvmarg'):

which - I think - iterates over the children of <project>, not <ant>
or <maven>.

I'm a bit unsure about how we want to fix it.

Maybe this really is more a property of the project and not the
builder and thus we should modify the DTD, the docs and the
descriptors to follow the code?

Or should the code iterate over ant/jvmarg and maven/jvmarg instead?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org