Hello everybody,

I have a problem when using maven-javadoc-plugin. My problem is as the following: - I have some modules, they are complied successfully with the "mvn clean install" command
- Then when I use the "mvn site site-deploy", there's an error:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An error has occurred in JavaDocs report generation:
Exit code: 1 - whenandhowcacheupload/ResourceManager.class(whenandhowcacheupload:ResourceManager.class): warning: Cannot find annotation method 'name()' in type 'org.objectweb.fractal.fraclet.annotations.Attribute': class file for org.objectweb.fractal.fraclet.annotations.Attribute not found whenandhowcacheupload/ResourceManager.class(whenandhowcacheupload:ResourceManager.class): warning: Cannot find annotation method 'step()' in type 'org.objectweb.fractal.fraclet.annotations.Lifecycle': class file for org.objectweb.fractal.fraclet.annotations.Lifecycle not found whenandhowcacheupload/ResourceManager.class(whenandhowcacheupload:ResourceManager.class): warning: Cannot find annotation method 'step()' in type 'org.objectweb.fractal.fraclet.annotations.Lifecycle' error: in class file whenandhowcacheupload/ResourceManager.class(whenandhowcacheupload:ResourceManager.class): unknown enum constant org.objectweb.fractal.fraclet.types.Step.STOP

Command line was: /home/kinh/jdk1.6.0_10/jre/../bin/javadoc -J-Xmx512m -J-Xms128m @options @packages

Refer to the generated Javadoc files in '/home/kinh/workspace/cosmos/trunk/cosmos-me/cosmos/examples/midlet/example-dais-2007/target/site/apidocs' dir.


The code, you can see at http://picoforge.int-evry.fr/websvn/filedetails.php?repname=cosmos&path=%2Ftrunk%2Fcosmos-me%2Fcosmos%2Fexamples%2Fexample-dais-2007-juliac%2Fsrc%2Fmain%2Fjava%2Fwhenandhowcacheupload%2FResourceManager.java&rev=0&sc=0

my configuration concerning to maven-javadoc-plugin:

     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-javadoc-plugin</artifactId>
       <version>2.6.1</version>
       <configuration>
         <minmemory>128m</minmemory>
         <maxmemory>512m</maxmemory>
       </configuration>
     </plugin>

Could anyone tell me what happens for my code?

Thanks in advance,
Kinh

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to