Re: How to display/transfer maven compilation errors/logs in Web page

2009-10-14 Thread harishsyndrome
You should just use Hudson or another continuous integration server with Maven2 support. Hello Thanks for your reply. But could you please elaborate a bit. A searched the term Maven and Hudson Integration, but i did not get any releavnt way to proceed with. Thankyou -- View this

Re: How to display/transfer maven compilation errors/logs in Web page

2009-10-14 Thread harishsyndrome
Thanks for your reply. But My requirment is quite different. For Example: public class mavenEmbedded { public static void main(String args[]) { try { File projectDirectory = new File( getBasedir(), src/examples/simple-project );

How to Invoke Maven inside Java Program

2009-10-12 Thread harishsyndrome
Is there any launcher or API kind of thing to invoke maven inside a java program. In Ant I can invoke ant task using Ant Launcher Launcher.main(String[]); Is there any thing similar to that for maven. I desperately need that. Thankyou. -- View this message in context:

Re: How to Invoke Maven inside Java Program

2009-10-12 Thread harishsyndrome
Hello LieGrue. Thanks for your Very timely reply. Am all set to work. But i cant find the Jar File for MavenExecutionResults. Even not found in maven repository. Some help again will be appreciated -- View this message in context:

Re: How to Invoke Maven inside Java Program

2009-10-12 Thread harishsyndrome
Hello LieGrue. Thanks for your Very timely reply. Am all set to work. But i cant find the Jar File for MavenExecutionResults. Even not found in maven repository. Some help again will be appreciated -- View this message in context:

How to display/transfer maven compilation errors/logs in Web page

2009-10-12 Thread harishsyndrome
Hello All Dignities, Is there any Api to show the compilation errors/warning in a web page. With MVC Architecture There is an Home page, a Controller, and a Service Method. The Service Method should return warnings/logs/errors thown my maven. Those errors should be displayed in a Web Page.