RE: RC2 Site generation failed

2004-03-26 Thread Mark Jones

Brett,

Thanks very much, that fixed it.

Mark.




   

  Brett Porter 

  [EMAIL PROTECTED]To:   'Maven Users List' [EMAIL 
PROTECTED] 
  k.com.aucc: 

   Subject:  RE: RC2 Site generation 
failed
  25/03/2004 22:07 

  Please respond to

  Maven Users 

  List

   

   





Sounds like the file:/ vs file:// bug. I think it is fixed in the xdoc
plugin but didn't make RC2.

See here for a fix while waiting for the next xdoc plugin release:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-84

 -Original Message-
 From: Konstantin Shaposhnikov [mailto:[EMAIL PROTECTED]
 Sent: Friday, 26 March 2004 9:04 AM
 To: Maven Users List
 Subject: Re: RC2 Site generation failed


 I have the same problem.

 It appears only on my linux box and related to the linkcheck
 plugin, because when I turn it off everything is all right.

 May be this can help.

 Best regards,
 Konstantin

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


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







--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



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



Re: RC2 Site generation failed

2004-03-25 Thread Emmanuel Venisse
The correct command is maven genapp

In the genapp wizard:
You can use the default value or change it.
Change the package name

run maven site:generate
= generation is ok for me.

Emmanuel

- Original Message - 
From: Mark Jones [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 6:18 PM
Subject: RC2 Site generation failed



 Hello,

 I am very new to maven and hope I am sending this request to the right
place.

 I created a Hello World type project using Maven RC2 but am experiencing
problems trying to generate the site;

 I ran the following command line on linux;

 $maven -D package=helloworld genapp

 This successfully built a skeleton project.  However, when I ran the
following;

 $maven site:generate

 I got the following error message (I've attached the entire output);

 BUILD FAILED
 File..
file:/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
 Element... j:include
 Line.. 345
 Column 54
 null:-1:-1: null Could not parse Jelly script
 Total time: 2 minutes 8 seconds
 Finished at: Thu Mar 25 15:32:25 GMT 2004


 I ran the exact same commands yesterday with RC1 and it worked perfectly.

 I would be very grateful for any help.


 (See attached file: Maven_Site_Gen_Failure)





 --

 This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.








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


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



Re: RC2 Site generation failed

2004-03-25 Thread Mark Jones

Emmanuel,

Thanks very much for getting back.  Unfortunately, it still isn't woking.  I 
downloaded the source again, delete ~/.maven, and ran the following;

$MAVEN_HOME/bin/install_repo.sh ~/.maven/repository
maven genapp
  Project template = default
  App Id = HelloWorld
  App Name = Hello World
  Package = helloworld
maven site:generate

but got the following failure;

Validating project-info.html
Validating team-list.html
[echo] Generating /home/jonesma/Projects/HelloWorld/target/docs/linkcheck.html 
from /home/jonesma/Projects/HelloWorld/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
File.. /home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line.. 345
Column 54
null:-1:-1: null Could not parse Jelly script
Total time: 1 minutes 18 seconds
Finished at: Thu Mar 25 18:09:41 GMT 2004

Could it be something in the project.xml?



   

  Emmanuel

  Venisse To:   Maven Users List [EMAIL 
PROTECTED]   
  [EMAIL PROTECTED]cc:
 
  .netSubject:  Re: RC2 Site generation 
failed
   

  25/03/2004 17:50 

  Please respond to

  Maven Users 

  List

   

   





The correct command is maven genapp

In the genapp wizard:
You can use the default value or change it.
Change the package name

run maven site:generate
= generation is ok for me.

Emmanuel

- Original Message -
From: Mark Jones [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 6:18 PM
Subject: RC2 Site generation failed



 Hello,

 I am very new to maven and hope I am sending this request to the right
place.

 I created a Hello World type project using Maven RC2 but am experiencing
problems trying to generate the site;

 I ran the following command line on linux;

 $maven -D package=helloworld genapp

 This successfully built a skeleton project.  However, when I ran the
following;

 $maven site:generate

 I got the following error message (I've attached the entire output);

 BUILD FAILED
 File..
file:/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
 Element... j:include
 Line.. 345
 Column 54
 null:-1:-1: null Could not parse Jelly script
 Total time: 2 minutes 8 seconds
 Finished at: Thu Mar 25 15:32:25 GMT 2004


 I ran the exact same commands yesterday with RC1 and it worked perfectly.

 I would be very grateful for any help.


 (See attached file: Maven_Site_Gen_Failure)





 --

 This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.








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


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






--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



-
To unsubscribe, e-mail

Re: RC2 Site generation failed

2004-03-25 Thread Emmanuel Venisse
Could you run maven -X -e site:generate for obtain more information?

Emmanuel

- Original Message - 
From: Mark Jones [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 7:26 PM
Subject: Re: RC2 Site generation failed



 Emmanuel,

 Thanks very much for getting back.  Unfortunately, it still isn't woking.
I downloaded the source again, delete ~/.maven, and ran the following;

 $MAVEN_HOME/bin/install_repo.sh ~/.maven/repository
 maven genapp
   Project template = default
   App Id = HelloWorld
   App Name = Hello World
   Package = helloworld
 maven site:generate

 but got the following failure;

 Validating project-info.html
 Validating team-list.html
 [echo] Generating
/home/jonesma/Projects/HelloWorld/target/docs/linkcheck.html from
/home/jonesma/Projects/HelloWorld/target/linkcheck/docs/linkcheck.xml

 BUILD FAILED
 File..
/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
 Element... j:include
 Line.. 345
 Column 54
 null:-1:-1: null Could not parse Jelly script
 Total time: 1 minutes 18 seconds
 Finished at: Thu Mar 25 18:09:41 GMT 2004

 Could it be something in the project.xml?




   Emmanuel
   Venisse To:   Maven Users
List [EMAIL PROTECTED]
   [EMAIL PROTECTED]cc:
   .netSubject:  Re: RC2 Site
generation failed

   25/03/2004 17:50
   Please respond to
   Maven Users
   List






 The correct command is maven genapp

 In the genapp wizard:
 You can use the default value or change it.
 Change the package name

 run maven site:generate
 = generation is ok for me.

 Emmanuel

 - Original Message -
 From: Mark Jones [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 25, 2004 6:18 PM
 Subject: RC2 Site generation failed


 
  Hello,
 
  I am very new to maven and hope I am sending this request to the right
 place.
 
  I created a Hello World type project using Maven RC2 but am
experiencing
 problems trying to generate the site;
 
  I ran the following command line on linux;
 
  $maven -D package=helloworld genapp
 
  This successfully built a skeleton project.  However, when I ran the
 following;
 
  $maven site:generate
 
  I got the following error message (I've attached the entire output);
 
  BUILD FAILED
  File..
 file:/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
  Element... j:include
  Line.. 345
  Column 54
  null:-1:-1: null Could not parse Jelly script
  Total time: 2 minutes 8 seconds
  Finished at: Thu Mar 25 15:32:25 GMT 2004
 
 
  I ran the exact same commands yesterday with RC1 and it worked
perfectly.
 
  I would be very grateful for any help.
 
 
  (See attached file: Maven_Site_Gen_Failure)
 
 
 
 
 
  --
 
  This e-mail may contain confidential and/or privileged information. If
you
 are not the intended recipient (or have received this e-mail in error)
 please notify the sender immediately and destroy this e-mail. Any
 unauthorized copying, disclosure or distribution of the material in this
 e-mail is strictly forbidden.
 
 


 --
--
 


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


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






 --

 This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.



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




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



Re: RC2 Site generation failed

2004-03-25 Thread Mark Jones

Emmanuel

I've attached the output from that command (I've had to gzip it in order to the e-mail 
to accept it)

(See attached file: Maven_Site_Gen_Failure.gz)

Thanks,

Mark.


Mark Jones
eCommerce Technical Manager
State Street International (Ireland) Limited
Direct Tel: + 353 (0) 1 853 8704
E-Mail: [EMAIL PROTECTED]


This e-mail is being received from a member of Team State Street.
State Street Corporation is not an affiliate of Deutsche Bank AG.


   

  Emmanuel

  Venisse To:   Maven Users List [EMAIL 
PROTECTED]   
  [EMAIL PROTECTED]cc:
 
  .netSubject:  Re: RC2 Site generation 
failed
   

  25/03/2004 18:45 

  Please respond to

  Maven Users 

  List

   

   





Could you run maven -X -e site:generate for obtain more information?

Emmanuel

- Original Message -
From: Mark Jones [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 7:26 PM
Subject: Re: RC2 Site generation failed



 Emmanuel,

 Thanks very much for getting back.  Unfortunately, it still isn't woking.
I downloaded the source again, delete ~/.maven, and ran the following;

 $MAVEN_HOME/bin/install_repo.sh ~/.maven/repository
 maven genapp
   Project template = default
   App Id = HelloWorld
   App Name = Hello World
   Package = helloworld
 maven site:generate

 but got the following failure;

 Validating project-info.html
 Validating team-list.html
 [echo] Generating
/home/jonesma/Projects/HelloWorld/target/docs/linkcheck.html from
/home/jonesma/Projects/HelloWorld/target/linkcheck/docs/linkcheck.xml

 BUILD FAILED
 File..
/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
 Element... j:include
 Line.. 345
 Column 54
 null:-1:-1: null Could not parse Jelly script
 Total time: 1 minutes 18 seconds
 Finished at: Thu Mar 25 18:09:41 GMT 2004

 Could it be something in the project.xml?




   Emmanuel
   Venisse To:   Maven Users
List [EMAIL PROTECTED]
   [EMAIL PROTECTED]cc:
   .netSubject:  Re: RC2 Site
generation failed

   25/03/2004 17:50
   Please respond to
   Maven Users
   List






 The correct command is maven genapp

 In the genapp wizard:
 You can use the default value or change it.
 Change the package name

 run maven site:generate
 = generation is ok for me.

 Emmanuel

 - Original Message -
 From: Mark Jones [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 25, 2004 6:18 PM
 Subject: RC2 Site generation failed


 
  Hello,
 
  I am very new to maven and hope I am sending this request to the right
 place.
 
  I created a Hello World type project using Maven RC2 but am
experiencing
 problems trying to generate the site;
 
  I ran the following command line on linux;
 
  $maven -D package=helloworld genapp
 
  This successfully built a skeleton project.  However, when I ran the
 following;
 
  $maven site:generate
 
  I got the following error message (I've attached the entire output);
 
  BUILD FAILED
  File..
 file:/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
  Element... j:include
  Line.. 345
  Column 54
  null:-1:-1: null Could not parse Jelly script
  Total time: 2 minutes 8 seconds
  Finished at: Thu Mar 25 15:32:25 GMT 2004
 
 
  I ran the exact same commands yesterday with RC1

RE: RC2 Site generation failed

2004-03-25 Thread Brett Porter
This didn't work out. Can you post a new JIRA issue and attach the gz file?

Thanks,
Brett

 -Original Message-
 From: Mark Jones [mailto:[EMAIL PROTECTED] 
 Sent: Friday, 26 March 2004 6:09 AM
 To: Maven Users List
 Subject: Re: RC2 Site generation failed
 
 
 Emmanuel
 I've attached the output from that command (I've had to gzip 
 it in order to the e-mail to accept it) (See attached file: 
 Maven_Site_Gen_Failure.gz) Thanks, Mark. 
 
 Mark Jones
 eCommerce Technical Manager
 State Street International (Ireland) Limited
 Direct Tel: + 353 (0) 1 853 8704
 E-Mail: [EMAIL PROTECTED] 
 
 This e-mail is being received from a member of Team State 
 Street. State Street Corporation is not an affiliate of 
 Deutsche Bank AG.
   
   

   Emmanuel   
   

   Venisse To:   
 Maven Users List [EMAIL PROTECTED]   
 
   [EMAIL PROTECTED]cc:
   

   .netSubject:  Re: 
 RC2 Site generation failed
 
   
   

   25/03/2004 18:45
   

   Please respond to   
   

   Maven Users
   

   List   
   

   
   

   
   

 Could you run maven -X -e site:generate for obtain more 
 information? Emmanuel
 - Original Message -
 From: Mark Jones [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Sent: Thursday, March 25, 2004 7:26 PM
 Subject: Re: RC2 Site generation failed
 
  Emmanuel,
 
  Thanks very much for getting back.  Unfortunately, it still isn't 
  woking.
 I downloaded the source again, delete ~/.maven, and ran the following;
 
  $MAVEN_HOME/bin/install_repo.sh ~/.maven/repository
  maven genapp
Project template = default
App Id = HelloWorld
App Name = Hello World
Package = helloworld
  maven site:generate
 
  but got the following failure;
 
  Validating project-info.html
  Validating team-list.html
  [echo] Generating
 /home/jonesma/Projects/HelloWorld/target/docs/linkcheck.html 
 from 
 /home/jonesma/Projects/HelloWorld/target/linkcheck/docs/linkcheck.xml
 
  BUILD FAILED
  File..
 /home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
  Element... j:include
  Line.. 345
  Column 54
  null:-1:-1: null Could not parse Jelly script
  Total time: 1 minutes 18 seconds
  Finished at: Thu Mar 25 18:09:41 GMT 2004
 
  Could it be something in the project.xml?
 
 
 
 
Emmanuel
Venisse To:   
 Maven Users
 List [EMAIL PROTECTED]
[EMAIL PROTECTED]cc:
.netSubject:  
 Re: RC2 Site
 generation failed
 
25/03/2004 17:50
Please respond to
Maven Users
List
 
 
 
 
 
 
  The correct command is maven genapp
 
  In the genapp wizard:
  You can use the default value or change it.
  Change the package name
 
  run maven site:generate
  = generation is ok for me.
 
  Emmanuel
 
  - Original Message -
  From: Mark Jones [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, March 25, 2004 6:18 PM
  Subject: RC2 Site generation failed
 
 
  
   Hello,
  
   I am very new to maven and hope I am sending this request to the 
   right
  place.
  
   I created a Hello World type project using Maven RC2 but am
 experiencing
  problems trying to generate the site;
  
   I ran the following command line on linux;
  
   $maven -D package=helloworld genapp
  
   This successfully built a skeleton project.  However, 
 when I ran the
  following;
  
   $maven

Re: RC2 Site generation failed

2004-03-25 Thread Konstantin Shaposhnikov
I have the same problem.

It appears only on my linux box and related to the linkcheck
plugin, because when I turn it off everything is all right.

May be this can help.

Best regards,
Konstantin

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



RE: RC2 Site generation failed

2004-03-25 Thread Brett Porter
Sounds like the file:/ vs file:// bug. I think it is fixed in the xdoc
plugin but didn't make RC2.

See here for a fix while waiting for the next xdoc plugin release:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-84

 -Original Message-
 From: Konstantin Shaposhnikov [mailto:[EMAIL PROTECTED] 
 Sent: Friday, 26 March 2004 9:04 AM
 To: Maven Users List
 Subject: Re: RC2 Site generation failed
 
 
 I have the same problem.
 
 It appears only on my linux box and related to the linkcheck 
 plugin, because when I turn it off everything is all right.
 
 May be this can help.
 
 Best regards,
 Konstantin
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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



Re: RC2 Site generation failed

2004-03-25 Thread Emmanuel Venisse
I can't see your file. Could you post a new issue in jira with your file in
attachment.

Thanks
Emmanuel

- Original Message - 
From: Mark Jones [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 8:08 PM
Subject: Re: RC2 Site generation failed



 Emmanuel

 I've attached the output from that command (I've had to gzip it in order
to the e-mail to accept it)

 (See attached file: Maven_Site_Gen_Failure.gz)

 Thanks,

 Mark.

 
 Mark Jones
 eCommerce Technical Manager
 State Street International (Ireland) Limited
 Direct Tel: + 353 (0) 1 853 8704
 E-Mail: [EMAIL PROTECTED]
 

 This e-mail is being received from a member of Team State Street.
 State Street Corporation is not an affiliate of Deutsche Bank AG.



   Emmanuel
   Venisse To:   Maven Users
List [EMAIL PROTECTED]
   [EMAIL PROTECTED]cc:
   .netSubject:  Re: RC2 Site
generation failed

   25/03/2004 18:45
   Please respond to

   Maven Users
   List






 Could you run maven -X -e site:generate for obtain more information?

 Emmanuel

 - Original Message -
 From: Mark Jones [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Sent: Thursday, March 25, 2004 7:26 PM
 Subject: Re: RC2 Site generation failed


 
  Emmanuel,
 
  Thanks very much for getting back.  Unfortunately, it still isn't
woking.
 I downloaded the source again, delete ~/.maven, and ran the following;
 
  $MAVEN_HOME/bin/install_repo.sh ~/.maven/repository
  maven genapp
Project template = default
App Id = HelloWorld
App Name = Hello World
Package = helloworld
  maven site:generate
 
  but got the following failure;
 
  Validating project-info.html
  Validating team-list.html
  [echo] Generating
 /home/jonesma/Projects/HelloWorld/target/docs/linkcheck.html from
 /home/jonesma/Projects/HelloWorld/target/linkcheck/docs/linkcheck.xml
 
  BUILD FAILED
  File..
 /home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
  Element... j:include
  Line.. 345
  Column 54
  null:-1:-1: null Could not parse Jelly script
  Total time: 1 minutes 18 seconds
  Finished at: Thu Mar 25 18:09:41 GMT 2004
 
  Could it be something in the project.xml?
 
 
 
 
Emmanuel
Venisse To:   Maven Users
 List [EMAIL PROTECTED]
[EMAIL PROTECTED]cc:
.netSubject:  Re: RC2 Site
 generation failed
 
25/03/2004 17:50
Please respond to
Maven Users
List
 
 
 
 
 
 
  The correct command is maven genapp
 
  In the genapp wizard:
  You can use the default value or change it.
  Change the package name
 
  run maven site:generate
  = generation is ok for me.
 
  Emmanuel
 
  - Original Message -
  From: Mark Jones [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, March 25, 2004 6:18 PM
  Subject: RC2 Site generation failed
 
 
  
   Hello,
  
   I am very new to maven and hope I am sending this request to the right
  place.
  
   I created a Hello World type project using Maven RC2 but am
 experiencing
  problems trying to generate the site;
  
   I ran the following command line on linux;
  
   $maven -D package=helloworld genapp
  
   This successfully built a skeleton project.  However, when I ran the
  following;
  
   $maven site:generate
  
   I got the following error message (I've attached the entire output);
  
   BUILD FAILED
   File..
  file:/home/jonesma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
   Element... j:include
   Line.. 345
   Column 54
   null:-1:-1: null Could not parse Jelly script
   Total time: 2 minutes 8 seconds
   Finished at: Thu Mar 25 15:32:25 GMT 2004
  
  
   I ran the exact same commands yesterday with RC1 and it worked
 perfectly.
  
   I would be very grateful for any help.
  
  
   (See attached file: Maven_Site_Gen_Failure)
  
  
  
  
  
   --
  
   This e-mail may contain confidential and/or privileged information. If
 you
  are not the intended recipient (or have received this e-mail in error)
  please notify the sender immediately and destroy this e-mail. Any
  unauthorized copying, disclosure or distribution of the material in this
  e-mail is strictly forbidden.
  
  
 
 

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