RC2 and simian report generation pb.

2004-03-29 Thread ZHU Beiting
Hi,

I am a demi-debutante of Maven. When I worked with maven_1.0-RC1, I have
encountered a problem in generating simian report. I always got an
java.lang.outOfMemory exception. Visibly it is because of the java VM is not
enough for the simian generation. So I have modified the option %MAVEN_OPTS%
to -Xmx600m in the maven.bat. But it did not solve the problem. 
I would like to know:
1/ if there is someone here also encountering the same pb. in the simian
report generation goal?
2/ if it is the pb. invoked of maven_1.0-RC1? and how about it in the RC2
version?

Thanks,
Beiting ZHU.


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



site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
whilst running maven (1.0-rc2) site:generate i get this error...

this line in the script refers to ${stylesheet} of which i have no idea about.
I am running a very basic example system to learn maven.  project.xml is very lean and 
project.properties is empty.

how can i remedy this failure?

BUILD FAILED
File.. file:/homedir/robshep/.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
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site] -- 
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54: 
j:include could not include jelly script: 
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl. 
Reason: org.apache.commons.jelly.JellyException: null:-1:-1: null Could not parse Jelly 
script

linkcheck.html has not been written to

secondly.

the changelog plugin isn't finding my source. it is checked out in to the source directory 
 stated in project.xml build

in the output i get (details modified!)

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ext:[EMAIL PROTECTED]:/folder/user/cvs
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-282004-03-30
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
why is it looking in . should it not look in the source directory?

regards

many thanks

Rob

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


Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
This bug has fixed in cvs.

Emmanuel

- Original Message - 
From: Rob Shepherd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 12:24 PM
Subject: site:generate fail and changelog query


 whilst running maven (1.0-rc2) site:generate i get this error...

 this line in the script refers to ${stylesheet} of which i have no idea
about.
 I am running a very basic example system to learn maven.  project.xml is
very lean and
 project.properties is empty.

 how can i remedy this failure?

 BUILD FAILED
 File..
file:/homedir/robshep/.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
 com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[site] -- 

file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
 j:include could not include jelly script:

file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
 Reason: org.apache.commons.jelly.JellyException: null:-1:-1: null Could
not parse Jelly
 script

 linkcheck.html has not been written to

 secondly.

 the changelog plugin isn't finding my source. it is checked out in to the
source directory
   stated in project.xml build

 in the output i get (details modified!)

 SCM Command Line[0]: cvs
 SCM Command Line[1]: -d
 SCM Command Line[2]: :ext:[EMAIL PROTECTED]:/folder/user/cvs
 SCM Command Line[3]: log
 SCM Command Line[4]: -d 2004-02-282004-03-30
 cvs log: in directory .:
 cvs [log aborted]: there is no version here; run 'cvs checkout' first
 ChangeLog found: 0 entries

 why is it looking in . should it not look in the source directory?


 regards

 many thanks

 Rob

 -
 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: EJB Deployment descriptor configuration

2004-03-29 Thread Wim Lambrecht
He Jorn,

Thanks for that.

I thought to use my DD's as basis for the end configuration, but you're
right, in that ABCD-case the D-module DD would contain the module
A-stuff twice ! (not necesserally the code itself twice).

Now, to satisfy both needs, i guess i could do something like this:
1) provide an artifact which can be used to put together a
'product' as you call it. This artifact could have a naming convention
like 'ejb-mystuff-*-0.1', where * could be 'raw', 'module' or component.
Every product could link this one as a dependency (in its pom).
2) provide another ready to use, artifact (an EJBJAR for
instance). I could use a naming convention like 'ejb-mystuff-*-0.1',
where * could be 'end' (or 'product'). This is then ready-to-use for
those who need no (re-)configuration of the product (except they can do
it manually if they wish).

After the merging, i could apply my specific needs, like 'adding' and
'overriding' via custom XSL stylesheets.

I guess this could be my final solution. What do you think ?
-wil-

