Hi Charles, The Cactus Ant integration supports EAR deployments. However, I have not yet implemented this support in the Maven plugin.
If you're interested to see how it works (and submit a patch ;-)), you can have a look at the following source (<plug>from my upcoming book: JUnit in Action</plug>): http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/junitbook/junitbook/ejb/i ntegration/ (have a look at the build-cactus.xml Ant file) Hope it helps, -Vincent > -----Original Message----- > From: Charles Chan [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 16:04 > To: maven-user > Subject: cactus ear > > Hi, I am trying to setup a cactus test for my EJBs. > Problem I have is that I need to setup a EAR file > rather than a WAR file. So, let's say I have a > project: test-ejb that contains the EJB classes. > > I cannot easily produce the following three artifacts > in this project: > > 1. test-ejb.jar (the actual EJB jar file) > 2. test-ejb.war (the WAR file that contains Cactus > test case) > 3. test-ejb.ear (contains the above two artifacts and > their dependencies) > > Any recommendation? > > Thanks > Charles > > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
