Post your project structure so we can replicate it.

On 7/14/05, Mick Knutson <[EMAIL PROTECTED]> wrote:
> OK, then I tried this:
> 
> maven.ear.appxml=${basedir}/ear-subproject/src/conf/META-INF/application.xml
> maven.ear.appxml.generate=false
> 
> and I still did not get any application.xml into my ear.
> Bummer :-(
> 
> 
> >From: Dion Gillard <[EMAIL PROTECTED]>
> >Reply-To: Dion Gillard <[EMAIL PROTECTED]>
> >To: Maven Users List <users@maven.apache.org>
> >Subject: Re: [maven 1.0.2] my own application.xml not being included in ear
> >Date: Thu, 14 Jul 2005 08:59:46 +1000
> >
> >On 7/14/05, Mick Knutson <[EMAIL PROTECTED]> wrote:
> > > I have the following setting in my ear-subproject/:
> > >
> > > maven.ear.appxml=${basedir}/src/conf/META-INF/application.xml
> > > maven.ear.appxml.generate=false
> > >
> > > and I have the following DIR:
> > >
> > > ./fastforward/ear-subproject/src/conf/META-INF/application.xml
> > >
> > > then I run maven from ./fastforward and there is no application.xml
> >added to
> > > the ear at all.
> >
> >When running maven,${basedir} is the location of project.xml.
> >
> >You are running maven from ./fastforward and hence the value of
> >maven.ear.appxml is ./fastforward/src/conf/META-INF/application.xml
> >
> >This is not the same as
> >./fastforward/ear-subproject/src/conf/META-INF/application.xml
> >
> > > Can anyone help please?
> >
> >--
> >http://www.multitask.com.au/people/dion/
> >"You are going to let the fear of poverty govern your life and your
> >reward will be that you will eat, but you will not live." - George
> >Bernard Shaw
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> Thank You
> Mick Knutson
> 
> Sr. Java/J2EE Consultant
> BASE logic, inc.
> (415) 648-1804 (S.F., CA)
> http://www.BASELogic.com
> 
> HP Consulting Services (Walnut Creek, CA)
> 
> 
> 


-- 
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw

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

Reply via email to