Hi

2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> That is what i've tried to do(...among other things of course). The
> relevant  portion of my 'project.xml' is....

I think you meen project.properties...

> 
> maven.ear.appxml.generate=false
> maven.ear.appxml=${basedir}/META-INF/application.dir

Try to include the file name in this path :
maven.ear.appxml=${basedir}/src/somepath/META-INF/application.xml

> 
> but it apperas maven is ignoring the appxml property. Maven generates a
> message....
> 
> [ear] Warning: selected ear files include a META-INF/application.xml which
> will be ignored (please use appxml attribute to ear task)
> 
> and when i check the generated ear the application.xml is missing. Though i
> can see it in the correct postion in the generated 'ear' folder.
> 

That meen maven didn't generate it but it can't find this file locate
at maven.ear.appxml.
You can try to copy your application.xml in the default location
src/application/META-INF/application.xml and remove your redefinition
of the maven.ear.appxml. It work here with the default setting.

Nicolas,


> 
> Whilst this email has been checked for all known viruses, recipients should 
> undertake their own virus checking as Xansa will not accept any liability 
> whatsoever.
> 
> This email and any files transmitted with it are confidential and protected 
> by client privilege.  It is solely for the use of the intended recipient.
> Please delete it and notify the sender if you have received it in
> error. Unauthorised use is prohibited.
> 
> Any opinions expressed in this email are those of the individual and not
> necessarily the organisation.
>      Xansa, Registered Office: 420 Thames Valley Park Drive,
>      Thames Valley Park, Reading, RG6 1PU, UK.
>      Registered in England No.1000954.
>      t  +44 (0)8702 416181
>      w  www.xansa.com
>

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

Reply via email to