Andi Vajda <va...@apache.org> wrote: > > On Tue, 23 Mar 2010, Bill Janssen wrote: > > > Andi Vajda <va...@apache.org> wrote: > > > >> > >> On Tue, 23 Mar 2010, Bill Janssen wrote: > >> > >>> Andi Vajda <va...@apache.org> wrote: > >>> > >>>> - the --find-jvm-dll trick is in jcc/windows.py and is not a JCC build > >>>> option but a JCC run option. In other words, if you want the feature > >>>> for your extension, when it starts, invoke jcc with, among many other > >>>> things, --find-jvm-dll when you build your extension. This feature > >>>> only > >>>> works with shared mode, currently. > >>> > >>> Let me see how that works, and I'll report back. > >>> > >>>> I did not test the mingw32 compiler stuff as I don't have it. > >>>> Please check it out and let me know how it works for you. > >>> > >>> jcc/jcc/helpers/mingw32.py needs to import "os". > >> > >> Ooops. Fixed in rev 926721. > > > > This is exactly the kind of thing a buildbot is good for :-). > > > > http://wiki.apache.org/general/Hudson > > How can this achieved without creating extra work ? > This is so off-itch for me that I'm not going to do it. > > I'm not sure how you can contribute that patch (and maintenance) > either since it requires all sorts of permissions (access to the > Hudson service at Apache) from the PMC that there is a steep mountain > to climb there first.
Well, the first thing I can do is get it working on my Hudson installation at PARC. I'll put that on my list. Bill