[GUMP] Build Failure - jakarta-poi

2002-11-16 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml -init: [echo] [echo]

GCJ Native Library Success

2002-11-16 Thread TJ Mather
Hi, I was able to get Apache POI to compile down to a shared library by compiling *.java -> *.class using Ant with Sun JDK, then running gcj -shared -o poi.so `cat classlist.txt` where the classlist contained the core HSSF files (not the ones that used Swing, etc)[1]. I had to compile FormulaPa

Re: GCJ Native Library Success

2002-11-16 Thread Nicola Ken Barozzi
Cool! :-) I'll see if I can add this to our build process in the near future. Thanks! TJ Mather wrote: Hi, I was able to get Apache POI to compile down to a shared library by compiling *.java -> *.class using Ant with Sun JDK, then running gcj -shared -o poi.so `cat classlist.txt` where the cl

Re: GCJ Native Library Success

2002-11-16 Thread Andrew C. Oliver
Cool. I plan to apply this patch when I get back from the Apachecon + catchup time if no one else beats me to it! I assume you're willing to donate your work to the project? -Andy TJ Mather wrote: Hi, I was able to get Apache POI to compile down to a shared library by compiling *.java -> *.c

Re: GCJ Native Library Success

2002-11-16 Thread TJ Mather
Hi, Sounds good. I'd like to donate the work/assign the copyright to the ASF. Thanks, -TJ On Sat, 16 Nov 2002, Andrew C. Oliver wrote: > Cool. I plan to apply this patch when I get back from the Apachecon + > catchup time if no one else beats me to it! > > I assume you're willing to donate

Re: GCJ Native Library Success

2002-11-16 Thread Andrew C. Oliver
Excellent! TJ Mather wrote: Hi, Sounds good. I'd like to donate the work/assign the copyright to the ASF. Thanks, -TJ On Sat, 16 Nov 2002, Andrew C. Oliver wrote: Cool. I plan to apply this patch when I get back from the Apachecon + catchup time if no one else beats me to it! I assum

Re: GCJ Native Library Success

2002-11-16 Thread TJ Mather
Hi, I forgot to patch the test cases, I'll go ahead and do that and upload a new patch to http://tjmather.com/poifilter/gcjpoi.patch in a few minutes, so that build.sh test runs successfully. TJ P.s. Thanks to Martin Aliger for providing the initial patch a while back, it solved a runtime erro

Re: GCJ Native Library Success

2002-11-16 Thread TJ Mather
Ok, http://tjmather.com/poifilter/gcjpoi.patch now includes a patch for TestLittleEndian.java so that ./build.sh now produces no new failures compared to what's in CVS. Thanks, -TJ PS. Current POI in CVS currently produces the following failure: test: Created dir: /home/tjmather/poicvs.orig/b