M2 with oc4j

2005-10-23 Thread Pete
Has anyone out there got any suggestions of how to integrate a M2
build with Oracle's oc4j J2EE container.

I'm looking to be able to start the oc4j container, deploy, run
incontainer JUnitEE tests etc, from M2.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: M2 with oc4j

2005-10-23 Thread Vincent Massol
Hi Pete,

 -Original Message-
 From: Pete [mailto:[EMAIL PROTECTED]
 Sent: dimanche 23 octobre 2005 13:47
 To: Maven Users List
 Subject: M2 with oc4j
 
 Has anyone out there got any suggestions of how to integrate a M2
 build with Oracle's oc4j J2EE container.
 
 I'm looking to be able to start the oc4j container, deploy, run
 incontainer JUnitEE tests etc, from M2.

You should definitely have a look at cargo. You don't need a m2 plugin to
use it for testing.

Have a look at http://tinyurl.com/a6325 (don't pay too much attention to the
syntax has it has slightly changed in recent cargo versions) but the
strategy remains the same.

Basically you can start/stop/deploy to your container from within your junit
tests.

-Vincent


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]