migration to git : next steps - Jenkins

2014-05-28 Thread jhm
Here is an intermediate result and my opinion on that: All jobs are successful running or waiting for a blocking INFRA-issue. What about the IvyDE-updatesite? Open problems = I dont know wheter IvyDE-updatesite is migrated to git, too. -- Question to the IvyDE experts here ;)

migration to git : next steps - Jenkins

2014-05-28 Thread jhm
Here is an intermediate result and my opinion on that: All jobs are successful running or waiting for a blocking INFRA-issue. What about the IvyDE-updatesite? Also I updated the view (add missing ivy-tests) https://builds.apache.org/view/A-D/view/Ant/ I deactivated the windows builds until

Re: migration to git : next steps - Jenkins

2014-05-28 Thread Nicolas Lalevée
About IvyDE's updatesite project, it is really just a build script. We never release it. It is a just a helper to produce the binaries associated with an Ivy or IvyDE release so they can be downloaded directly into Eclipse. And it relies on some svn:externals of Apache's dist, so it should be

IvyDE-updatesite

2014-05-28 Thread jhm
After git-migration the artefacts aren't available under 'trunk' any more. I couldn't change this by myself (access forbidden), so I attach a patch file. Jan https://builds.apache.org/view/A-D/view/Ant/job/IvyDE-updatesite/lastBuild/c onsole

AW: IvyDE-updatesite

2014-05-28 Thread jhm
Ok inline ... Index: build.properties === --- build.properties(revision 1597958) +++ build.properties(working copy) @@ -22,7 +22,7 @@ # properties for jenkins build environment -jenkins.baseUrl=http://builds.apache.org/

Copy license info from Ibiblio

2014-05-28 Thread David R Robison
I am considering trying to code a change to copy the license info from the maven2 repository at Ibiblio repository into the saved ivy xml files in the artifact cache. This is so when I run an ivy.report I get the license information. I am new to ivy development. Can someone point me in the