Hi Robin,

I'm back from vacaction so I do not know of your other efforts, but let's start at the beginning:

- Which version of Java are you using?
- Which version of Maven are you using 2.0.x? (2.0.6+ is required)

Kind regards,

Jeroen Reijn

Robin Rigby wrote:
Sorry, I still cannot make this build work.

The Maven 'Hello World' now works OK.

I deleted all the files and downloaded a new snapshot this morning.

I have tried

cd cocoon
mvn -Dmaven.test.skip=true -P allblocks install
mvn -Dmaven.test.skip=true install
cd tools
mvn clean install

I have repeated these after deleting the .m2 directory.

The resulting output is attached

I have also tried these with mvn -X and -U.

Looking through these outputs:

- 6 files do not compile ------------

cocoon-2.2\cocoon\core\cocoon-pipeline\cocoon-pipeline-api\src\main\java\org
\apache\cocoon\caching\Cache.java
cocoon-2.2\cocoon\core\cocoon-pipeline\cocoon-pipeline-api\src\main\java\org
\apache\cocoon\reading\Reader.java
cocoon-2.2\cocoon\core\cocoon-pipeline\cocoon-pipeline-api\src\main\java\org
\apache\cocoon\Constants.java

cocoon-2.2\cocoon\tools\cocoon-maven-plugin\src\main\java\org\apache\cocoon\
maven\deployer\DeployWarMojo.java
cocoon-2.2\cocoon\tools\cocoon-maven-plugin\src\main\java\org\apache\cocoon\
maven\rcl\ReloadingWebappMojo.java
cocoon-2.2\cocoon\tools\cocoon-maven-plugin\src\main\java\org\apache\cocoon\
maven\deployer\WebXmlRewriter.java

- package does not exist but found likely source code
--------------------------

org.apache.cocoon.sitemap
cocoon-2.2\cocoon-pipeline-api\src\main\java\org\apache\cocoon\sitemap

org.apache.cocoon.maven.deployer.servlet
cocoon-2.2\src\main\java\org\apache\cocoon\maven\deployer\servlet

- cannot find symbol but found likely source code ------------

org.apache.cocoon.ProcessingException
cocoon-2.2\core\cocoon-pipeline\cocoon-pipeline-api\src\main\java\org\apache
\cocoon\ProcessingException.java

org.apache.cocoon.caching.CachedResponse
cocoon-2.2\core\cocoon-pipeline\cocoon-pipeline-api\src\main\java\org\apache
\cocoon\caching\CachedResponse.java

org.apache.cocoon.sitemap.SitemapModelComponent
cocoon-2.2\cocoon-pipeline-api\src\main\java\org\apache\cocoon\sitemap\Sitem
apModelComponent.java

org.apache.cocoon.sitemap.SitemapOputComponent
cocoon-2.2\cocoon-pipeline-api\src\main\java\org\apache\cocoon\sitemap\Sitem
apOputComponent.java

org.apache.cocoon.ConstantsInitializationException
cocoon-2.2\cocoon-pipeline-api\src\main\java\org\apache\cocoon\ConstantsInit
ializationException.java

org.apache.cocoon.maven.deployer.AbstractDeployMojo
cocoon-2.2\tools\cocoon-maven-plugin\src\main\java\org\apache\cocoon\maven\d
eployer\AbstractDeployMojo.java

org.apache.cocoon.maven.deployer.servlet.ShieldedClassLoaderManager
cocoon-2.2\src\main\java\org\apache\cocoon\maven\deployer\servlet\ShieldedCl
assLoaderManager.java

- ----------------

All this suggests that the code is present but the dependencies are not
working.  I have looked at the POM files

cocoon-2.2\cocoon\core\cocoon-pipeline\cocoon-pipeline-api\pom.xml
cocoon-2.2\cocoon\tools\cocoon-maven-plugin\src\pom.xml

but they mean nothing to me. I know very little about Maven, so far.
It works for other people.  What have I done wrong?

Thanks

Robin




------------------------------------------------------------------------

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

--
Met vriendelijke groet,
Kind regards,

Jeroen Reijn

Hippo

Oosteinde 11
1017WT Amsterdam
The Netherlands
Tel  +31 (0)20 5224466


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

Reply via email to