gradle cannot parse ant-parrent

2014-01-02 Thread Romanovskiy, Vladimir
Hallo Ant Team,

recently we have problem with ant-parrent package and gradle.

Here is the output from gradle build.

The following text is from the ant-parent-1.7.0.pom:

   This POM has been created manually by the Ant Development Team.
   Please contact us if you are not satisfied with the data contained in 
this POM.
   URL : http://ant.apache.org

* What went wrong:
A problem occurred evaluating script.
 Could not resolve all dependencies for configuration ':ssh'.
 Could not resolve org.apache.ant:ant-jsch:1.7.0.
  Required by:
  :MG:2.17.1.4
Could not parse 
POMhttp://sv0024x-sd.dev.gs.panthera-ag.net/archiva/repository/internal/org/apache/ant/ant-jsch/1.7.0/ant-jsch-1.7.0.pom
   Could not resolve org.apache.ant:ant-parent:1.7.0.
  Could not parse 
POMhttp://sv0024x-sd.dev.gs.panthera-ag.net/archiva/repository/internal/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
 Could not HEAD 
'http://sv0024x-sd.dev.gs.panthera-ag.net/archiva/repository/internal/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.jar'.
 Received status code 500 from server: Unable to fetch artifact resource.

We use gradle version 1.10.

Could You please tell us what's wrong with ant-parent?


Kind regards,
Vladimir

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: gradle cannot parse ant-parrent

2014-01-02 Thread Stefan Bodewig
On 2014-01-02, Romanovskiy, Vladimir wrote:

 recently we have problem with ant-parrent package and gradle.

 Could not parse 
 POMhttp://sv0024x-sd.dev.gs.panthera-ag.net/archiva/repository/internal/org/apache/ant/ant-jsch/1.7.0/ant-jsch-1.7.0.pom

Well, I don't know about sv0024x-sd.dev.gs.panthera-ag.net but I can
clearly see a POM in 

http://central.maven.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom

(BTW, the current release is 1.9.3)

This pom states packagingpom/packaging so it shouldn't come as a
surprise there is no jar.

I don't see anything wrong with the POM.

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org