Re: CI builds

2014-05-06 Thread Jochen Kemnade

Am 30.04.2014 20:42, schrieb Jochen Kemnade:

Indeed. It took half a day to even start the last build. The build itself
was acceptably fast though.


Strangely enough, when I trigger a build manually from Jenkins, it 
starts almost immediately.



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



Re: CI builds

2014-04-30 Thread Jochen Kemnade
Indeed. It took half a day to even start the last build. The build itself
was acceptably fast though.


Re: CI builds

2014-04-29 Thread Howard Lewis Ship
I'll go look into this.


On Mon, Apr 28, 2014 at 8:08 AM, Jochen Kemnade
jochen.kemn...@eddyson.dewrote:

 Hi,

 Am 28.04.2014 17:00, schrieb Ulrich Stärk:

  The thing is that the build slave that ran the Tapestry builds
 exclusively is gone. It crashed and
 I'd have to set it up from scratch which I'm lacking the time atm. This
 means that we have to rely
 on ASF resources and use one of the regular build slaves (I believe
 ubuntu3 has all our
 prerequisites). Just change the build job accordingly.


 I seem to lack the required permissions to configure the Jenkins job.
 Could somebody please re-configure it to run on ubuntu3?
 We should also make sure the the Build Timeout [1] is activated for the
 job.

 Jochen

 [1] http://wiki.apache.org/general/Jenkins#line-63


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




-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com
@hlship


Re: CI builds

2014-04-29 Thread Howard Lewis Ship
Jenkins is slow, slow, slow, slow, slow,
slllowww.


On Tue, Apr 29, 2014 at 11:19 AM, Howard Lewis Ship hls...@gmail.comwrote:

 I'll go look into this.


 On Mon, Apr 28, 2014 at 8:08 AM, Jochen Kemnade jochen.kemn...@eddyson.de
  wrote:

 Hi,

 Am 28.04.2014 17:00, schrieb Ulrich Stärk:

  The thing is that the build slave that ran the Tapestry builds
 exclusively is gone. It crashed and
 I'd have to set it up from scratch which I'm lacking the time atm. This
 means that we have to rely
 on ASF resources and use one of the regular build slaves (I believe
 ubuntu3 has all our
 prerequisites). Just change the build job accordingly.


 I seem to lack the required permissions to configure the Jenkins job.
 Could somebody please re-configure it to run on ubuntu3?
 We should also make sure the the Build Timeout [1] is activated for the
 job.

 Jochen

 [1] http://wiki.apache.org/general/Jenkins#line-63


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




 --
 Howard M. Lewis Ship

 Creator of Apache Tapestry

 The source for Tapestry training, mentoring and support. Contact me to
 learn how I can get you up and productive in Tapestry fast!

 (971) 678-5210
 http://howardlewisship.com
 @hlship




-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com
@hlship


Re: CI builds

