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

2009-08-18 Thread Christian Kofler
Hi, 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 Java code seems to use com.sun.tools.doclets.Taglet and JCC does not like to find that cl

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: issues with jcc and com.sun.tools.doclets.Taglet

2009-08-19 Thread Christian Kofler
schrieb: 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

Re: passing vmargs in JCC

2009-08-19 Thread Christian Kofler
Hi, I need to set some specific home folder for the library I want to wrap. It looks for some configuration files there - if this is not set, some exceptions are thrown. Cheers Christian Andi Vajda schrieb: On Tue, 18 Aug 2009, Christian Kofler wrote: would it be possible to pass

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

2009-08-20 Thread Christian Kofler
Hi, shame on me! I actually made a stupid mistake and wasted quite some time because I have been editing the wrong file... It's just too hot in Germany at the moment... OK, the problems I reported are actually no problems: using --classpath just did the trick. Sorry for bothering you. Cheers C

Re: passing vmargs in JCC

2009-08-20 Thread Christian Kofler
Hi, here is a little patch for passing extra vmargs on the commandline. For every vmarg, you need to add a "--vmarg " to the command line. Maybe it is useful for someone else as well. Christian Andi Vajda schrieb: On Tue, 18 Aug 2009, Christian Kofler wrote: would it be possib