RE: OS-conditional report generation

2005-02-17 Thread Alex Borchers
works like a charm...thanks -Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 1:11 PM To: Maven Users List Subject: Re: OS-conditional report generation Hey Alex! Ok, I lead you in the wrong direction, well, partially. The tag cannot be

Re: OS-conditional report generation

2005-02-17 Thread Erik Husby
Alex Borchers wrote: Hi Eric, In trying to implement your suggestion, from in project.xml I've eliminated all but maven-junit-report-plugin and created a new goal in maven.xml. I've searched the archives but have been figure out the syntax to manually register reports with the xdoc plug-in via it

Re: OS-conditional report generation

2005-02-17 Thread Eric Giguere
05 5:55 AM To: Maven Users List Subject: Re: OS-conditional report generation Hello Alex Maybe creating a goal in your maven.xml that will "manually" register the reports you want to run instead of using the built-in mechanism offered by the tag in you project.xml? Note that you sti

RE: OS-conditional report generation

2005-02-17 Thread Alex Borchers
TED] Sent: Thursday, February 17, 2005 5:55 AM To: Maven Users List Subject: Re: OS-conditional report generation Hello Alex Maybe creating a goal in your maven.xml that will "manually" register the reports you want to run instead of using the built-in mechanism offered by the tag in y

Re: OS-conditional report generation

2005-02-17 Thread Eric Giguere
Hello Alex Maybe creating a goal in your maven.xml that will "manually" register the reports you want to run instead of using the built-in mechanism offered by the tag in you project.xml? Note that you still have to supply at least 1 report in the project.xml otherwise, default behavior of the