Updating the jar file to RC2 version did resolve the problem. Thanks.
i was using some example i found over the internet , so it is my fault not
checking the lates version.

  <property name="ivy.install.version" value="2.0.0-beta1" /> 

 <target name="download-ivy" unless="skip.download">
  <mkdir dir="${ivy.jar.dir}" /> 
 <!--  download Ivy from web site so that it can be used even without any
special installation 
  --> 
  <echo message="installing ivy..." /> 
  <get
src="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar";
dest="${ivy.jar.file}" usetimestamp="true" /> 
  </target>

-- 
View this message in context: 
http://www.nabble.com/Problem-with-dynamic-revisions-and-maven-2-javax.jdo-jdo2-api--2.3-eb%2C-3.0%29%3A-not-found-tp25531175p25604972.html
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to