Re: Multipart question regarding releasing with an assembly and integration tests.

2006-09-01 Thread Todd Nine
Thanks for the feedback Barrie and Wendy. The inclusion of the assembly worked great, the admins and I thank you. Wendy, I've downloaded the book and read it, as well as viewed your example pom, but I'm still having a difficult time getting my mind around how to do this. We run our own custom

Re: Multipart question regarding releasing with an assembly and integration tests.

2006-09-01 Thread Wendy Smoak
On 9/1/06, Todd Nine [EMAIL PROTECTED] wrote: Most of these questions would best be addressed to the Cargo user list. http://cargo.codehaus.org/Mailing+Lists Clustered JBoss configuration is beyond me, but I bet Vincent can help. :) Just picking out one thing: Also, what project

Multipart question regarding releasing with an assembly and integration tests.

2006-08-30 Thread Todd Nine
Hi all, I have a couple of questions that don't seem to be documented (at least not that I could find). Any help would be greatly appreciated. 1. I have a project that is simply a testing utility for our admins to test their message queue setups. I have the assembler plug in create a zip file

Re: Multipart question regarding releasing with an assembly and integration tests.

2006-08-30 Thread Barrie Treloar
1. I have a project that is simply a testing utility for our admins to test their message queue setups. I have the assembler plug in create a zip file that contains all the jars and the class path for the executable jar. Is it possible for me to automatically run the assembly and upload the

Re: Multipart question regarding releasing with an assembly and integration tests.

2006-08-30 Thread Wendy Smoak
On 8/30/06, Todd Nine [EMAIL PROTECTED] wrote: 2. I have a project that has both unit tests and integration tests. The unit tests use mock objects and obviously execute automatically when test is performed. How do I specify the tests that need to run for integration testing? Also note that I