Hi folks,

discovered problems with my own maven projects which build their "site"
in the same way like http://db.apache.org/ does (with xdoc-templates and
processing with velocity).

beta10, fresh checkout of db.apache.org:

xdoc:jelly-transform:
    [echo] Generating /home/msk/cvsroot/db-site/target/docs/license.html
from /home/msk/cvsroot/db-site/target/generated-xdocs/license.xml

BUILD FAILED
File...... file:/home/msk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
Element... x:parse
Line...... 312
Column.... 49
Invalid source argument. Must be a String, Reader, InputStream or URL.
Was type; java.io.File with value:
/home/msk/cvsroot/db-site/xdocs/navigation.xml
Total time:  6 seconds


Dependencies from project.xml:

    <dependency>
      <id>commons-jelly+tags-velocity</id>
      <version>SNAPSHOT</version>
    </dependency>
    <dependency>
      <id>velocity</id>
      <version>1.3</version>
    </dependency>

For my own project with the same problem, I tried several combinations
(with groupId, artifactId, timestamped snapshot jar etc) but it still
does not work.

Any idea?
Thanks
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5



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

Reply via email to