Re: Problems Releaseing Antlibs

2017-05-31 Thread Stefan Bodewig
On 2017-05-31, J Pai wrote: > Just had a look at that ivysettings-nexus.xml file. You are right, > changing that file should fix it. almost. I think we are abusing the module or organization idea of ivy a little as the antlibs' artifacts all live inside the org.apache.ant groupId (in mvn speak) w

Re: Problems Releaseing Antlibs

2017-05-31 Thread J Pai
Just had a look at that ivysettings-nexus.xml file. You are right, changing that file should fix it. -Jaikiran On 31-May-2017, at 5:43 PM, Stefan Bodewig wrote: On 2017-05-31, J Pai wrote: > These are the changes (which incorporates Gintas suggestion) that > might help get us past the upload i

Re: Problems Releaseing Antlibs

2017-05-31 Thread Stefan Bodewig
On 2017-05-31, J Pai wrote: > These are the changes (which incorporates Gintas suggestion) that > might help get us past the upload issue. I've only modified ivysettings-nexus.xml obtained from common (locally, not pushed, yet) and that seems to have done the trick. I didn't have to change prepar

Re: Problems Releaseing Antlibs

2017-05-31 Thread J Pai
These are the changes (which incorporates Gintas suggestion) that might help get us past the upload issue. Change to ivy.xml of compress project: diff --git a/ivy.xml b/ivy.xml index eb034ac..6c5e823 100644 --- a/ivy.xml +++ b/ivy.xml @@ -18,7 +18,7 @@ --> - + value="${

Re: Problems Releaseing Antlibs

2017-05-31 Thread Gintautas Grigelionis
Use different pattern [orgPath] rather than [organisation] Gintas http://ant.apache.org/ivy/history/latest-milestone/concept.html 2017-05-31 11:36 GMT+02:00 Stefan Bodewig : > On 2017-05-31, Stefan Bodewig wrote: > > > I'll fix common first (and update Ivy as I go, then fix Compress and > > do

Re: Problems Releaseing Antlibs

2017-05-31 Thread Stefan Bodewig
On 2017-05-31, Stefan Bodewig wrote: > I'll fix common first (and update Ivy as I go, then fix Compress and > do a test deploy that I can easily drop again. /devel/ASF/ant-antlibs-compress/common/upload.xml:40: impossible to publish artifacts for org.apache.ant#ant-compress;1.5.1: java.io.IOExce

Re: Problems Releaseing Antlibs

2017-05-31 Thread Stefan Bodewig
On 2017-05-31, J Pai wrote: > I had a brief look at this project’s repo and triggered these tasks > locally. Of course, I won’t be able to test the whole upload process, > but I was able to see what’s wrong. Great! > There are 2 “projects” that need this fix. The “common” project and > the “comp

Re: Problems Releaseing Antlibs

2017-05-30 Thread J Pai
By the way, a bit unrelated to the issue at hand - currently the Ivy version being used is 2.4.0-rc1 [1]. Using 2.4.0 instead might be a good idea since it’s been stable for more than a couple of years now. [1] https://github.com/apache/ant-antlibs-common/blob/master/build.properties#L20 -Jaik

Re: Problems Releaseing Antlibs

2017-05-30 Thread J Pai
I had a brief look at this project’s repo and triggered these tasks locally. Of course, I won’t be able to test the whole upload process, but I was able to see what’s wrong. Essentially, the build targets are all fine and they are generating the necessary files, including the pom file. It’s jus

Re: Problems Releaseing Antlibs

2017-05-30 Thread Gintautas Grigelionis
Hi, ivy:makepom doesn't do its job? > missing artifact Apache Ant#ant-compress;1.5!ant-compress.pom Gintas 2017-05-30 20:36 GMT+02:00 Stefan Bodewig : > Hi all > > its kind of obvious we haven't cut any releases of Antlibs for a long > time. About three years ago the build process has been cha

Problems Releaseing Antlibs

2017-05-30 Thread Stefan Bodewig
Hi all its kind of obvious we haven't cut any releases of Antlibs for a long time. About three years ago the build process has been changed to use Ivy to retrieve dependencies and ever since then the release process has been broken. I've fixed it well enough to be able to cut a release candidate