Re: javadoc problem

2008-04-16 Thread Antonio Petrelli
2008/4/16, I am Who i am <[EMAIL PROTECTED]>: > Hi All, > > I was trying to do mvn javadoc:javadoc, and getting the following error > org.apache.maven.lifecycle.LifecycleExecutionException: An error has > occurred in JavaDocs report generation:Exit code: 1 - javadoc: > java.lang.OutOfMemoryErro

javadoc problem

2008-04-15 Thread I am Who i am
Hi All, I was trying to do mvn javadoc:javadoc, and getting the following error org.apache.maven.lifecycle.LifecycleExecutionException: An error has occurred in JavaDocs report generation:Exit code: 1 - javadoc: java.lang.OutOfMemoryError: Please increase memory. For example, on the Sun Classic or

Re: Maven site javadoc problem

2006-04-13 Thread Jules Gosnell
ocumentation on the subject - just some bits and ends. If you know how to make this work, please let me know. Thank you, Bratek -- View this message in context: http://www.nabble.com/Maven-site-javadoc-problem-t1431946.html#a3862183 Sent fro

Re: Maven site javadoc problem

2006-04-11 Thread Wayne Fay
t the main project knows nothing about those > > docs - there is no link to any of the modules. > > I tried to search the Internet but I couldn't find any comprehensive > > documentation on the subject - just some bits and ends. If you know how to > > make this work, ple

Re: Maven site javadoc problem

2006-04-11 Thread Jules Gosnell
d ends. If you know how to make this work, please let me know. Thank you, Bratek -- View this message in context: http://www.nabble.com/Maven-site-javadoc-problem-t1431946.html#a3862183 Sent from the Maven - Users forum at Nabble.com.

Re: Maven site javadoc problem

2006-04-11 Thread Lee Meador
now. Thank you, > > Bratek > -- > View this message in context: > http://www.nabble.com/Maven-site-javadoc-problem-t1431946.html#a3862183 > Sent from the Maven - Users forum at Nabble.com. > > > - > T

Maven site javadoc problem

2006-04-11 Thread Bratek
earch the Internet but I couldn't find any comprehensive documentation on the subject - just some bits and ends. If you know how to make this work, please let me know. Thank you, Bratek -- View this message in context: http://www.nabble.com/Maven-site-javadoc-problem-t1431946.html#a3862183 Sen

Re: javadoc problem

2005-10-27 Thread Brett Porter
It's all fixed in SVN. On 10/25/05, Marcus Eberts <[EMAIL PROTECTED]> wrote: > ok, I see. > One of the tags contains WAR, another project contains EAR. So > it doesn't work for both cases and only for normal JAR files. > When I test it with the jar-tag the apidocs get generated and all files >

Re: javadoc problem

2005-10-25 Thread Marcus Eberts
ok, I see. One of the tags contains WAR, another project contains EAR. So it doesn't work for both cases and only for normal JAR files. When I test it with the jar-tag the apidocs get generated and all files are present. On the documentation website the header and menue are displayed but ther

Re: javadoc problem

2005-10-25 Thread Ralph Pöllath
On 25.10.2005, at 09:05, Marcus Eberts wrote: Hi, when executing /mvn javadoc:javadoc / I get a /"Not executing Javadoc as the project is not a Java classpath- capable package" / message and no javadoc html files are created. I also checked the source code but there is no comment what a

Re: javadoc problem

2005-10-25 Thread Gisbert Amm
What does your entry in the POM look like? Regards, Gisbert Amm Marcus Eberts wrote: when executing /mvn javadoc:javadoc / I get a /"Not executing Javadoc as the project is not a Java classpath-capable package" / message and no javadoc html files are created. I also checked the source

javadoc problem

2005-10-25 Thread Marcus Eberts
Hi, when executing /mvn javadoc:javadoc / I get a /"Not executing Javadoc as the project is not a Java classpath-capable package" / message and no javadoc html files are created. I also checked the source code but there is no comment what a "Java classpath-capable package" might look lik