Do you have the following directory structure
E:/workspace/jakarta-commons/commons-build
E:/workspace/jakarta-commons-sandbox/commons-build
E:/workspace/jakarta-commons-sandbox/transaction
E:/workspace/jakarta-commons-sandbox/vfs

project.properties refers to
maven.xdoc.jsl=../../../jakarta-commons/commons-build/commons-site.jsl

Damn, I see the problem now. A ../ too much.
It should be:
maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl

I don't have the problem because jakarta-commons is on the root dir but in your setup it goes a level too far.

Can you try changing that property?

-- Dirk

Oliver Zeigermann wrote:

Here it is (this was generated using Maven 1.0-rc1):

xdoc:jelly-transform:
[echo] Generating E:/workspace/jakarta-commons-sandbox/vfs/target/docs/changelog-report.html from E:\workspace\jakarta-commons-sandbox\vfs\target\generated-xdocs\changelog-report.xml



BUILD FAILED
File...... file:/C:/Dokumente und Einstellungen/olli.C1-FSE/.maven/plugins/maven-xdoc-plugin-1.4/
Element... j:include
Line...... 333
Column.... 54
null:-1:-1: <null> Could not parse Jelly script
Total time: 50 seconds
Finished at: Thu May 27 13:02:01 CEST 2004


Thanks for helping!

Oliver

Heritier Arnaud wrote:

Can't you send us (maven-users) the log for your problem.

We will try to help us.

Arnaud




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



Reply via email to