Re: run maven from ant

2006-11-27 Thread John Sanda
I have been looking to call a Maven build from Ant as well. Has anyone tried using the Embedder, http://maven.apache.org/guides/mini/guide-embedding-m2.html? Looks like it may provide a nice API that could be used to write Ant tasks for different goals. On 11/27/06, Christofer Jennings [EMAIL

JXR with Ant

2006-07-10 Thread John Sanda
Is there to run JXR with an Ant build? -- - John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JXR with Ant

2006-07-10 Thread John Sanda
one if someone was willing to contribute it. An alternative is to have a minimal Maven pom.xml that includes the source directories and the jxr plugin settings to do this (and you could exec that from the ant build too). - Brett On 11/07/06, John Sanda [EMAIL PROTECTED] wrote: Is there to run JXR

Re: JXR with Ant

2006-07-10 Thread John Sanda
Nevermind. I was looking in the plugins section on Maven. I found the repo info at http://maven.apache.org/jxr. On 7/10/06, John Sanda [EMAIL PROTECTED] wrote: Where can I find the docs and source for JXR? I am a lot more familiar with Ant than I am with Maven, but I can take a crack writing

Re: m2.0.3 and TestNG

2006-04-17 Thread John Sanda
Hi Brett. I have run into the same situation as Ian, and I tried to use the 2.2-SNAPSHOT version of the plugin, but I ran into some problems. Here is what my pom.xml (with only relavant sections): project xmlns=http://maven.apache.org/POM/4.0.0;

Re: m2.0.3 and TestNG

2006-04-17 Thread John Sanda
repository, being: http://cvs.apache.org/maven-snapshot-repository (instead of snapshots.maven.codehaus.org) - Brett On 4/18/06, John Sanda [EMAIL PROTECTED] wrote: Hi Brett. I have run into the same situation as Ian, and I tried to use the 2.2-SNAPSHOT version of the plugin, but I ran into some

Re: Best approach to deploy in websphere app server

2006-04-14 Thread John Sanda
I work in a WebSphere shop, primarily WAS 5.0.x, but I have worked on WAS 5.1.x some as well. I am new to Maven 2, and I do not know whether or not there are any plugins to handle WebSphere deployments. WebSphere come with a command line tool called Wsadmin, which provides a scripting environment

Project build error Duplicate project ID

2006-04-13 Thread John Sanda
I just started working with the Eclipse plug-in, and I do not understand why I get the following build error in the Eclipse console - Project build error Duplicate project ID found in C:\dev\xfire-examples\BookFinder\pom.xml. Here is what my pom.xml looks like: project

Re: Fw: 404 on Surefire-Report Plugin

2006-04-07 Thread John Sanda
I am new to Maven (2) and to TestNG. I decided to take both for a spin, and I ran into the same situation. I had no problem running my unit tests, but I was not able to generate the report. I had trouble finding any documentation. I actually posted my questions on the TestNG mailing list at