You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Felipe Leme <t_...@cpqd.com.br> on 2004/08/23 19:39:45 UTC

[BUG] multiproject:site fail if sub-project has a & on POM

I can't file a new issue on Jira, so I'm describing it here in the list:

If a sub-project has a &amp; in its description, multiproject:site 
fails, even though site:generate works fine on the sub-project:

xdoc:jelly-transform:
    [echo] Generating 
D:/cvs/maven-plugins/test-multiproject/target/docs/projects-overview.html 
from 
D:\cvs\maven-plugins\test-multiproject\target\generated-xdocs\projects-overview.xml

BUILD FAILED
File...... C:\Documents and 
Settings\t_fl01\.maven\cache\maven-xdoc-plugin-1.9-snapshot-cpqd\plugin.jelly
Element... x:parse
Line...... 719
Column.... 42
Error on line 31 of document 
file:/D:/cvs/maven-plugins/test-multiproject/target/generated-xdocs/projects-overview.xml: 
The reference to entity ":" must end with the ';' delimiter. Nested 
exception: The reference to entity ":" must end with the ';' delimiter.
Total time: 39 seconds
Finished at: Mon Aug 23 10:05:13 BRT 2004

I haven't checked how projects-overview.xml is generated yet, but it is 
probably applying a XSL on the sub-project POM, and that transformation 
is replacing &amp; for &.

I have a test case for it - could someone please open an issue on 
MPMULTIPROJECT, so I can attach this testcase?

-- Felipe




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [BUG] multiproject:site fail if sub-project has a & on POM

Posted by Carlos Sanchez <ap...@carlos.cousas.net>.
Now I tried to create it and got the same exception:
java.lang.reflect.UndeclaredThrowableException 

You'll have to take a break ;)

> -----Original Message-----
> From: Felipe Leme [mailto:t_fl01@cpqd.com.br] 
> Sent: Monday, August 23, 2004 7:40 PM
> To: Maven Developers List
> Subject: [BUG] multiproject:site fail if sub-project has a 
> &amp; on POM
> 
> I can't file a new issue on Jira, so I'm describing it here 
> in the list:
> 
> If a sub-project has a &amp; in its description, 
> multiproject:site fails, even though site:generate works fine 
> on the sub-project:
> 
> xdoc:jelly-transform:
>     [echo] Generating
> D:/cvs/maven-plugins/test-multiproject/target/docs/projects-ov
> erview.html
> from
> D:\cvs\maven-plugins\test-multiproject\target\generated-xdocs\
> projects-overview.xml
> 
> BUILD FAILED
> File...... C:\Documents and
> Settings\t_fl01\.maven\cache\maven-xdoc-plugin-1.9-snapshot-cp
> qd\plugin.jelly
> Element... x:parse
> Line...... 719
> Column.... 42
> Error on line 31 of document
> file:/D:/cvs/maven-plugins/test-multiproject/target/generated-
> xdocs/projects-overview.xml: 
> The reference to entity ":" must end with the ';' delimiter. Nested
> exception: The reference to entity ":" must end with the ';' 
> delimiter.
> Total time: 39 seconds
> Finished at: Mon Aug 23 10:05:13 BRT 2004
> 
> I haven't checked how projects-overview.xml is generated yet, 
> but it is probably applying a XSL on the sub-project POM, and 
> that transformation is replacing &amp; for &.
> 
> I have a test case for it - could someone please open an 
> issue on MPMULTIPROJECT, so I can attach this testcase?
> 
> -- Felipe
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org