Thorsten Scherler pisze: > Hi all, > > I am just trying to build cocoon-trunk but always get "build failure". > > My environment: > [EMAIL PROTECTED]:~/src/apache/cocoon-trunk$ mvn --version > Maven version: 2.0.7 > Java version: 1.5.0_11 > OS name: "linux" version: "2.6.20-16-generic" arch: "i386" > > $ svn info > Path: . > URL: https://svn.apache.org/repos/asf/cocoon/trunk > Repository Root: https://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > Revision: 589607 > Node Kind: directory > Schedule: normal > Last Changed Author: reinhard > Last Changed Rev: 589434 > Last Changed Date: 2007-10-28 23:40:07 +0100 (Sun, 28 Oct 2007) > > $ mvn -Dmaven.test.skip=true -P allblocks install > ...
[...] > > How can I fix this to get the trunk running? > > TIA for any hints. It works for me in similar environment so I suspect that some old junk is breaking the build. Could you try this command: mvn -Dmaven.test.skip=true -P allblocks clean install And if still doesn't work try to remove ~/.m2/repository/org/apache/cocoon directory? -- Grzegorz Kossakowski Committer and PMC Member of Apache Cocoon http://reflectingonthevicissitudes.wordpress.com/
