Re: Trying to make a 5.3.8 release

2014-11-20 Thread Jochen Kemnade

Am 20.11.2014 um 05:40 schrieb Kalle Korhonen:

So I made an attempt at cutting a 5.3.8 release


Great, thanks for volunteering. :-)
Have you tried to run the build with gradlew?
By the way: You added the mavenLocal() repository to tapestry-kaptcha, I 
guess that was by accident.


Jochen

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



Re: Trying to make a 5.3.8 release

2014-11-20 Thread Kalle Korhonen
On Thu, Nov 20, 2014 at 12:08 AM, Jochen Kemnade 
wrote:

> Am 20.11.2014 um 05:40 schrieb Kalle Korhonen:
>
>> So I made an attempt at cutting a 5.3.8 release
>>
>
> Great, thanks for volunteering. :-)
> Have you tried to run the build with gradlew?
> By the way: You added the mavenLocal() repository to tapestry-kaptcha, I
> guess that was by accident.
>

Will try gradlew. mavenLocal() was absolutely not by accident and I tried
to highlight the reason for it in the comments. Since the underlying
kaptcha lib doesn't exist in Maven central the build would fail without
mavenLocal().

Kalle



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


Re: Trying to make a 5.3.8 release

2014-11-20 Thread Jochen Kemnade

Am 20.11.2014 um 17:10 schrieb Kalle Korhonen:

Will try gradlew. mavenLocal() was absolutely not by accident and I tried
to highlight the reason for it in the comments. Since the underlying
kaptcha lib doesn't exist in Maven central the build would fail without
mavenLocal().


Yes, and so it will for everyone who doesn't have the library in their 
local maven repository. And every user's webapp build that uses 
tapestry-kaptcha and does not use a repository that provides 
com.google.kaptcha:kaptcha:2.3.
I think it would be better to leave the old version in place and leave 
it to users to override it with a newer version if they like.
Also, we could try to talk the creator of the library into publishing a 
newer version to Maven Central oder JCenter.


Jochen

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



Re: Trying to make a 5.3.8 release

2014-11-20 Thread Kalle Korhonen
On Thu, Nov 20, 2014 at 8:21 AM, Jochen Kemnade 
wrote:

> Am 20.11.2014 um 17:10 schrieb Kalle Korhonen:
>
>> Will try gradlew. mavenLocal() was absolutely not by accident and I tried
>>
>
Same error with gradlew (gradle 1.0).


> to highlight the reason for it in the comments. Since the underlying
>> kaptcha lib doesn't exist in Maven central the build would fail without
>> mavenLocal().
>>
>
> Yes, and so it will for everyone who doesn't have the library in their
> local maven repository. And every user's webapp build that uses
> tapestry-kaptcha and does not use a repository that provides
> com.google.kaptcha:kaptcha:2.3.
> I think it would be better to leave the old version in place and leave it
> to users to override it with a newer version if they like.
> Also, we could try to talk the creator of the library into publishing a
> newer version to Maven Central oder JCenter.
>

Yes, I perfectly understand that and again tried to highlight that in the
commit comments. The newer kaptcha library is built with jdk 1.6. Given how
difficult it was to get even a decision on T5.4 to move to JDK 1.6, I
thought it was best to avoid that.

Kalle


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


Trouble generating CoffeeScript docs

2014-11-20 Thread Jochen Kemnade
Hi,

following Kalle's example, I wanted to create a new 5.4 beta release today,
but the CoffeeScript docs generation task kept failing. docco exited with
exit code 1 and I couldn't get it to run from the command line either. It
doesn't generate any output, neither files nor an error message. Does
anyone else have this problem? I'm running Ubuntu 14.10.

Jochen


Re: Trying to make a 5.3.8 release

2014-11-20 Thread Kalle Korhonen
What do you know, fixed the build issue on the first. Now proceeding with
T5.3.8 release vote.

Kalle

On Thu, Nov 20, 2014 at 8:27 AM, Kalle Korhonen 
wrote:

