launching java process from maven

2005-08-08 Thread Wierenga, R. - SPLXE
Hi, I'm wondering if it would be possible to launch a java process from maven providing it the project.xml dependencies classpath? To be more precice I want to launch jmeter but i don't want to manually create the classpath in a batch file or something because it already nicely exists in a

AW: launching java process from maven

2005-08-08 Thread service
try sthg like this ... ant:path id=jmeter.classpath ant:path refid=maven.dependency.classpath/ /ant:path ... Mark Hi, I'm wondering if it would be possible to launch a java process from maven providing it the project.xml dependencies classpath? To be more precice I want to launch

Re: launching java process from maven

2005-08-08 Thread Andy Glick
Wierenga, R. - SPLXE wrote: I already got to the stage that i created an maven.xml file, included a new goal and executed a process using ant:exec. But i'm stuck at the point in which i have to insert the classpath value, where do i get it from? You can use the ant:java task rather than