Re: Procedure for generating Javadoc and User Guide

2010-01-13 Thread David Ezzio
io wrote: From: David Ezzio Subject: Re: Procedure for generating Javadoc and User Guide To: dev@openwebbeans.apache.org Date: Tuesday, January 12, 2010, 9:37 PM Hi Jean-Louis, I am not behind a corporate firewall. For that reason, I don't know why I would require a proxy. And if I did, I

Re: Procedure for generating Javadoc and User Guide

2010-01-13 Thread Matthias Wessendorf
m an IDE? >> Maybe the 'offline' mode is activated somehow? >> >> Another option: do you have >> true >> in one of your settings.xml or defined as property? >> >> LieGrue, >> strub >> >> --- On Tue, 1/12/10, David Ezzio wrote: &g

Re: Procedure for generating Javadoc and User Guide

2010-01-13 Thread David Ezzio
ubject: Re: Procedure for generating Javadoc and User Guide To: dev@openwebbeans.apache.org Date: Tuesday, January 12, 2010, 9:37 PM Hi Jean-Louis, I am not behind a corporate firewall. For that reason, I don't know why I would require a proxy. And if I did, I have no idea what proxy it would

Re: Procedure for generating Javadoc and User Guide

2010-01-12 Thread Mark Struberg
lowing, it works but takes > time, so wait patiently :) > >>> > >>>>  mvn clean compile > >>> .. > >>>  BUILD SUCCESSFUL > >>> [INFO] > >>> > &g

Re: Procedure for generating Javadoc and User Guide

2010-01-12 Thread David Ezzio
emory: 17M/107M Thanks; From: David Ezzio To: dev@openwebbeans.apache.org Sent: Mon, January 11, 2010 8:05:40 PM Subject: Re: Procedure for generating Javadoc and User Guide All, In the webbeans-doc subdirectory, using either docbkx:generate-pdf or install, attem

Re: Procedure for generating Javadoc and User Guide

2010-01-12 Thread Matthias Wessendorf
ait patiently :) >>> >>>>  mvn clean compile >>>>> >>>> >>> .. >>>  BUILD SUCCESSFUL >>> [INFO] >>> -------------------- >>> [INFO] Total time:4 minu

Re: Procedure for generating Javadoc and User Guide

2010-01-12 Thread Jean-Louis MONTEIRO
inished at: Mon Jan 11 23:33:51 EET 2010 >> [INFO] Final Memory: 17M/107M >> >> Thanks; >> >> >> >> >> >> From: David Ezzio >> To: dev@openwebbeans.apache.org >> Sent: Mon, January 11, 2010 8:05:

Re: Procedure for generating Javadoc and User Guide

2010-01-12 Thread Matthias Wessendorf
- >> [INFO] Total time:4 minutes 59 seconds >> [INFO] Finished at: Mon Jan 11 23:33:51 EET 2010 >> [INFO] Final Memory: 17M/107M >> >> Thanks; >> >> >> >> >> >> From: David Ezzio >> To: dev@openwe

Re: Procedure for generating Javadoc and User Guide

2010-01-12 Thread David Ezzio
Ezzio To: dev@openwebbeans.apache.org Sent: Mon, January 11, 2010 8:05:40 PM Subject: Re: Procedure for generating Javadoc and User Guide All, In the webbeans-doc subdirectory, using either docbkx:generate-pdf or install, attempting to generate the user guide appears to lead to a black hole. No CPU

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Gurkan Erdogdu
[INFO] Final Memory: 17M/107M Thanks; From: David Ezzio To: dev@openwebbeans.apache.org Sent: Mon, January 11, 2010 8:05:40 PM Subject: Re: Procedure for generating Javadoc and User Guide All, In the webbeans-doc subdirectory, using either docbkx:generate-pdf or i

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Gurkan Erdogdu
for generating Javadoc and User Guide All, In the webbeans-doc subdirectory, using either docbkx:generate-pdf or install, attempting to generate the user guide appears to lead to a black hole. No CPU or disk activity appears to be going on, and no progress is indicated. This is on a windows

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
Hi Matthias, Thank you for the suggestion. No luck. See my other post. Thanks, David Matthias Wessendorf wrote: Hello David , have executed the maven build in here ? $OWB_HOME/webbeans-doc (the webbeans-doc project is not part of the entire build) Perhaps the release profile should conta

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
All, In the webbeans-doc subdirectory, using either docbkx:generate-pdf or install, attempting to generate the user guide appears to lead to a black hole. No CPU or disk activity appears to be going on, and no progress is indicated. This is on a windows platform. Any suggestions or insight

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Matthias Wessendorf
Hello David , have executed the maven build in here ? $OWB_HOME/webbeans-doc (the webbeans-doc project is not part of the entire build) Perhaps the release profile should contain that (and a site profile, once a auto deployed solution is present :-) ) -Matthias On Mon, Jan 11, 2010 at 6:27 PM,

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
I've answered the first part of my question: mvn -Dmaven.test.skip=true javadoc:javadoc produces the javadoc, SFAICT. Still having no luck generating the user guide. David Ezzio wrote: Hi, I didn't see Javadoc or User Guide with the binary distribution. What is the procedure for generating

Procedure for generating Javadoc and User Guide

2010-01-11 Thread David Ezzio
Hi, I didn't see Javadoc or User Guide with the binary distribution. What is the procedure for generating these from source? Thanks, David