Re: Maven-Jboss-Packaging-Plugin error locating jboss-spring.xml

2008-06-12 Thread Tim Kettler
File a bug report in jira [1] to make the developers aware of it. -Tim [1] http://jira.codehaus.org/browse/MJBOSSPACK Andrew Madu schrieb: Problem solved! Even though the 'deploymentDescriptorFile' attribute is described as one which can be optionally set, this is not the case. It needs to

Maven-Jboss-Packaging-Plugin error locating jboss-spring.xml

2008-06-11 Thread Andrew Madu
Hi, I ma receiving the following error message when I call 'mvn jboss-packaging:spring': [code] Embedded error: Could not find descriptor files: jboss-spring.xml [/code] The file, jboss-spring.xml, exists in src/main/resources/META-INF/. What am I missing here? My development platform: Eclipse

Re: Maven-Jboss-Packaging-Plugin error locating jboss-spring.xml

2008-06-11 Thread Andrew Madu
Hi, could someone oblige me and test the following plugin, in a bog standard maven app project, with the build command 'mvn jboss-packages:spring' and tell me whether the plugin breaks or not? (a jboss-spring.xml file needs to be placed in src/main/resources/META-INF): [code] build

Re: Maven-Jboss-Packaging-Plugin error locating jboss-spring.xml

2008-06-11 Thread Andrew Madu
Problem solved! Even though the 'deploymentDescriptorFile' attribute is described as one which can be optionally set, this is not the case. It needs to be explicitly set. Andrew On Thu, Jun 12, 2008 at 12:39 AM, Andrew Madu [EMAIL PROTECTED] wrote: Hi, could someone oblige me and test the