Re: maven-javadoc-plugin 2.5 and Illegal package name

2009-03-12 Thread Santos Patel
Hi damien,

I tried generating my maven project with and without the -author option. 
But every time the generated javadoc contains the author information with 
it. It seems like the -author doesn't make any difference.
My javadoc uses plugin 2.4 as i'm running maven 2.0.6. But I tested with 
maven 2.0.10 and the same results. I hope someone can shed some light on 
this issue...

Thanks

Santosh Patel
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




maven-javadoc-plugin 2.5 and Illegal package name

2009-03-11 Thread Damien Lecan
Hello,

I used to used  maven-javadoc-plugin 2.4 for custom doclet processing.
If I try to upgrade to version 2.5, I get :

 javadoc: error - Illegal package name: Copyright © 2009. All Rights Reserved.
Command line was:C:\Program
Files\Java\jdk1.6.0_11\jre\..\bin\javadoc.exe @options

Extract from pom :

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-javadoc-plugin/artifactId
!-- version configured by parent --
executions
execution
phaseprocess-resources/phase
goals
goaljavadoc/goal
/goals
/execution
/executions
configuration
subpackagesmy.package/subpackages
excludeanother.package/exclude
docletcompany.tools.DocletSearchEjbService/doclet
docletArtifacts
docletArtifact
groupIdcompany/groupId

artifactIdconfig-servicelocator-doclet/artifactId
version1.0-SNAPSHOT/version
/docletArtifact
/docletArtifacts
additionalparam-tag

${project.build.outputDirectory}/file.properties/additionalparam
/configuration
/plugin

I tried to configure bottom tag, but it always fail.

Thanks

Damien

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-javadoc-plugin 2.5 and Illegal package name

2009-03-11 Thread Santos Patel
Hi damien,

Does your path contain spaces. If any directory name contains spaces then 
javadoc plugin seems to fail. The issue is reported as solved with 2.5 but 
that doesn't seem to be the case.
For your reference http://jira.codehaus.org/browse/MJAVADOC-144

Santosh Patel
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




Re: maven-javadoc-plugin 2.5 and Illegal package name

2009-03-11 Thread Damien Lecan
 Does your path contain spaces.

Which path ?
Path to javadoc tool : yes (c:\program files)
Path to dependencies (doclet) : yes (c:\document and settings)

I tried with debug option.

Plugin fails because of theses lines in options :

...
-author
-bottom
'Copyright #169; 2009 a href=http://www.gip-cps.fr;GIP-CPS/a.
All Rights Reserved.'
...

If I remove -author (authorfalse/author), it works perfectly.

Is it a new bug ?

Damien

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org