> On Thu, Nov 20, 2014 at 8:21 AM, Jochen Kemnade  > wrote:
>
>> Am 20.11.2014 um 17:10 schrieb Kalle Korhonen:
>>
>>> Will try gradlew. mavenLocal() was absolutely not by accident and I tried
>>>
>>
> Same error with gradlew (gradle 1.0).
>
>
>> to highlight the reason for it in the comments. Since the underlying
>>> kaptcha lib doesn't exist in Maven central the build would fail without
>>> mavenLocal().
>>>
>>
>> Yes, and so it will for everyone who doesn't have the library in their
>> local maven repository. And every user's webapp build that uses
>> tapestry-kaptcha and does not use a repository that provides
>> com.google.kaptcha:kaptcha:2.3.
>> I think it would be better to leave the old version in place and leave it
>> to users to override it with a newer version if they like.
>> Also, we could try to talk the creator of the library into publishing a
>> newer version to Maven Central oder JCenter.
>>
>
> Yes, I perfectly understand that and again tried to highlight that in the
> commit comments. The newer kaptcha library is built with jdk 1.6. Given how
> difficult it was to get even a decision on T5.4 to move to JDK 1.6, I
> thought it was best to avoid that.
>
> Kalle
>
>
>>
>> Jochen
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: dev-h...@tapestry.apache.org
>>
>>
>


[VOTE] Tapestry Release 5.3.8

2014-11-20 Thread Kalle Korhonen
I've created and uploaded a release of Tapestry 5.3.8, ready to be voted
upon.

The source and source downloads are uploaded to:
http://people.apache.org/~kaosko/tapestry-releases/

and the Maven artifacts staged to:

https://repository.apache.org/content/repositories/orgapachetapestry-1035

Please examine these files to determine if the new release, 5.3.8, is ready.

I've also created a 5.3.8 tag in Git:

https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;a=shortlog;h=refs/tags/
5.3.8

Release notes page has been updated too.

Vote will run for three days; On a successful vote, I'll release the Maven
artifacts, and move the source and javadoc distributions from these
directories
to the proper distribution directories and update the Tapestry site
documentation, and send out appropriate notifications.


Kalle Korhonen: +1 (non-binding)


Re: [VOTE] Tapestry Release 5.3.8

2014-11-20 Thread Dmitry Gusev
Dmitry Gusev: +1 (non-binding)

On Thu, Nov 20, 2014 at 10:20 PM, Kalle Korhonen  wrote:

> I've created and uploaded a release of Tapestry 5.3.8, ready to be voted
> upon.
>
> The source and source downloads are uploaded to:
> http://people.apache.org/~kaosko/tapestry-releases/
>
> and the Maven artifacts staged to:
>
> https://repository.apache.org/content/repositories/orgapachetapestry-1035
>
> Please examine these files to determine if the new release, 5.3.8, is
> ready.
>
> I've also created a 5.3.8 tag in Git:
>
>
> https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;a=shortlog;h=refs/tags/
> 5.3.8
>
> Release notes page has been updated too.
>
> Vote will run for three days; On a successful vote, I'll release the Maven
> artifacts, and move the source and javadoc distributions from these
> directories
> to the proper distribution directories and update the Tapestry site
> documentation, and send out appropriate notifications.
>
>
> Kalle Korhonen: +1 (non-binding)
>



-- 
Dmitry Gusev

AnjLab Team
http://anjlab.com


Re: [VOTE] Tapestry Release 5.3.8

2014-11-20 Thread Thiago H de Paula Figueiredo

Thiago H. de Paula Figueiredo: +1 (binding)

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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



Re: [VOTE] Tapestry Release 5.3.8

2014-11-20 Thread Andreas Ernst

Andreas Ernst: +1 (non-binding)

--
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



Re: [VOTE] Tapestry Release 5.3.8

2014-11-20 Thread françois facon
François Facon: : +1 (non-binding)


Re: [VOTE] Tapestry Release 5.3.8

2014-11-20 Thread Howard Lewis Ship
Howard M. Lewis Ship: +1 (binding)

2014-11-20 16:50 GMT-05:00 françois facon :

> François Facon: : +1 (non-binding)
>



-- 
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: [VOTE] Tapestry Release 5.3.8

2014-11-20 Thread Kristian Marinkovic
Kristian Marinkovic: +1 (non-binding)

On Fri, Nov 21, 2014 at 4:48 AM, Howard Lewis Ship  wrote:

> Howard M. Lewis Ship: +1 (binding)
>
> 2014-11-20 16:50 GMT-05:00 françois facon :
>
> > François Facon: : +1 (non-binding)
> >
>
>
>
> --
> 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
>