svn commit: r542804 - in /jakarta/poi/trunk/src: documentation/content/xdocs/hslf/ scratchpad/examples/src/org/apache/poi/hslf/examples/ scratchpad/src/org/apache/poi/hslf/model/ scratchpad/src/org/ap

2007-05-30 Thread yegor
Author: yegor Date: Wed May 30 04:56:46 2007 New Revision: 542804 URL: http://svn.apache.org/viewvc?view=revrev=542804 Log: HSLF: readonly support for hyperlinks Added: jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hslf/examples/Hyperlinks.java

Re: Bugs in old versions

2007-05-30 Thread Yegor Kozlov
Hi, If a bug still persists, just change the version to 3.0. If you can't reproduce it in POI 3.0, it would be nice to have a unit test per bug to make sure that the problem disappeared. To write unit tests, you can follow the pattern in

svn commit: r542824 - in /jakarta/poi/trunk/src/documentation/content/xdocs: changes.xml hssf/how-to.xml status.xml

2007-05-30 Thread nick
Author: nick Date: Wed May 30 07:10:57 2007 New Revision: 542824 URL: http://svn.apache.org/viewvc?view=revrev=542824 Log: A couple more bug fixes for the changelog, and add documentation on the missing record aware event api code Modified:

Newbie Build Help

2007-05-30 Thread Everitt, Glenn
I'm trying to build poi (poi-3.0-rc4) using the ant build.xml and I'm getting errors when running ant clean-dist I followed the instructions here: http://jakarta.apache.org/poi/howtobuild.html All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space I'm running

Re: Newbie Build Help

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Everitt, Glenn wrote: All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space Try increasing the amount of memory you allocate to java. Since you're running ant, you can't just tack on -Xmx, instead you need to pop that in the environment variable

Re: Newbie Build Help

2007-05-30 Thread Andrew C. Oliver
that will have no effect. -Xmx doens't affect perm gen. http://wiki.jboss.org/wiki/Wiki.jsp?page=PermanentGeneration Nick Burch wrote: On Wed, 30 May 2007, Everitt, Glenn wrote: All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space Try increasing the amount of

Re: Newbie Build Help

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Andrew C. Oliver wrote: that will have no effect. -Xmx doens't affect perm gen. http://wiki.jboss.org/wiki/Wiki.jsp?page=PermanentGeneration Ah, that's worth knowing. Looks like ANT_OPTS=-XX:PermSize=64M ant might be the one to go for Nick

DO NOT REPLY [Bug 39977] - groupId in maven descriptor

2007-05-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39977. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39977] - groupId in maven descriptor

2007-05-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39977. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: Newbie Build Help

2007-05-30 Thread Everitt, Glenn
I set ANT_OPTS=-XX:PermSize=128M and it worked! Thanks for the help! One little note is that Forrest 0.5.1 is required as mentioned in the build.xml which is a little newer than Forrest 0.4 that is mentioned here: http://jakarta.apache.org/poi/howtobuild.html Thanks again! Glenn Everitt