passing vmargs in JCC

2009-08-18 Thread Christian Kofler
Hi, would it be possible to pass additional vmargs to JCC? Bill discovered this issue with -Djava.awt.headless=true and Andi added this to cpp.py. Wouldn't it be nice to extend that to a list of vmargs that can be passed via something like: python -m jcc --vmarg -Dfoo --vmarg -Dbar or

Re: passing vmargs in JCC

2009-08-18 Thread Bill Janssen
You can do this with the vmargs keyword argument to initVM. Bill Christian Kofler christian.kof...@dfki.de wrote: Hi, would it be possible to pass additional vmargs to JCC? Bill discovered this issue with -Djava.awt.headless=true and Andi added this to cpp.py. Wouldn't it be nice to

Re: passing vmargs in JCC

2009-08-18 Thread Andi Vajda
On Tue, 18 Aug 2009, Christian Kofler wrote: would it be possible to pass additional vmargs to JCC? Adding support for a --vmargs command line argument to JCC could be done. Out of curiosity, what extra VM parameter were you thinking of using ? Andi..

Re: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-18 Thread Andi Vajda
On Tue, 18 Aug 2009, Andi Vajda wrote: On Tue, 18 Aug 2009, Christian Kofler wrote: I am new to JCC - but I alread like it! Well, I did not yet manage to wrap the Java library I want to, but I appreciate the project in general... I am stuck at the moment with the following problem: The