You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Skopp <sk...@riege.de> on 2003/07/15 09:32:57 UTC

b10, site:generate and templates (velocity+jelly)

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:maint@riege.com, 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: b10, site:generate and templates (velocity+jelly)

Posted by di...@multitask.com.au.
Looks like an old version of the xml taglib
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au


Martin Skopp <sk...@riege.de> wrote on 15/07/2003 05:32:57 PM:

> 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:maint@riege.com, 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>