-Oorspronkelijk bericht-
Van: Jörn Gebhardt [mailto:[EMAIL PROTECTED] 
Verzonden: vrijdag 26 maart 2004 14:17
Aan: Maven Users List
Onderwerp: AW: EJB Deployment descriptor configuration

Hi Wim,

the advantage of your suggestion is - as you said - that you can deploy
each
module of its own.

However there exists at least one disadvantages/problem you have to
solve
using your approach:

Imagine you have 4 EJB modules A, B, C and D. B and C depend on A and D
depends on B and C:

 B
   /   \
 A   D
   \   /
 C

If Module B and C contain the EJBs of Module A and you merge them to
module
D you would have the EJBs of module A two times in module D.

In our approach module D is configued to have dependencies to module A,
B
and C:

 A
   \
 B - D
   /
 C

A, B and C contain only those EJBs in their DD that are defined within
them
(i.e. B and C do not contain those of module A, and D doesn't contain
those
of A, B or C). If we want to create for D a deployable jar (or ear) we
call
a different goal that creates one jar 'D-ejb.jar' that contains only a
META-INF directory with the merged DDs and a manifest.mf referencing
A.jar,
B.jar, C.jar and D.jar. We put all these jars into one deployable EAR.
Note that we distinguish between a product and a module in our approach.
A
module is a 'normal' jar whereas a product is an EJB jar or EAR that can
be
deployed.

Comments or suggestions are always welcome,
Jörn 


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



Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Veerasamy, Thirumalai (Cognizant)
Hi,
 
  I specify a dependency like given below. 

 dependency
  groupIdgroup/groupid
  artifactIdartifact/artifactId
 /dependency

  Though I didn't specify a version for that file it still expects as
group/group-artifact-.jar. Is this the expected behaviour? Shouldn't it
ignore '-' if version is not specified.

Regards, 
Thiru

This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

Visit us at http://www.cognizant.com

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

RE: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Maczka Michal


 -Original Message-
 From: Veerasamy, Thirumalai (Cognizant)
 [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 29, 2004 2:36 PM
 To: Maven Users List
 Subject: Dependency - If version is not specified, should it consider
 '-' or not?
 
 
 Hi,
  
   I specify a dependency like given below. 
 
  dependency
   groupIdgroup/groupid
   artifactIdartifact/artifactId
  /dependency
 
   Though I didn't specify a version for that file it still expects as
 group/group-artifact-.jar. Is this the expected behaviour? 

Yes it is expected behaviour.


 Shouldn't it
 ignore '-' if version is not specified.
 

No! all artifacts in the repository must be versioned. 

Michal

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



Re: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Kevin Hagel
Assume you have yourstuff-1.1.jar, a versioned library
dependency
 groupIdyourstuff/groupId
 artifactIdyoursetuff/groupId
 version1.2/version
/dependency
Now assume you have yourstuff.jar, a non-versioned library.

dependency
 groupIdyourstuff/groupId
 artifactIdyoursetuff/groupId
 jaryourstuff.jar/jar
/dependency


Maczka Michal wrote:

 

-Original Message-
From: Veerasamy, Thirumalai (Cognizant)
[mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 2:36 PM
To: Maven Users List
Subject: Dependency - If version is not specified, should it consider
'-' or not?
Hi,

 I specify a dependency like given below. 

dependency
 groupIdgroup/groupid
 artifactIdartifact/artifactId
/dependency
 Though I didn't specify a version for that file it still expects as
group/group-artifact-.jar. Is this the expected behaviour? 
   

Yes it is expected behaviour.

 

Shouldn't it
ignore '-' if version is not specified.
   

No! all artifacts in the repository must be versioned. 

Michal

-
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: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Kevin Hagel
oops, a typo

dependency
groupIdyourstuff/groupId
artifactIdyoursetuff/artifactId
version1.2/version
/dependency
Now assume you have yourstuff.jar, a non-versioned library.

dependency
groupIdyourstuff/groupId
artifactIdyoursetuff/artifactId
jaryourstuff.jar/jar
/dependency


Kevin Hagel wrote:

Assume you have yourstuff-1.1.jar, a versioned library
dependency
 groupIdyourstuff/groupId
 artifactIdyoursetuff/groupId
 version1.2/version
/dependency
Now assume you have yourstuff.jar, a non-versioned library.

dependency
 groupIdyourstuff/groupId
 artifactIdyoursetuff/groupId
 jaryourstuff.jar/jar
/dependency


Maczka Michal wrote:

 

-Original Message-
From: Veerasamy, Thirumalai (Cognizant)
[mailto:[EMAIL PROTECTED]
Sent: Monday, March 29, 2004 2:36 PM
To: Maven Users List
Subject: Dependency - If version is not specified, should it consider
'-' or not?
Hi,

 I specify a dependency like given below.
dependency
 groupIdgroup/groupid
 artifactIdartifact/artifactId
/dependency
 Though I didn't specify a version for that file it still expects as
group/group-artifact-.jar. Is this the expected behaviour?   


Yes it is expected behaviour.

 

Shouldn't it
ignore '-' if version is not specified.
  


No! all artifacts in the repository must be versioned.
Michal
-
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]

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


maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
Hi,

When I run maven with the javadoc I obtain this errors :

maven-javadoc-plugin:report:

[javadoc] Generating Javadoc

[javadoc] Javadoc execution

[javadoc] javadoc: Illegal package name: C:\Program

[javadoc] javadoc: Illegal package name: Files\Apache

[javadoc] javadoc: Illegal package name: Foundation\Maven

[javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.

 

I miss a properties ?? 

Thanks

RémY


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name Europcar and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.



Re: maven javadoc [RC2] Problem

2004-03-29 Thread Kevin Hagel
you might want to try reversing the '\' character. 

C:\Program to C:/Program

Even though windoze likes the front-slash, your jvm is smart enough to 
resolve those.
it could be something else  but I've seen this problem in similar 
situations.

Menetrieux Remy wrote:

Hi,

When I run maven with the javadoc I obtain this errors :

maven-javadoc-plugin:report:

   [javadoc] Generating Javadoc

   [javadoc] Javadoc execution

   [javadoc] javadoc: Illegal package name: C:\Program

   [javadoc] javadoc: Illegal package name: Files\Apache

   [javadoc] javadoc: Illegal package name: Foundation\Maven

   [javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.



I miss a properties ?? 

Thanks

RémY

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name Europcar and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.
 

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


Re: maven javadoc [RC2] Problem

2004-03-29 Thread Andy Jefferson
On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote:
 Hi,

 When I run maven with the javadoc I obtain this errors :

 maven-javadoc-plugin:report:

 [javadoc] Generating Javadoc

 [javadoc] Javadoc execution

 [javadoc] javadoc: Illegal package name: C:\Program

 [javadoc] javadoc: Illegal package name: Files\Apache

 [javadoc] javadoc: Illegal package name: Foundation\Maven

 [javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.


What did you put in project.xml for package ?


HTH
-- 
Andy


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



RE: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
My package Tag contain com.x.project_name
I don't understand why maven get my absolute path to my project..
 


-Message d'origine-
De : Andy Jefferson [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 15:57
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote:
 Hi,

 When I run maven with the javadoc I obtain this errors :

 maven-javadoc-plugin:report:

 [javadoc] Generating Javadoc

 [javadoc] Javadoc execution

 [javadoc] javadoc: Illegal package name: C:\Program

 [javadoc] javadoc: Illegal package name: Files\Apache

 [javadoc] javadoc: Illegal package name: Foundation\Maven

 [javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.


What did you put in project.xml for package ?


HTH
-- 
Andy


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

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name Europcar and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.


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



site:generate

2004-03-29 Thread Niclas Hedhman

According to docs, site:generate is supposed to run all kinds of goals, but it 
doesn't happen (see below), most importantly, the javadoc is skipped. Anyone 
knows why?
(I can do 'maven javadoc' no problem.)

Cheers
Niclas

site:
xdoc:register-reports:
maven-changelog-plugin:register:

maven-file-activity-plugin:register:

maven-developer-activity-plugin:register:


site:run-reports:
[echo] Generating the Change Log...
maven-changelog-plugin:report:

[echo] Generating the File Activity...
maven-file-activity-plugin:report:

[echo] Generating the Developer Activity...
maven-developer-activity-plugin:report:


xdoc:init:

xdoc:register-reports:
maven-changelog-plugin:register:

maven-file-activity-plugin:register:

maven-developer-activity-plugin:register:


xdoc:generate-from-pom:
[echo] Generating xdocs from POM ...

-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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



RE: site:generate

2004-03-29 Thread Jörg Schaible
Niclas Hedhman wrote on Monday, March 29, 2004 4:07 PM:

 According to docs, site:generate is supposed to run all kinds of
 goals, but it doesn't happen (see below), most importantly, the
 javadoc is skipped. Anyone knows why?
 (I can do 'maven javadoc' no problem.)

You have 

reportmaven-javadoc-plugin/report

in your reports section ?

regards,
Jörg

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



RE: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy

When javadoc goals generate the file list in a javadoc file. It
generate with an absolute Path. I run mave from the 
C:\Program Files\Apache Software Foundation\Maven-1.0-rc2\project_name\
Have you any idea to resolve this ? 
Eg: My javadoc file :

C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\Remy.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyCheck.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyHome.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyImpl.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyPk.java 
-Message d'origine-
De : Kevin Hagel [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 16:05
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

can you just use maven.javadoc.package=*


Menetrieux Remy wrote:

My package Tag contain com.x.project_name
I don't understand why maven get my absolute path to my project..
 


-Message d'origine-
De : Andy Jefferson [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 15:57
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote:
  

Hi,

When I run maven with the javadoc I obtain this errors :

maven-javadoc-plugin:report:

[javadoc] Generating Javadoc

[javadoc] Javadoc execution

[javadoc] javadoc: Illegal package name: C:\Program

[javadoc] javadoc: Illegal package name: Files\Apache

[javadoc] javadoc: Illegal package name: Foundation\Maven

[javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.




What did you put in project.xml for package ?


HTH
  


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

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name Europcar and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.


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



Re: site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
Thanks Emmanuel, i have manually patched my rc2 script. works fine!

any thought on my second point? In body of original post. I'm not sure where to checkout 
source.. if not the source dir in build?

many thanks

Rob



Emmanuel Venisse wrote:
This bug has fixed in cvs.

Emmanuel

- Original Message - 
From: Rob Shepherd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 12:24 PM
Subject: site:generate fail and changelog query



whilst running maven (1.0-rc2) site:generate i get this error...

this line in the script refers to ${stylesheet} of which i have no idea
about.

I am running a very basic example system to learn maven.  project.xml is
very lean and

project.properties is empty.

how can i remedy this failure?

BUILD FAILED
File..
file:/homedir/robshep/.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
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[site] -- 

file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:

j:include could not include jelly script:

file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.

Reason: org.apache.commons.jelly.JellyException: null:-1:-1: null Could
not parse Jelly

script

linkcheck.html has not been written to

My second query

secondly. 

the changelog plugin isn't finding my source. it is checked out in to the
source directory

 stated in project.xml build

in the output i get (details modified!)

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ext:[EMAIL PROTECTED]:/folder/user/cvs
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-282004-03-30
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
why is it looking in . should it not look in the source directory?

regards

many thanks

Rob

-
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]
--
/**
 *  Rob Shepherd,
 *  University Of Wales, Bangor,
 *  School of Informatics,
 *  Dean Street,
 *  Bangor,
 *  Gwynedd, UK /\  /\
 *  LL57 1UT   /  \/  \ /\
 *  --/---/\--\
 *
 *  [EMAIL PROTECTED]
 *
 *  +44 (0) 1248 38 27
 */
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: maven javadoc [RC2] Problem

2004-03-29 Thread Charles Daniels
The spaces in your path could be the cause of your problems.  Try installing Maven 
into a location
where none of the directory names contain spaces.

I'd also recommend that you place your project files somewhere other than under the 
Maven
directory.

--- Menetrieux Remy [EMAIL PROTECTED] wrote:
 
 When javadoc goals generate the file list in a javadoc file. It
 generate with an absolute Path. I run mave from the 
 C:\Program Files\Apache Software Foundation\Maven-1.0-rc2\project_name\
 Have you any idea to resolve this ? 
 Eg: My javadoc file :
 
 C:\Program Files\Apache Software
 Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
 x\\Remy.java
 C:\Program Files\Apache Software
 Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
 x\\RemyCheck.java
 C:\Program Files\Apache Software
 Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
 x\\RemyHome.java
 C:\Program Files\Apache Software
 Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
 x\\RemyImpl.java
 C:\Program Files\Apache Software
 Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
 x\\RemyPk.java 
 -Message d'origine-
 De : Kevin Hagel [mailto:[EMAIL PROTECTED] 
 Envoyé : lundi 29 mars 2004 16:05
 À : Maven Users List
 Objet : Re: maven javadoc [RC2] Problem
 
 can you just use maven.javadoc.package=*
 
 
 Menetrieux Remy wrote:
 
 My package Tag contain com.x.project_name
 I don't understand why maven get my absolute path to my project..
  
 
 
 -Message d'origine-
 De : Andy Jefferson [mailto:[EMAIL PROTECTED] 
 Envoyé : lundi 29 mars 2004 15:57
 À : Maven Users List
 Objet : Re: maven javadoc [RC2] Problem
 
 On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote:
   
 
 Hi,
 
 When I run maven with the javadoc I obtain this errors :
 
 maven-javadoc-plugin:report:
 
 [javadoc] Generating Javadoc
 
 [javadoc] Javadoc execution
 
 [javadoc] javadoc: Illegal package name: C:\Program
 
 [javadoc] javadoc: Illegal package name: Files\Apache
 
 [javadoc] javadoc: Illegal package name: Foundation\Maven
 
 [javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.
 
 
 
 
 What did you put in project.xml for package ?
 
 
 HTH
   
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 The information transmitted is intended only for the person or entity to
 which it is addressed and may contain confidential and/or privileged
 material. Any review, retransmission, dissemination or other use of, or
 taking of any action in reliance upon, this information by persons or
 entities other than the intended recipient is prohibited and may be a
 violation of law. If you received this transmission in error, please contact
 the sender by reply e-mail and delete and destroy all copies of the
 material, including all copies stored in the recipient's computer, printed
 or saved to disk. Thank you.
 Software virus: Europcar has taken precautions to minimize the risk of
 transmitting software viruses, but we advise you to carry out your own virus
 checks on any attachment to this message. Europcar cannot accept liability
 for any loss or damage caused by software viruses.
 Intellectual Property: Europcar has built up a significant reputation in the
 name Europcar and has a number of trademark applications and registrations
 in many countries. No trademarks, service marks, and trade names owned or
 licensed by Europcar or its affiliates may be copied, reproduced,
 republished, uploaded, posted, transmitted, or distributed in any way,
 without the prior written consent of Europcar.
 
 
 -
 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: maven javadoc [RC2] Problem

2004-03-29 Thread Kevin Hagel
Spaces in the path often confuse java tokenizing, isn't there a way to 
make a windows path without them,
C:\program~1\Apache~2\
like that?

Menetrieux Remy wrote:

When javadoc goals generate the file list in a javadoc file. It
generate with an absolute Path. I run mave from the 
C:\Program Files\Apache Software Foundation\Maven-1.0-rc2\project_name\
Have you any idea to resolve this ? 
Eg: My javadoc file :

C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\Remy.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyCheck.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyHome.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyImpl.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\x
x\\RemyPk.java 
-Message d'origine-
De : Kevin Hagel [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 16:05
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

can you just use maven.javadoc.package=*

Menetrieux Remy wrote:

 

My package Tag contain com.x.project_name
I don't understand why maven get my absolute path to my project..


-Message d'origine-
De : Andy Jefferson [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 15:57
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote:

   

Hi,

When I run maven with the javadoc I obtain this errors :

maven-javadoc-plugin:report:

  [javadoc] Generating Javadoc

  [javadoc] Javadoc execution

  [javadoc] javadoc: Illegal package name: C:\Program

  [javadoc] javadoc: Illegal package name: Files\Apache

  [javadoc] javadoc: Illegal package name: Foundation\Maven

  [javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.
  

 

What did you put in project.xml for package ?

HTH

   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name Europcar and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.
-
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: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
Thanks it's the space characters I have moved my project on my racine it
works !! 
Thanks 
Rémy

-Message d'origine-
De : Kevin Hagel [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 16:57
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

Spaces in the path often confuse java tokenizing, isn't there a way to 
make a windows path without them,
C:\program~1\Apache~2\
like that?


Menetrieux Remy wrote:

When javadoc goals generate the file list in a javadoc file. It
generate with an absolute Path. I run mave from the 
C:\Program Files\Apache Software Foundation\Maven-1.0-rc2\project_name\
Have you any idea to resolve this ? 
Eg: My javadoc file :

C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\
x
x\\Remy.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\
x
x\\RemyCheck.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\
x
x\\RemyHome.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\
x
x\\RemyImpl.java
C:\Program Files\Apache Software
Foundation\Maven-1.0-rc2\project_name\src\xxx\\xx\\
x
x\\RemyPk.java 
-Message d'origine-
De : Kevin Hagel [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 16:05
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

can you just use maven.javadoc.package=*


Menetrieux Remy wrote:

  

My package Tag contain com.x.project_name
I don't understand why maven get my absolute path to my project..



-Message d'origine-
De : Andy Jefferson [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 29 mars 2004 15:57
À : Maven Users List
Objet : Re: maven javadoc [RC2] Problem

On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote:
 



Hi,

When I run maven with the javadoc I obtain this errors :

maven-javadoc-plugin:report:

   [javadoc] Generating Javadoc

   [javadoc] Javadoc execution

   [javadoc] javadoc: Illegal package name: C:\Program

   [javadoc] javadoc: Illegal package name: Files\Apache

   [javadoc] javadoc: Illegal package name: Foundation\Maven

   [javadoc] javadoc: File not found: 1.0-rc2\project\src\com\.
   

  

What did you put in project.xml for package ?


HTH
 




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

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please
contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own
virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in
the
name Europcar and has a number of trademark applications and
registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.


-
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]

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment 

RC2 suspect include / exclude, but which ?

2004-03-29 Thread Herve AGNOUX
Until RC2, maven dist:build was OK.

But with RC2, there is a curious exception :

  +---+
  | C R E A T I N G  S O U R C E  D I S T R I B U T I O N |
  +---+

[copy] Copying 3 files to /home/ha
Caught exception evaluating: [EMAIL PROTECTED] 
Reason: java.lang.NumberFormatException: For input string: includes
java.lang.NumberFormatException: For input string: includes
at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:468)
at java.lang.Integer.valueOf(Integer.java:574)
at 
org.apache.commons.jexl.util.Coercion.coerceInteger(Coercion.java:95)
at 
org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:177)
at 
org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:104)
at 
org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:106)
at 
org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:88)
at org.apache.commons.jexl.parser.ASTNotNode.value(ASTNotNode.java:88)
at 
org.apache.commons.jexl.parser.ASTExpression.value(ASTExpression.java:85)
at 
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:123)
at 
org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate(JexlExpression.java:115)
at 
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$ExpressionSupportLocal.evaluate(JexlExpressionFactory.java:168)
at 
org.apache.commons.jelly.expression.ExpressionSupport.evaluateRecurse(ExpressionSupport.java:106)
at 
org.apache.commons.jelly.expression.ExpressionSupport.evaluateAsBoolean(ExpressionSupport.java:116)
at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:90)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at 
org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.impl.StaticTag.doTag(StaticTag.java:111)
at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.impl.StaticTag.doTag(StaticTag.java:111)
at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.JellyTag.doTag(JellyTag.java:91)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at 
org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:634)
at 
org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:595)
at 
org.apache.commons.jelly.tags.core.ImportTag.doTag(ImportTag.java:128)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at 
org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207)
at org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:126)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at 

Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
- Original Message - 
From: Rob Shepherd [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 4:59 PM
Subject: Re: site:generate fail and changelog query


 Thanks Emmanuel, i have manually patched my rc2 script. works fine!

 any thought on my second point? In body of original post. I'm not sure
where to checkout
 source.. if not the source dir in build?

In your basedir.


 many thanks

 Rob



 Emmanuel Venisse wrote:
  This bug has fixed in cvs.
 
  Emmanuel
 
  - Original Message - 
  From: Rob Shepherd [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, March 29, 2004 12:24 PM
  Subject: site:generate fail and changelog query
 
 
 
 whilst running maven (1.0-rc2) site:generate i get this error...
 
 this line in the script refers to ${stylesheet} of which i have no idea
 
  about.
 
 I am running a very basic example system to learn maven.  project.xml is
 
  very lean and
 
 project.properties is empty.
 
 how can i remedy this failure?
 
 BUILD FAILED
 File..
 
  file:/homedir/robshep/.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
 com.werken.werkz.UnattainableGoalException: Unable to obtain goal
 
  [site] -- 
 
 
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
 
 j:include could not include jelly script:
 
 
 
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
 
 Reason: org.apache.commons.jelly.JellyException: null:-1:-1: null
Could
 
  not parse Jelly
 
 script
 
 linkcheck.html has not been written to
 

 My second query

 secondly.
 
 the changelog plugin isn't finding my source. it is checked out in to
the
 
  source directory
 
   stated in project.xml build
 
 in the output i get (details modified!)
 
 SCM Command Line[0]: cvs
 SCM Command Line[1]: -d
 SCM Command Line[2]:
:ext:[EMAIL PROTECTED]:/folder/user/cvs
 SCM Command Line[3]: log
 SCM Command Line[4]: -d 2004-02-282004-03-30
 cvs log: in directory .:
 cvs [log aborted]: there is no version here; run 'cvs checkout' first
 ChangeLog found: 0 entries
 
 why is it looking in . should it not look in the source directory?
 
 
 regards
 
 many thanks
 
 Rob
 
 -
 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]
 

 -- 
 /**
   * Rob Shepherd,
   * University Of Wales, Bangor,
   * School of Informatics,
   * Dean Street,
   * Bangor,
   * Gwynedd, UK /\  /\
   * LL57 1UT   /  \/  \ /\
   * --/---/\--\
   *
   * [EMAIL PROTECTED]
   *
   * +44 (0) 1248 38 27
   */

 -
 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: site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd


Emmanuel Venisse wrote:
- Original Message - 
From: Rob Shepherd [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 4:59 PM
Subject: Re: site:generate fail and changelog query



Thanks Emmanuel, i have manually patched my rc2 script. works fine!

any thought on my second point? In body of original post. I'm not sure
where to checkout

source.. if not the source dir in build?


In your basedir.
So I would then have two version of the checked out codeone in basedir, one in 
build..src/java...

ahh hang on this assumes i have ${basedir} as the root of my CVS module [CLICK]

I have my source in CVS, the base of which is build..src/java...  My project info is 
however not in CVS i will remedy this...

BTW this info is not very clear in the Information i am able to find on line [hint hint].

Many thanks

Rob






many thanks

Rob



Emmanuel Venisse wrote:

This bug has fixed in cvs.

Emmanuel

- Original Message - 
From: Rob Shepherd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 12:24 PM
Subject: site:generate fail and changelog query




whilst running maven (1.0-rc2) site:generate i get this error...

this line in the script refers to ${stylesheet} of which i have no idea
about.


I am running a very basic example system to learn maven.  project.xml is
very lean and


project.properties is empty.

how can i remedy this failure?

BUILD FAILED
File..
file:/homedir/robshep/.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
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[site] -- 


file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:

j:include could not include jelly script:



file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.

Reason: org.apache.commons.jelly.JellyException: null:-1:-1: null
Could

not parse Jelly


script

linkcheck.html has not been written to

My second query


secondly.

the changelog plugin isn't finding my source. it is checked out in to
the

source directory


stated in project.xml build

in the output i get (details modified!)

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]:
:ext:[EMAIL PROTECTED]:/folder/user/cvs

SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-282004-03-30
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
why is it looking in . should it not look in the source directory?

regards

many thanks

Rob

-
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]
--
/**
 * Rob Shepherd,
 * University Of Wales, Bangor,
 * School of Informatics,
 * Dean Street,
 * Bangor,
 * Gwynedd, UK /\  /\
 * LL57 1UT   /  \/  \ /\
 * --/---/\--\
 *
 * [EMAIL PROTECTED]
 *
 * +44 (0) 1248 38 27
 */
-
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]
--
/**
 *  Rob Shepherd,
 *  University Of Wales, Bangor,
 *  School of Informatics,
 *  Dean Street,
 *  Bangor,
 *  Gwynedd, UK /\  /\
 *  LL57 1UT   /  \/  \ /\
 *  --/---/\--\
 *
 *  [EMAIL PROTECTED]
 *
 *  +44 (0) 1248 38 27
 */
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse

- Original Message - 
From: Rob Shepherd [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, March 29, 2004 5:25 PM
Subject: Re: site:generate fail and changelog query




 Emmanuel Venisse wrote:
  - Original Message - 
  From: Rob Shepherd [EMAIL PROTECTED]
  To: Maven Users List [EMAIL PROTECTED]
  Sent: Monday, March 29, 2004 4:59 PM
  Subject: Re: site:generate fail and changelog query
 
 
 
 Thanks Emmanuel, i have manually patched my rc2 script. works fine!
 
 any thought on my second point? In body of original post. I'm not sure
 
  where to checkout
 
 source.. if not the source dir in build?
 
 
  In your basedir.

 So I would then have two version of the checked out codeone in
basedir, one in
 build..src/java...

No.


 ahh hang on this assumes i have ${basedir} as the root of my CVS module
[CLICK]

Yes.

A correct directory structure is :
project root (basedir)
-project.xml
-src
-java


 I have my source in CVS, the base of which is build..src/java...  My
project info is
 however not in CVS i will remedy this...

 BTW this info is not very clear in the Information i am able to find on
line [hint hint].

 Many thanks

 Rob




 
 
 many thanks
 
 Rob
 
 
 
 Emmanuel Venisse wrote:
 
 This bug has fixed in cvs.
 
 Emmanuel
 
 - Original Message - 
 From: Rob Shepherd [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, March 29, 2004 12:24 PM
 Subject: site:generate fail and changelog query
 
 
 
 
 whilst running maven (1.0-rc2) site:generate i get this error...
 
 this line in the script refers to ${stylesheet} of which i have no
idea
 
 about.
 
 
 I am running a very basic example system to learn maven.  project.xml
is
 
 very lean and
 
 
 project.properties is empty.
 
 how can i remedy this failure?
 
 BUILD FAILED
 File..
 
 file:/homedir/robshep/.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
 com.werken.werkz.UnattainableGoalException: Unable to obtain goal
 
 [site] -- 
 
 
 
 
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
 
 j:include could not include jelly script:
 
 
 
 
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
 
 Reason: org.apache.commons.jelly.JellyException: null:-1:-1: null
 
  Could
 
 not parse Jelly
 
 
 script
 
 linkcheck.html has not been written to
 
 
 My second query
 
 
 secondly.
 
 the changelog plugin isn't finding my source. it is checked out in to
 
  the
 
 source directory
 
 
  stated in project.xml build
 
 in the output i get (details modified!)
 
 SCM Command Line[0]: cvs
 SCM Command Line[1]: -d
 SCM Command Line[2]:
 
  :ext:[EMAIL PROTECTED]:/folder/user/cvs
 
 SCM Command Line[3]: log
 SCM Command Line[4]: -d 2004-02-282004-03-30
 cvs log: in directory .:
 cvs [log aborted]: there is no version here; run 'cvs checkout' first
 ChangeLog found: 0 entries
 
 why is it looking in . should it not look in the source directory?
 
 
 regards
 
 many thanks
 
 Rob
 
 -
 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]
 
 
 -- 
 /**
   * Rob Shepherd,
   * University Of Wales, Bangor,
   * School of Informatics,
   * Dean Street,
   * Bangor,
   * Gwynedd, UK /\  /\
   * LL57 1UT   /  \/  \ /\
   * --/---/\--\
   *
   * [EMAIL PROTECTED]
   *
   * +44 (0) 1248 38 27
   */
 
 -
 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]
 

 -- 
 /**
   * Rob Shepherd,
   * University Of Wales, Bangor,
   * School of Informatics,
   * Dean Street,
   * Bangor,
   * Gwynedd, UK /\  /\
   * LL57 1UT   /  \/  \ /\
   * --/---/\--\
   *
   * [EMAIL PROTECTED]
   *
   * +44 (0) 1248 38 27
   */

 -
 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]



jalopy with checkstyle

2004-03-29 Thread Rob Shepherd
Is it possible to use jalopy and checkstyle together!

jalopy is great, i've used it for months now... but I use  a hand rolled style.xml file.

The checkstyle styles built in to maven are not compatible with this style. and therefore 
produce codingstandard errors. Although turbine is the closest coding standard to mine.

Does anybody have a turbine style for jalopy which will run through the turbine-standard 
checkstyle plugin...
Has anybody else use the two successfully?

regards

Rob

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


Re: jalopy with checkstyle

2004-03-29 Thread John Casey
I don't yet use either of them, but I've seen a Wiki entry on this
topic...

http://wiki.codehaus.org/maven/JalopyCheckstyleHarmony

hope it helps.

john

On Mon, 2004-03-29 at 11:09, Rob Shepherd wrote:
 Is it possible to use jalopy and checkstyle together!
 
 jalopy is great, i've used it for months now... but I use  a hand rolled style.xml 
 file.
 
 The checkstyle styles built in to maven are not compatible with this style. and 
 therefore 
 produce codingstandard errors. Although turbine is the closest coding standard to 
 mine.
 
 Does anybody have a turbine style for jalopy which will run through the 
 turbine-standard 
 checkstyle plugin...
 Has anybody else use the two successfully?
 
 regards
 
 Rob
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-- 
John Casey
[EMAIL PROTECTED]
CommonJava Open Components Project
http://www.commonjava.org


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



RE: jalopy with checkstyle

2004-03-29 Thread Alex Karasulu
Rob,

Unfortunately I tried this a while back and failed to find a way.  It would
be great to have round trip formatting using the two tools but the teams
don't seem to be in collaboration.

Ahh how nice it would be especially when you have a style of your own and
can go back and forth without a hassle.

Let me know if you get anywhere.  I'm very interested in this myself.

Alex

 -Original Message-
 From: Rob Shepherd [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 29, 2004 11:10 AM
 To: [EMAIL PROTECTED]
 Subject: jalopy with checkstyle
 
 
 Is it possible to use jalopy and checkstyle together!
 
 jalopy is great, i've used it for months now... but I use  a hand rolled
 style.xml file.
 
 The checkstyle styles built in to maven are not compatible with this
 style. and therefore
 produce codingstandard errors. Although turbine is the closest coding
 standard to mine.
 
 Does anybody have a turbine style for jalopy which will run through the
 turbine-standard
 checkstyle plugin...
 Has anybody else use the two successfully?
 
 regards
 
 Rob
 
 
 -
 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: 1.0RC2 : error durint site:deploy and xdoc

2004-03-29 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I ran into that exact problem a few days ago.  It seems the xdoc  
plugin in RC2 is broken and you will have to edit line 345 of the  
plugin.jelly file:

http://nagoya.apache.org/eyebrowse/ReadMsg? 
[EMAIL PROTECTED]msgNo=11599

 -Brian

On Mar 28, 2004, at 11:17 PM, Herve AGNOUX wrote:

Hello,

During site:deploy, with maven 1.0RC2, I get this error :

==
(the end)
[javadoc] 19 warnings
[echo] Generating the Source Xref...
maven-jxr-plugin:report:
[echo]
 PackageManager - parsing... Test.java
 PackageManager - parsing... gros_machin.java
...
 PackageManager - parsing... biz/.../ConnectionListener.java
BUILD FAILED
File..  
file:/home/ha/.maven/plugins/maven-jxr-plugin-1.3/plugin.jelly
Element... jxr:jxr
Line.. 95
Column 31
org/apache/oro/text/perl/Perl5Util
Total time: 2 minutes 28 seconds
Finished at: Mon Mar 29 08:50:21 CEST 2004

==

On the same project, if I launch xdoc goal :

==
(...the end)
Checking link http://checkstyle.sourceforge.net/
Validating cvs-usage.html
Validating index.html
Validating maven-reports.html
Validating dependencies.html
Validating issue-tracking.html
Checking link http://nagoya.apache.org/scarab/servlet/scarab/
Validating mail-lists.html
Validating project-info.html
Validating team-list.html
maven-linkcheck-plugin:report-real:
[echo] Generating /home/ha/maven/target/docs/linkcheck.html from
/home/ha/maven/target/linkcheck/docs/linkcheck.xml
BUILD FAILED
File..  
file:/home/herve/.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: 6 minutes 31 seconds
Finished at: Mon Mar 29 09:11:00 CEST 2004

==

--
SARL diaam informatique - 04 50 44 26 54
Ingenierie, développements de systèmes d'information
http://www.diaam-informatique.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (Darwin)
iD8DBQFAaEiy0dKNWt3rpSURAsMWAKC/IQSp2rzHOopC88wPYmXj/8hg0QCgy2DO
a828m+aZJgr2wZ2ca07fA6o=
=scPE
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Tag library requested that is not present: 'velocity' in plugin:

2004-03-29 Thread Smith, Matt (MAN-Corporate)
Hello,

Maybe you can help.  I am receiving the following error when trying to
generate a site for one of my projects.  Included in the reports is a custom
plugin report that uses the velocity jellly tag library.  I have included
the velocity jelly tag library as a dependency.

errorTag library requested that is not present: 'velocity' in
plugin:/error

Any ideas?

Thanks

Matt

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



[multiproject] Strange...

2004-03-29 Thread Niclas Hedhman

Hi,

I am getting the following strange exception when running multiproject:install 
on RC2

BUILD FAILED
File.. 
file:/home/niclas/.maven/plugins/maven-multiproject-plugin-1.2/plugin.jelly
Element... maven:reactor
Line.. 202
Column 9
Unable to obtain goal [multiproject:install-callback] -- 
file:/home/niclas/.maven/plugins/maven-jar-plugin-1.4/plugin.jelly:32:40: 
ant:jar 
/home/niclas/dev/opensource/avalon-excalibur/file:/home/niclas/dev/opensource/avalon-excalibur/compatibility
 
not found.
Total time: 28 seconds
Finished at: Tue Mar 30 13:29:05 MYT 2004


'compatibility' is the subproject name.

Somehow, the /home/niclas/dev/opensource/avalon-excalibur/  top-level 
directory is added in front of the 
file:/home/niclas/dev/opensource/avalon-excalibur/compatibility sub-project 
dir.


Any clues what I have missed?

Niclas
-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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



RE: [multiproject] Strange...

2004-03-29 Thread Brett Porter
This is purely a hunch, but I've seen sections of the Avalon build that uses
ant properties to set things for Jelly to use which could potentially cause
this. Because ant properties behave differently to jelly (ie first wins
instead of last wins), this can break in certain situations - and changes
somewhere in the late betas did just that.

Did it work with different versions of Maven?

- Brett

 -Original Message-
 From: Niclas Hedhman [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, 30 March 2004 3:36 PM
 To: [EMAIL PROTECTED]
 Subject: [multiproject] Strange...
 
 
 
 Hi,
 
 I am getting the following strange exception when running 
 multiproject:install 
 on RC2
 
 BUILD FAILED
 File.. 
 file:/home/niclas/.maven/plugins/maven-multiproject-plugin-1.2
/plugin.jelly
Element... maven:reactor
Line.. 202
Column 9
Unable to obtain goal [multiproject:install-callback] -- 
file:/home/niclas/.maven/plugins/maven-jar-plugin-1.4/plugin.jelly:32:40: 
ant:jar 
/home/niclas/dev/opensource/avalon-excalibur/file:/home/niclas/dev/opensourc
e/avalon-excalibur/compatibility 
not found.
Total time: 28 seconds
Finished at: Tue Mar 30 13:29:05 MYT 2004


'compatibility' is the subproject name.

Somehow, the /home/niclas/dev/opensource/avalon-excalibur/  top-level 
directory is added in front of the 
file:/home/niclas/dev/opensource/avalon-excalibur/compatibility
sub-project 
dir.


Any clues what I have missed?

Niclas
-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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


Re: [multiproject] Strange...

2004-03-29 Thread Niclas Hedhman
On Tuesday 30 March 2004 13:45, Brett Porter wrote:
 This is purely a hunch, but I've seen sections of the Avalon build that
 uses ant properties to set things for Jelly to use which could potentially
 cause this. Because ant properties behave differently to jelly (ie first
 wins instead of last wins), this can break in certain situations - and
 changes somewhere in the late betas did just that.

 Did it work with different versions of Maven?

That I don't know.
I am restructuring the whole Avalon Excalibur, so that all the 'home made' 
maven.xml can be removed and build all the systems with a single command.

Yesterday, I had it running (with RC2), and have since then modified the 
'inheritence', ripped away tons of properties and maven.xml stuff, now down 
to nearly nothing.

This is the 'first' subproject without any dependencies, so I assume it is 
something with 'common stuff'.

Attached are;
avalon-excalibur/buildsystem/project-common.xml
avalon-excalibur/project-common.xml
avalon-excalibur/compatibility/project.xml
avalon-excalibur/compatibility/project.properties

No maven.xml involved at all !!

Any help is very much appreciated !

Niclas
-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+
maven.repo.remote = 
http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven,http://lsd.student.utwente.nl/repository

maven.docs.src=${basedir}/site/xdocs
maven.docs.outputencoding=UTF-8

#
# Banner background and foreground colors.
#

maven.ui.banner.background = #fff
maven.ui.banner.foreground = #000
maven.xdoc.jsl = file:${avalon.buildsysten}/site.jsl
maven.javadoc.stylesheet =file:${avalon.buildsystem}/stylesheet.css
maven.javadoc.links = 
${sun.j2se.link},${avalon.logkit.link},${avalon.framework.link},${excalibur.thread.link},${excalibur.event.link}
maven.license.licenseFile = file:${basedir}/LICENSE.txt
maven.xdoc.poweredby.image=

#
# Declaration of the remote links to assign on javadoc generation.
# Link declarations can be overriden in the user's build.properties
# file.
#

sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
avalon.framework.link = http://avalon.apache.org/framework/api/
avalon.logkit.link = http://avalon.apache.org/logkit/api/
excalibur.thread.link = http://avalon.apache.org/excalibur/thread/api/
excalibur.event.link = http://avalon.apache.org/excalibur/event/api/

maven.multiproject.includes=**/project.xml
?xml version=1.0 encoding=ISO-8859-1?

project
  pomVersion3/pomVersion
  nameAvalon Legacy - Excalibur/name
  organization
nameThe Apache Software Foundation/name
urlhttp://avalon.apache.org//url
logohttp://avalon.apache.org/images/apache-avalon-logo.png/logo
  /organization
  inceptionYear1997/inceptionYear

  licenses
license
  nameApache Software License 1.1/name
  distributionrepo/distribution
  urlhttp://www.apache.org/LICENSE.txt/url
/license
  /licenses

  packageorg.apache.avalon/package
  gumpRepositoryIdavalon-excalibur/gumpRepositoryId

  urlhttp://avalon.apache.org/excalibur//url
  issueTrackingUrlhttp://nagoya.apache.org//issueTrackingUrl

  siteAddressavalon.apache.org/siteAddress
  siteDirectory${root.site.directory}/excalibur/siteDirectory
  distributionDirectory/distributionDirectory

  repository
connectionscm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:avalon-excalibur/connection
urlhttp://cvs.apache.org/viewcvs/avalon-excalibur//url
  /repository

  mailingLists
mailingList
  nameAvalon Developer List/name
  subscribe[EMAIL PROTECTED]/subscribe
  unsubscribe[EMAIL PROTECTED]/unsubscribe
  archivehttp://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]/archive
/mailingList
mailingList
  nameAvalon User List/name
  subscribe[EMAIL PROTECTED]/subscribe
  unsubscribe[EMAIL PROTECTED]/unsubscribe
  archivehttp://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]/archive
/mailingList
  /mailingLists

  developers
developer
  namePaul Hammant/name
  email[EMAIL PROTECTED]/email
  idhammant/id
/developer
developer
  nameBerin Loritsch/name
  idbloritsch/id
  email[EMAIL PROTECTED]/email
/developer
developer
  nameStephen McConnell/name
  idmcconnell/id
  email[EMAIL PROTECTED]/email
/developer
developer
  nameLeo Simons/name
  idleosimons/id
  email[EMAIL PROTECTED]/email
/developer
developer
  nameJeff Turner/name
  idjefft/id
  email[EMAIL PROTECTED]/email
/developer
developer
  nameCostin Manolache/name
/developer
developer
  nameCraig McClanahan/name
/developer
developer
  nameEung-ju Park/name
  idcolus/id
  email[EMAIL PROTECTED]/email
/developer
developer
  nameFederico Barbieri/name
  idfede/id
  email[EMAIL PROTECTED]/email
/developer
developer
  nameLeif Mortenson/name
  idfede/id
  email[EMAIL