>From: Jeff Schnitzer
>
>Ant is my best friend :-)
>
>Seriously. "ant deploy" compiles, packages, and hot-deploys
>my entire application to my development server (Orion, in my
>case). I don't even leave NetBeans to do it; the 3.1beta has
>an Ant integration module. There is very little time or
>effort involved.
Stuff I probably should have mentioned (sorry):
>From Ant's web page: "Ant is a Java based build tool. In theory it is
kind of like make without make's wrinkles."
The link for Ant: http://jakarta.apache.org/ant
"deploy" is merely the name of the dependency I created that performs
the deployment. If anyone wants a sample build file there is a somewhat
overengineered one in the example bean for JUnitEE
(http://www.infohazard.org/junitee).
Jeff Schnitzer
[EMAIL PROTECTED]
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".