oops!
sorry, you can do both
A)
        step 1) ant test (or symply ant)
                - Build for testing (include everything into the ear)
                - Test
        step 2) ant final
                - Build for production

B)
        step 1) ant
                - Build for production
                - Build for testing (include everything into the ear)
                - Test
                - Throw away the testing package


-----Original Message-----
From: Clovis Yutaka Harada [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 5:26 PM
To: Cactus Users List
Subject: RE: Separating Cactus tests from the application


You can do both

-----Original Message-----
From: Andrew van der Voort [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 5:11 PM
To: Cactus Users List
Subject: RE: Separating Cactus tests from the application


OK, so what you are both saying is that I have to:
- Build for testing (include everything into the ear)
- Test
- Build for production

and that I can't
- Build for production
- Build a separate package with the testing components only
- Test
- Throw away the testing package

Thanks

Andrew

---------------------------------------------------------------------
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]

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

Reply via email to