2014-04-28 Thread Ulrich Stärk
On 2014-04-26 12:00, Jochen Kemnade wrote:
 Hi,
 
 I just committed an update to the Gradle build. It updates the Gradle
 wrapper to 1.12-rc-2 (I'll keep in mind to update it to the final
 version once that's released).
 I guess now that the source can be built using the shipped wrapper
 version, it would be a good time to get the Jenkins builds to work
 again. Uli, would you mind to have another look?
 

The thing is that the build slave that ran the Tapestry builds exclusively is 
gone. It crashed and
I'd have to set it up from scratch which I'm lacking the time atm. This means 
that we have to rely
on ASF resources and use one of the regular build slaves (I believe ubuntu3 has 
all our
prerequisites). Just change the build job accordingly.

Cheers,

Uli

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



Re: CI builds

2014-04-28 Thread Jochen Kemnade

Hi,

Am 28.04.2014 17:00, schrieb Ulrich Stärk:

The thing is that the build slave that ran the Tapestry builds exclusively is 
gone. It crashed and
I'd have to set it up from scratch which I'm lacking the time atm. This means 
that we have to rely
on ASF resources and use one of the regular build slaves (I believe ubuntu3 has 
all our
prerequisites). Just change the build job accordingly.


I seem to lack the required permissions to configure the Jenkins job. 
Could somebody please re-configure it to run on ubuntu3?

We should also make sure the the Build Timeout [1] is activated for the job.

Jochen

[1] http://wiki.apache.org/general/Jenkins#line-63

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



CI builds

2014-04-26 Thread Jochen Kemnade
Hi,

I just committed an update to the Gradle build. It updates the Gradle
wrapper to 1.12-rc-2 (I'll keep in mind to update it to the final
version once that's released).
I guess now that the source can be built using the shipped wrapper
version, it would be a good time to get the Jenkins builds to work
again. Uli, would you mind to have another look?

On my machine, I get a test failure in PlasticUtilsTests/Do not
urlencode file paths. The File constructor throws an
IllegalArgumentException and claims that the URI is not hierarchical.
Apparently, the problem is that the URI starts with jar:file:... but
the File c'tor expects it to start with file: only. Couldn't we just
use File.createTempFile here?

Jochen



signature.asc
Description: OpenPGP digital signature


Are there published -SNAPSHOT JARs (nightly CI builds or something like that)?

2013-10-29 Thread Lenny Primak
I'd like to try the latest T5.4 release that's built by CI.

Is there a repository that I can point to to be able to access them?

Thanks


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



Re: Are there published -SNAPSHOT JARs (nightly CI builds or something like that)?

2013-10-29 Thread Lenny Primak
Thank you!  That works

On Oct 29, 2013, at 6:41 PM, Andreas Ernst wrote:

 Am 29.10.13 23:03, schrieb Lenny Primak:
 I'd like to try the latest T5.4 release that's built by CI.
 
 Is there a repository that I can point to to be able to access them?
 
 I found this:
 
 https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/
 
 
 -- 
 ae | Andreas Ernst | IT Spektrum
 Postfach 5, 65612 Beselich
 Schupbacher Str. 32, 65614 Beselich, Germany
 Tel: +49-6484-91002 Fax: +49-6484-91003
 a...@ae-online.de | www.ae-online.de
 www.tachyon-online.de
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: dev-h...@tapestry.apache.org
 


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



Re: Are there published -SNAPSHOT JARs (nightly CI builds or something like that)?

2013-10-29 Thread Bob Harner
I just updated the
http://tapestry.apache.org/download.htmhttp://tapestry.apache.org/download.htmll
page to make it a little easier to find the alpha releases as well as the
nightly snapshot binaries.


On Tue, Oct 29, 2013 at 7:07 PM, Lenny Primak lpri...@hope.nyc.ny.uswrote:

 Thank you!  That works

 On Oct 29, 2013, at 6:41 PM, Andreas Ernst wrote:

  Am 29.10.13 23:03, schrieb Lenny Primak:
  I'd like to try the latest T5.4 release that's built by CI.
 
  Is there a repository that I can point to to be able to access them?
 
  I found this:
 
 
 https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/
 
 
  --
  ae | Andreas Ernst | IT Spektrum
  Postfach 5, 65612 Beselich
  Schupbacher Str. 32, 65614 Beselich, Germany
  Tel: +49-6484-91002 Fax: +49-6484-91003
  a...@ae-online.de | www.ae-online.de
  www.tachyon-online.de
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: dev-h...@tapestry.apache.org
 


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




Re: Are there published -SNAPSHOT JARs (nightly CI builds or something like that)?

2013-10-29 Thread Lenny Primak
Thank you!

On Oct 29, 2013, at 8:25 PM, Bob Harner wrote:

 I just updated the
 http://tapestry.apache.org/download.htmhttp://tapestry.apache.org/download.htmll
 page to make it a little easier to find the alpha releases as well as the
 nightly snapshot binaries.
 
 
 On Tue, Oct 29, 2013 at 7:07 PM, Lenny Primak lpri...@hope.nyc.ny.uswrote:
 
 Thank you!  That works
 
 On Oct 29, 2013, at 6:41 PM, Andreas Ernst wrote:
 
 Am 29.10.13 23:03, schrieb Lenny Primak:
 I'd like to try the latest T5.4 release that's built by CI.
 
 Is there a repository that I can point to to be able to access them?
 
 I found this:
 
 
 https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/
 
 
 --
 ae | Andreas Ernst | IT Spektrum
 Postfach 5, 65612 Beselich
 Schupbacher Str. 32, 65614 Beselich, Germany
 Tel: +49-6484-91002 Fax: +49-6484-91003
 a...@ae-online.de | www.ae-online.de
 www.tachyon-online.de
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: dev-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: dev-h...@tapestry.apache.org
 
 


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