AW: Ant 1.7.0 Maven2 repo version has problem

2007-02-13 Thread Jan.Materne
Just without enough knowledge about poms ...

dependency
  groupIdorg.apache.ant/groupId
  artifactIdant/artifactId
  version[1.7.0,)/version

---^
Are you sure about the brackets?


Jan

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



Re: Ant 1.7.0 Maven2 repo version has problem

2007-02-13 Thread Kevin Jackson

Hi,


dependency
  groupIdorg.apache.ant/groupId
  artifactIdant/artifactId
  version[1.7.0,)/version

---^
Are you sure about the brackets?


Looks weird :) - apparently this is how you state 1.7.0 or greater
than or equal to in mvn pom language.

So it should pick up the jar (which it does).

Kev

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



Ant 1.7.0 Maven2 repo version has problem

2007-02-12 Thread Kevin Jackson

Hi,

The version of 1.7.0 at the maven2 repo seems to have a problem.

my pom :

dependency
 groupIdorg.apache.ant/groupId
 artifactIdant/artifactId
 version[1.7.0,)/version
/dependency

dependency
 groupIdorg.apache.ant/groupId
 artifactIdant-jsch/artifactId
 version[1.7.0,)/version
/dependency

When I use my maven plugin (which relies on these dependencies) I get
a URL error in 
${user.home}/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar

When I change the dependencies to version 1.6.5 (and the groupId to
ant mvn1 style), my plugin works fine.

I'm wondering if the 1.7.0 jar at the mvn2 repo is corrupted in some
way?  Opening it and looking at the classes it seems fine.

Any ideas?
Kev

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