Am Samstag, den 14.07.2007, 15:22 +0200 schrieb Grzegorz Kossakowski: > Werner Masik pisze: > > > > Debian GNU/Linux Etch > > Java 1.5 > > Maven 2.0.7 > > > > I followed the instructions from the README for the build. As I'm not in > > my office now, I cannot tell what I exactly did. I just remember that I > > went to the cocoon-webapp directory and tried to run cocoon with 'mvn > > jetty:run', because I wanted to see if the samples already work. > > I also tried the first getting started tutorial about creating a block > > (http://cocoon.zones.apache.org/dev-docs/2.2/1159_1_1.html). And that did > > actually work. > > If instructions included in the tutorial work it must be some Cocoon block > causing problems. It's crucial now to answer if you used > allblocks profile or not. >
Back in my office now, I can tell you what I did. $ export MAVEN_OPTS="-Xmx200m" $ mvn -Dmaven.test.skip=true -P allblocks install I had no build failures. Then I did: Go to core/cocoon-webapp: $ mvn jetty:run That's all I did.
