download andromda source at
http://sourceforge.net/project/showfiles.php?group_id=73047&package_id=117392&release_id=593519
then build the F:\Andromda\samples\animal-quiz\app
this will build a jboss animal-quiz-3.4-SNAPSHOT.ear for you

tweak the pom.xml to suit your needs

HTH
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Mon, 6 Oct 2008 21:00:41 -0400
> From: [EMAIL PROTECTED]
> Subject: Re: Best practice? Where to put app-server specific files 
> (log4j.xml, datsource xml files, jboss-service.xml , etc.)
> To: [email protected]
> 
> I believe that most people use the Ant plugin Assembly to parse the dev, qa, 
> prod
> environment files. I would suggest that you create them all during the 
> build. I have
> seen some people put in the environment during the build and parse the files 
> just for
> that environment. This meant that they had to rebuild for dev, QA and Prod 
> (very
> bad practice!). From a compliance point of view you do want your QA build
> to be the same as the build that you promote into production (obviously you
> have a deployment script to change over the environment files).
> 
> What does everyone else do?
> 
> Bob Aiello
> Editor in Chief
> CM Crossroads
> www.cmcrossroads.com
> http://www.linkedin.com/in/BobAiello
> 
> 
> ----- Original Message ----- 
> From: "Rick" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[email protected]>
> Sent: Monday, October 06, 2008 6:25 PM
> Subject: Best practice? Where to put app-server specific files (log4j.xml, 
> datsource xml files, jboss-service.xml , etc.)
> 
> 
> > I'm working on a typical JEE application that will be deployed to JBoss.
> > (JBoss5 if it matters.) Things are going. I have a pretty standard setup:
> >
> > Parent Module
> >     EJB-JAR Module
> >     JAR Module
> >     WEB Module
> >     EAR Module
> >
> >
> > Currently, however, I'm manually having to deal with certain files that I
> > need in JBoss:
> > *  datasource.xml files
> > *  jboss-service.xml
> > *  log4j.xml files
> > There will probably be some others as well.
> >
> > What is the best way to deal with these files? Is the best practice to
> > create a directory in the parent module or ear module and just create some
> > custom ant task to move them around where they need to go? I couldn't find
> > much about a jboss maven plugin to help with these tasks, so I'm assuming
> > hooking in regular old ant is the way to go?
> >
> > I'll also want to have certain variables in those files replaced with
> > variables from a profile (dev, test, prod) depending on what profile I'm
> > running. I'll look into that as well, since I'm sure there are some docs 
> > on
> > it, but are the any issues to be aware of since I'm guessing these aren't
> > standard files  that I'm dealing with so is using the replacement 
> > mechanism
> > more difficult?
> >
> > Thanks
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

Reply via email to