You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/08/24 15:15:26 UTC

[jira] Created: (MPMULTIPROJECT-44) multiproject:site fail if sub-projects has a & on POM

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPMULTIPROJECT-44

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPMULTIPROJECT-44
    Summary: multiproject:site fail if sub-projects has a & on POM
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: Unknown
  Remaining: 3 hours

    Project: maven-multiproject-plugin
   Versions:
             1.4

   Assignee: dion gillard
   Reporter: Felipe Leme

    Created: Tue, 24 Aug 2004 9:13 AM
    Updated: Tue, 24 Aug 2004 9:13 AM

Description:
If a sub-project has a & 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 & for &.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPMULTIPROJECT-44) multiproject:site fail if sub-projects has a & on POM

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Felipe Leme (mailto:jira@felipeal.net)
       Date: Tue, 24 Aug 2004 9:16 AM
    Comment:
Simple testcase that shows the issue.
    Changes:
             Attachment changed to testcase-MPMULTIPROJECT44.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPMULTIPROJECT-44?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPMULTIPROJECT-44

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPMULTIPROJECT-44
    Summary: multiproject:site fail if sub-projects has a & on POM
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 3 hours
 Time Spent: Unknown
  Remaining: 3 hours

    Project: maven-multiproject-plugin
   Versions:
             1.4

   Assignee: dion gillard
   Reporter: Felipe Leme

    Created: Tue, 24 Aug 2004 9:13 AM
    Updated: Tue, 24 Aug 2004 9:16 AM

Description:
If a sub-project has a & 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 & for &.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPMULTIPROJECT-44) multiproject:site fail if sub-projects has a & on POM

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPMULTIPROJECT-44?page=all ]

Lukas Theussl updated MPMULTIPROJECT-44:
----------------------------------------

    Description: 
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 &.

  was:
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 &.

    Fix Version: 1.5
    Environment: 

Verified with maven1.1beta2

> multiproject:site fail if sub-projects has a &amp; on POM
> ---------------------------------------------------------
>
>          Key: MPMULTIPROJECT-44
>          URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-44
>      Project: maven-multiproject-plugin
>         Type: Bug
>     Versions: 1.4
>     Reporter: Felipe Leme
>      Fix For: 1.5
>  Attachments: testcase-MPMULTIPROJECT44.zip
>
> Original Estimate: 3 hours
>         Remaining: 3 hours
>
> 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 &.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MPMULTIPROJECT-44) multiproject:site fail if sub-projects has a & on POM

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPMULTIPROJECT-44?page=all ]
     
Lukas Theussl closed MPMULTIPROJECT-44:
---------------------------------------

    Resolution: Fixed

> multiproject:site fail if sub-projects has a &amp; on POM
> ---------------------------------------------------------
>
>          Key: MPMULTIPROJECT-44
>          URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-44
>      Project: maven-multiproject-plugin
>         Type: Bug
>     Versions: 1.4
>     Reporter: Felipe Leme
>      Fix For: 1.5
>  Attachments: testcase-MPMULTIPROJECT44.zip
>
> Original Estimate: 3 hours
>         Remaining: 3 hours
>
> 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 &.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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