[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-26?page=comments#action_12361088 ]
Sachin Patel commented on GERONIMODEVTOOLS-26: ---------------------------------------------- This is incorrect. The current syntax is correct as is. If the zip is not available in the local repo, it will pull it down from cvs.apache.org > Eclipse plugin build will always miss geronimo-jetty-j2ee-*.zip in the local > maven repo > --------------------------------------------------------------------------------------- > > Key: GERONIMODEVTOOLS-26 > URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-26 > Project: Geronimo-Devtools > Type: Bug > Components: eclipse-plugin > Environment: Discovered on Windows. Probably affects build on all operating > systems. > Reporter: Bill Stoddard > Priority: Minor > > Correct the file available test to enable the build to discover the file in > the local maven repository. > C:\home\apache\devtools\modules\eclipse-plugin\plugins>svn diff > svn diff > Index: org.apache.geronimo.j2ee.server.v1/maven.xml > =================================================================== > --- org.apache.geronimo.j2ee.server.v1/maven.xml (revision 358391) > +++ org.apache.geronimo.j2ee.server.v1/maven.xml (working copy) > @@ -28,7 +28,7 @@ > <goal name="getzip"> > <ant:property name="geronimo.zip" > value="geronimo-jetty-j2ee-${geronimo.version}.zip"/> > <ant:available > file="${maven.repo.local}/geronimo/distributions/${geronimo.zip}" > property="zip.present"/> > - <j:if test="${zip.present != 'true'}"> > + <j:if test="${zip.present} != 'true'"> > <ant:mkdir dir="${maven.repo.local}/geronimo/distributions/"/> > <ant:get > src="http://cvs.apache.org/repository/geronimo/distributions/${geronimo.zip}" > dest="${maven.repo.local}/geronimo/distributions/${geronimo.zip}"/> > </j:if> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
