> Hugh Sparks frets:
> I haven't been able to run the cocoon-sample in the
> current Cocoon 3 trunk for several weeks...
>> Reinhard Potz replies:
>> [...]
>> Have you changed the version of the cocoon-maven-plugin to the SNAPSHOT
>> version that you had created before?
I did and everything works. Thanks!
In case anyone else has been baffled trying to run cocoon3,
here are a few details:
1) Checkout the cocoon 2.2 trunk and do "mvn install"
This will have the side effect of getting the 1.0.0-RC1-SNAPSHOT
version of the cocoon-maven-plugin in your .m2 cache.
2) Checkout the cocoon 3 trunk to another directory. For example "cocoon3"
3) Edit the file: cocoon3\parent\pom.xml
4) Change the version element following <artifactId>cocoon-maven-plugin</artifactId>
so it reads: <version>1.0.0-RC1-SNAPSHOT</version>
5) Build and run the sample following the instructions in README.txt
6) Rejoice and dance blissfully around the office. But don't tell anyone why
or you'll end up in a straightjacket.
If you want to use cocoon-archetype-block or cocoon-archetype-parent, both
contain pom.xml files that need the same treatment:
cocoon3\cocoon-archetype-block\src\main\resources\archetype-resources\pom.xml
cocoon3\cocoon-archetype-parent\src\main\resources\archetype-resources\pom.xml
-Hugh Sparks
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|