Oh, a second issue, this one with struts.

I (temporarily) built xwork using the no tests option (mvn - Dmaven.test.skip=true -Pextras,plugins,xwork). Then after the artifacts were in place, I attempted to build struts... and have this issue:

[INFO] ------------------------------------------------------------------------
[INFO] Building Portlet Webapp
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [antrun:run {execution: copy-sources}]
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[WARNING] Ignoring project type war - supportedProjectTypes = [jar, bundle]
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 3 source files to /source/websites/coreJava/struts workshop/struts2/apps/portlet/target/test-classes [INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
error: error reading /Users/xtian/.m2/repository/cglib/cglib-full/ 2.0.2/cglib-full-2.0.2.jar; cannot read zip file


I have been able to get it to build with the -Dmaven.test.skip=true command to skip testing, but it seems like the tree is in a bad state.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to