"Henning P. Schmiedehausen" wrote: > > Tod Thomas <[EMAIL PROTECTED]> writes: > > >Does anyone have instructions on deploying my Turbine project to an .ear > >file instead of a .war file? Can it be done? > > You can build a turbine .war by running the turbine:war goal and then > run one of the maven ear:<xxx> goals to build an EAR file.
Thanks for the suggestion. I created the war file by running maven turbine:webapp, turbine:war gave me an error because it said the goal wasn't defined. After that I tried maven ear:ear. It is giving me an error because I can't find application.xml. I tried putting maven.ear.appxml.generate=yes in the build.properties file, that didn't help. I'm still working with the META helloworld example application, I guess the generated directory structure should be familiar? Sorry for my lack of understanding, I'm just trying to get up to speed here real quick. Incidentally, the goal of this 'ear' exercise is to make sure I can deploy my Turbine app under Websphere Application server. Thanks - Tod --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
