AW: Ivy jobs on Teamcity need reconfiguring

2017-06-23 Thread jhm
> >>> I was reading up some docs and happened to find this page
> >>> http://ant.apache.org/nightlies.html which lists the Ant/Ivy jobs.
> >>> Turns out we also have Teamcity builds for Ivy and they have been
> >>> failing since we moved to Java 1.7[1].
>
> Then I'd suggest migrating them to our own infrastructure.

+1, the TC jobs are out of our scope, the credentials always get lost ;) and 
ASF now has a powerful build environment.

Jan


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



Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Stefan Bodewig
On 2017-06-20, Nicolas Lalevée wrote:

>> Le 19 juin 2017 à 13:02, Stefan Bodewig  a écrit :

>> On 2017-06-19, Jaikiran Pai wrote:

>>> I was reading up some docs and happened to find this page
>>> http://ant.apache.org/nightlies.html which lists the Ant/Ivy
>>> jobs. Turns out we also have Teamcity builds for Ivy and they have
>>> been failing since we moved to Java 1.7[1].

>> Are we maintaining the job ourselves? Jan, have you got access to the
>> credentials?

> The credentials have been shared the 23 september 2008 on ant-private.

Ahh, found them, thanks.

I've reconfigured all Ivy jobs to use JDK 1.7 now.

>> Is this job doing anything that we couldn't do with builds.apache.org by
>> now?

> I don’t think so.

Then I'd suggest migrating them to our own infrastructure.

Stefan

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



Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Gintautas Grigelionis
Sorry for confusing TeamCity jobs with Jenkins jobs previously.
TeamCity seems to be unhappy about the Java version



*javac: invalid target release: 1.7*
since it still uses JRE 1.5

Somebody who is project admin should change parameters in build
configuration?

Gintas


Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Vladislav Rassokhin
Hi,

AFAIK Xavier Hanin has Project Administrator role for 'Apache Ivy' project
on teamcity.jetbrains.com.
Could share access with Stefan or someone else.

Also changed configuration a bit (something were left after svn -> git
migration).

2017-06-20 15:10 GMT+03:00 Nicolas Lalevée :

>
> > Le 19 juin 2017 à 13:02, Stefan Bodewig  a écrit :
> >
> > On 2017-06-19, Jaikiran Pai wrote:
> >
> >> I was reading up some docs and happened to find this page
> >> http://ant.apache.org/nightlies.html which lists the Ant/Ivy
> >> jobs. Turns out we also have Teamcity builds for Ivy and they have
> >> been failing since we moved to Java 1.7[1].
> >
> > Are we maintaining the job ourselves? Jan, have you got access to the
> > credentials?
>
> The credentials have been shared the 23 september 2008 on ant-private.
>
> > Is this job doing anything that we couldn't do with builds.apache.org by
> > now?
>
> I don’t think so.
>
> Nicolas
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>


Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Nicolas Lalevée

> Le 19 juin 2017 à 13:02, Stefan Bodewig  a écrit :
> 
> On 2017-06-19, Jaikiran Pai wrote:
> 
>> I was reading up some docs and happened to find this page
>> http://ant.apache.org/nightlies.html which lists the Ant/Ivy
>> jobs. Turns out we also have Teamcity builds for Ivy and they have
>> been failing since we moved to Java 1.7[1].
> 
> Are we maintaining the job ourselves? Jan, have you got access to the
> credentials?

The credentials have been shared the 23 september 2008 on ant-private.

> Is this job doing anything that we couldn't do with builds.apache.org by
> now?

I don’t think so.

Nicolas


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



Re: Ivy jobs on Teamcity need reconfiguring

2017-06-19 Thread Gintautas Grigelionis
Policy files in JRE must be replaced; here's the link for Java 8
http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

Gintas

2017-06-19 13:02 GMT+02:00 Stefan Bodewig :

> On 2017-06-19, Jaikiran Pai wrote:
>
> > I was reading up some docs and happened to find this page
> > http://ant.apache.org/nightlies.html which lists the Ant/Ivy
> > jobs. Turns out we also have Teamcity builds for Ivy and they have
> > been failing since we moved to Java 1.7[1].
>
> Are we maintaining the job ourselves? Jan, have you got access to the
> credentials?
>
> Is this job doing anything that we couldn't do with builds.apache.org by
> now?
>
> Stefan
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>


Re: Ivy jobs on Teamcity need reconfiguring

2017-06-19 Thread Stefan Bodewig
On 2017-06-19, Jaikiran Pai wrote:

> I was reading up some docs and happened to find this page
> http://ant.apache.org/nightlies.html which lists the Ant/Ivy
> jobs. Turns out we also have Teamcity builds for Ivy and they have
> been failing since we moved to Java 1.7[1].

Are we maintaining the job ourselves? Jan, have you got access to the
credentials?

Is this job doing anything that we couldn't do with builds.apache.org by
now?

Stefan

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



Re: Ivy jobs on Teamcity need reconfiguring

2017-06-19 Thread Gintautas Grigelionis
Looks like infra needs to change security policy to unlimited crypto
strength. That is documented in build.xml

Gintas

2017-06-19 12:28 GMT+02:00 Jaikiran Pai :

> I was reading up some docs and happened to find this page
> http://ant.apache.org/nightlies.html which lists the Ant/Ivy jobs. Turns
> out we also have Teamcity builds for Ivy and they have been failing since
> we moved to Java 1.7[1]. Does any of us have access to those setups to
> configure it correctly to use Java 7? It’s a good thing that those jobs are
> running on Windows OS and will give us coverage on Windows. There are a few
> more Ivy related Teamcity jobs listed on that Ant project page which we
> probably will have to cleanup a bit.
>
>
> [1] https://teamcity.jetbrains.com/viewType.html?buildTypeId=bt125=1
>
> -Jaikiran
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>


Ivy jobs on Teamcity need reconfiguring

2017-06-19 Thread Jaikiran Pai
I was reading up some docs and happened to find this page 
http://ant.apache.org/nightlies.html which lists the Ant/Ivy jobs. Turns out we 
also have Teamcity builds for Ivy and they have been failing since we moved to 
Java 1.7[1]. Does any of us have access to those setups to configure it 
correctly to use Java 7? It’s a good thing that those jobs are running on 
Windows OS and will give us coverage on Windows. There are a few more Ivy 
related Teamcity jobs listed on that Ant project page which we probably will 
have to cleanup a bit.


[1] https://teamcity.jetbrains.com/viewType.html?buildTypeId=bt125=1

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