RE: Maven compile report

2003-06-16 Thread nick . minutello
appened to continueum?) -Nick Extranet [EMAIL PROTECTED] - 16/06/2003 14:06 Please respond to [EMAIL PROTECTED] To:users cc: Subject: RE: Maven compile report On Mon, 2003-06-16 at 14:10, Vincent Massol wrote: > > -Original Message- > > From: [EMAIL PROTE

RE: Maven compile report

2003-06-16 Thread Martin Skopp
On Mon, 2003-06-16 at 14:10, Vincent Massol wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > > > I am going to raise two New Feature requests. > > One for addition of Compilation report (ie javac report - ala javadoc) > > The other is Maven Build report (contents of maven.log

RE: Maven compile report

2003-06-16 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 13 June 2003 14:31 > To: [EMAIL PROTECTED] > Subject: RE: Maven compile report > > > > >> Please go ahead :-) > > I am going to raise two New Feature requests. &

RE: Maven compile report

2003-06-13 Thread nick . minutello
Please respond to [EMAIL PROTECTED] To:users cc: Subject: RE: Maven compile report Please go ahead :-) -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 23:56 > To: [EMAIL PROTECTED] > Subject: Re: Maven compile rep

RE: Maven compile report

2003-06-12 Thread Vincent Massol
Please go ahead :-) -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 23:56 > To: [EMAIL PROTECTED] > Subject: Re: Maven compile report > > > > > >> > Do you see this as a future requirement

Re: Maven compile report

2003-06-12 Thread nick . minutello
sers cc: Subject:Re: Maven compile report Andrew Mace wrote: > Ben, > Thanks for the reply, > Do you see this as a future requirement to include the build log into the Maven site, as Maven does include the Javadoc report and it would be useful to see if the build falied any why from t

Re: Maven compile report

2003-06-12 Thread Ben Walding
Right you are. You can xdoc a single file - see the linkcheck plugin for more info on how to do it. If someone raises a request for it, I'll try and get it in before RC1 is finalised. Martin Skopp wrote: Hi Ben, On Thu, 2003-06-12 at 12:46, Ben Walding wrote: You've got a bit of a chicken

RE: Maven compile report

2003-06-12 Thread Vincent Massol
-Vincent > -Original Message- > From: Andrew Mace [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 11:56 > To: Maven Users List > Subject: Maven compile report > > > Hi List, > > I have my Maven build set up on a cron to run every night. Is there > anywa

Re: Maven compile report

2003-06-12 Thread Martin Skopp
Hi Ben, On Thu, 2003-06-12 at 12:46, Ben Walding wrote: > You've got a bit of a chicken and egg problem if you wanted it formatted > into xdoc. ... it's solvable by a generating the site twice, which I do here: > You could however do something like > > maven site:generate > target/docs/log.tx

Re: Maven compile report

2003-06-12 Thread Paul Libbrecht
Andrew Mace wrote: Ben, Thanks for the reply, Do you see this as a future requirement to include the build log into the Maven site, as Maven does include the Javadoc report and it would be useful to see if the build falied any why from the web site. My +1, I often try to return to this and, by er

Re: Maven compile report

2003-06-12 Thread Andrew Mace
cc: Subject: Re: Maven compile report 12/0

Re: Maven compile report

2003-06-12 Thread Ben Walding
You've got a bit of a chicken and egg problem if you wanted it formatted into xdoc. You could however do something like maven site:generate > target/docs/log.txt maven site:sshdeploy (doesn't regen the site) you might be able to just do maven site:deploy > target/docs/log.txt But log.txt might

Maven compile report

2003-06-12 Thread Andrew Mace
Hi List, I have my Maven build set up on a cron to run every night. Is there anyway of getting the results of the Maven build generated on the web site. As I would like to be able to see if the build/compile had failed without going through the log files on the server. Any suggestions welcome