On 5/27/05, Sean Schofield <[EMAIL PROTECTED]> wrote:
> What if we want to automate the build of the javadoc?  Can we just
> publish them to the website through ant using scp?  I'd hate to lose
> the automated publishing of the javadoc.
> 
> Perhaps I could publish to my home directory using ant and then have a
> cron script on minotaur that cleans out the javadoc periodcially and
> copies the new ones from my home dir.  I'm open to ideas here.

We successfully used Apache Maven to automatically generate the
internal Oracle ADF Faces website, including Javadoc, that gets
automatically deployed to the web server machine.  This is all done
automatically by the Maven Site Plugin, without needing to write any
custom build scripts.

http://maven.apache.org
http://maven.apache.org/reference/plugins/site/

Perhaps you could leverage the same solution for MyFaces, so solve
this Javadoc issue (and introduce a bunch of other benefits, too).

Kind Regards,
John Fallows.

Reply via email to