ooxml-trunk switch completed

2008-11-07 Thread Yegor Kozlov

Hi All,

ooxml-trunk switch completed.

To update your trunk run ant clean first, it will delete all residual files 
in the build directory.

Then do ant compile/test as usual. First time it will take quite some time to 
update and download new jars.

Yegor


Hi All,

I'm about to switch the ooxml branch to trunk.
Please don't commit until OK is given.

Yegor


Hi All,

POI 3.2 is released and it's time to make the ooxml branch trunk. I'm 
going to do that sometime next week.

The goal is to release 3.5-FINAL from trunk by December 1.

The plan is as follows:
 - Tag current trunk and the ooxml branch so that we can always revert
 - svn move should do the job:

svn move https://svn.apache.org/repos/asf/poi/branches/ooxml 
https://svn.apache.org/repos/asf/poi/trunk


Notice, that the ooxml code requires new jars. They will be downloaded 
by ant on the first compile/test cycle.


Yegor

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED]: Project poi (in module poi) failed

2008-11-07 Thread Gump [HEAD] :-(
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project poi has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- poi :  POI


Full details are available at:
http://vmgump.apache.org/gump/public/poi/poi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [poi-contrib-gump-07112008.jar] identifier set to output 
basename: [poi-contrib-gump]
 -DEBUG- Output [poi-scratchpad-gump-07112008.jar] identifier set to output 
basename: [poi-scratchpad-gump]
 -DEBUG- Output [poi-gump-07112008.jar] identifier set to output basename: 
[poi-gump]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/poi/poi/gump_work/build_poi_poi.html
Work Name: build_poi_poi (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 mins 12 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion.id=gump -DDSTAMP=07112008 -f build.xml gump 
[Working Directory: /srv/gump/public/workspace/poi]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/poi/build/classes:/srv/gump/public/workspace/poi/build/contrib-classes:/srv/gump/public/workspace/poi/build/scratchpad-classes:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public/workspace/poi/build/scratchpad-test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-07112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-07112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-
 
07112008.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-07112008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-07112008.jar:/srv/gump/public/workspace/apache-commons/lang/commons-lang-07112008.jar:/srv/gump/public/workspace/junit/dist/junit-07112008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
-
[javac]  ^
[javac] 
/srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/util/PackageHelper.java:19:
 package org.openxml4j.opc does not exist
[javac] import org.openxml4j.opc.*;
[javac] ^
[javac] 
/srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/util/PackageHelper.java:20:
 package org.openxml4j.opc does not exist
[javac] import org.openxml4j.opc.Package;
[javac]  ^
[javac] 
/srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/util/PackageHelper.java:21:
 package org.openxml4j.opc.internal does not exist
[javac] import org.openxml4j.opc.internal.PackagePropertiesPart;
[javac]   ^
[javac] 
/srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/util/PackageHelper.java:22:
 package org.openxml4j.opc.internal.marshallers does not exist
[javac] import 
org.openxml4j.opc.internal.marshallers.PackagePropertiesMarshaller;
[javac]   ^
[javac] 
/srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/util/PackageHelper.java:23:
 package org.openxml4j.exceptions does not exist
[javac] import org.openxml4j.exceptions.OpenXML4JException;
[javac] ^
[javac] 
/srv/gump/public/workspace/poi/src/ooxml/java/org/apache/poi/util/PackageHelper.java:43:
 cannot find symbol
[javac] symbol  : class OpenXML4JException
[javac] location: class org.apache.poi.util.PackageHelper
[javac] public static Package clone(Package pkg) throws 
OpenXML4JException, IOException {
[javac]