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]



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