Re: [m1.0.2] war file not in dependency list in goal execution

2005-10-06 Thread Doug Douglass
Anthony, Following is a snip from the m1 atrifact plugins plugin.jelly: j:set var=version value=${maven.application.version} / j:if test=${version.compareTo('1.1') lt 0} ant:fail Maven Artifact Plugin v${plugin.currentVersion} requires Maven 1.1 or above. To correct this

[m1.0.2] war file not in dependency list in goal execution

2005-10-05 Thread Anthony Kong
Hi, all, Due to a particular need of my project, i have to copy some dependencies to another directory. The dependencies include a war file. I have written this code fragment in a maven.xml j:forEach var=lib items=${pom.artifacts} ant:echo ${lib.name}/ant:echo j:set

RE: [m1.0.2] war file not in dependency list in goal execution

2005-10-05 Thread Anthony Kong
To: users@maven.apache.org Subject: [m1.0.2] war file not in dependency list in goal execution Hi, all, Due to a particular need of my project, i have to copy some dependencies to another directory. The dependencies include a war file. I have written this code fragment in a maven.xml j:forEach

RE: [m1.0.2] war file not in dependency list in goal execution

2005-10-05 Thread Anthony Kong
: Anthony Kong [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 October 2005 10:02 AM To: 'Maven Users List' Subject: RE: [m1.0.2] war file not in dependency list in goal execution I think I have found out the cause (not the solution, though) Actually in my dependency list I have these entries