Re: Blackbird

2011-06-30 Thread Thiago H. de Paula Figueiredo
On Thu, 30 Jun 2011 20:30:59 -0300, Robert Zeigler  
 wrote:



+1.

I'd much rather just have the exceptions percolate up to the browser.   
Firefox (via Firebug) and Webkit-based browsers (native) both have  
fantastic javascript debugging capabilities*, and those capabilities are  
only ever hindered by blackbird.


Agreed. But it would be good if there was some single point for handling  
all AJAX-related exceptions too.


--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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



Re: Blackbird

2011-06-30 Thread Robert Zeigler
+1.

I'd much rather just have the exceptions percolate up to the browser.  Firefox 
(via Firebug) and Webkit-based browsers (native) both have fantastic javascript 
debugging capabilities*, and those capabilities are only ever hindered by 
blackbird.

Robert

* I've heard IE is getting better, too, but I haven't checked it out recently.

On Jun 30, 2011, at 6/305:48 PM , Howard Lewis Ship wrote:

> I'm beginning to join the club that hates Blackbird.  It's definately
> getting to be the case that it gets in the way more than it helps.
> Something that leveraged the available FireBug/Chrome console, and
> failed back to floating divs or just letting the exception percolate
> all the way up would be better.  Thoughts?
> 
> 
> -- 
> 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
> 
> -
> 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: Blackbird

2011-06-30 Thread Thiago H. de Paula Figueiredo
On Thu, 30 Jun 2011 19:48:53 -0300, Howard Lewis Ship   
wrote:



I'm beginning to join the club that hates Blackbird.  It's definately
getting to be the case that it gets in the way more than it helps.
Something that leveraged the available FireBug/Chrome console, and
failed back to floating divs or just letting the exception percolate
all the way up would be better.  Thoughts?


Sound like a good idea, specially if it can be easily overridable for  
applications wanting to handle them in production (but almost anything in  
JavaScript is easily overridable anyway).


--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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



Blackbird

2011-06-30 Thread Howard Lewis Ship
I'm beginning to join the club that hates Blackbird.  It's definately
getting to be the case that it gets in the way more than it helps.
Something that leveraged the available FireBug/Chrome console, and
failed back to floating divs or just letting the exception percolate
all the way up would be better.  Thoughts?


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

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



Re: svn commit: r1141719 - /tapestry/tapestry5/trunk/tapestry-ioc/build.gradle

2011-06-30 Thread Josh Canfield
This is the wrong change. That section re-writes the pom, with the
directory change that shouldn't be needed any more.

On Thu, Jun 30, 2011 at 2:12 PM,   wrote:
> Author: ffacon
> Date: Thu Jun 30 21:12:11 2011
> New Revision: 1141719
>
> URL: http://svn.apache.org/viewvc?rev=1141719&view=rev
> Log:
> TAP5-116: Rename folder tapestry-annotation to tapestry5-annotations,
> to match the artifact name
>
> Modified:
>    tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
>
> Modified: tapestry/tapestry5/trunk/tapestry-ioc/build.gradle
> URL: 
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/build.gradle?rev=1141719&r1=1141718&r2=1141719&view=diff
> ==
> --- tapestry/tapestry5/trunk/tapestry-ioc/build.gradle (original)
> +++ tapestry/tapestry5/trunk/tapestry-ioc/build.gradle Thu Jun 30 21:12:11 
> 2011
> @@ -22,7 +22,7 @@ dependencies {
>  configure(install.repositories.mavenInstaller) {
>   pom.whenConfigured {pom ->
>     pom.dependencies.find {dep ->
> -      dep.groupId == 'org.apache.tapestry' && dep.artifactId == 
> 'tapestry-annotations'
> +      dep.groupId == 'org.apache.tapestry' && dep.artifactId == 
> 'tapestry5-annotations'
>     }.artifactId = 'tapestry5-annotations'
>   }
>  }
>
>
>

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



Re: tapestry-annotation => tapestry5-annotation

2011-06-30 Thread François Facon
was the same for me.
must be ok now.

François

2011/6/30 Massimo Lusetti :
> It's me or there's a leftover on line 24 of tapestry-ioc/build.gradle ?
>
> diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
> index a2e69d0..eab8c49 100644
> --- a/tapestry-ioc/build.gradle
> +++ b/tapestry-ioc/build.gradle
> @@ -22,7 +22,7 @@ dependencies {
>  configure(install.repositories.mavenInstaller) {
>   pom.whenConfigured {pom ->
>     pom.dependencies.find {dep ->
> -      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
> 'tapestry-annotations'
> +      dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
> 'tapestry5-annotations'
>     }.artifactId = 'tapestry5-annotations'
>   }
>  }
> @@ -34,4 +34,4 @@ ideaModule {
>  test {
>   // Override the master build.gradle
>   systemProperties.remove("tapestry.service-reloading-enabled")
> -}
> \ No newline at end of file
> +}
>
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> -
> 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: 5.2.6 svn tag

2011-06-30 Thread Howard Lewis Ship
On Thu, Jun 30, 2011 at 1:07 PM, Robert Zeigler
 wrote:
> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6/
>
> Looks like the maint-5-2 directory (and all subdirectories) was copied in to 
> the tag, so there's a duplicate of every file in the tag: one at the right 
> place, and one under maint-5-2.
>
> Reasonably certain that's not deliberate, but... ?

No, certainly not intentional.

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

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



5.2.6 svn tag

2011-06-30 Thread Robert Zeigler
https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6/

Looks like the maint-5-2 directory (and all subdirectories) was copied in to 
the tag, so there's a duplicate of every file in the tag: one at the right 
place, and one under maint-5-2.

Reasonably certain that's not deliberate, but... ?

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



Re: chenillekit for 5.3.0

2011-06-30 Thread Chris Collins
Cool, I will try it.

Thanks

C
On Jun 30, 2011, at 4:11 AM, Markus Jung wrote:

> Since I wanted to test my Tapestry extensions with jumpstart I needed a
> compatible version of chenillekit. Therefore I made a custom built which is
> available at:
> https://gsoc2011-csrf-protection.googlecode.com/svn/maven/snapshot-repo/org/chenillekit/
> 
> If somebody needs Jumpstart running on Tapestry 5.3.0 - here is a short
> description how to get it running:
> http://viennamarkus.blogspot.com/2011/06/tapestry-530-chenillekit-jumpstart.html
> 
> This is only a interim solution until chenillekit and jumpstart are
> officially upgraded.
> 
> BR
> Markus
> 
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/chenillekit-for-5-3-0-tp4537092p4538448.html
> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
> 
> -
> 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: chenillekit for 5.3.0

2011-06-30 Thread Chris Collins
Thanks Massimo.
On Jun 30, 2011, at 12:11 AM, Massimo Lusetti wrote:

> On Thu, Jun 30, 2011 at 12:47 AM, Chris Collins
>  wrote:
> 
>> Is there any chance we will see chenillekit for 5.3.x?  Seems like almost 
>> every tapestry upgrade breaks it.
> 
> You are right but please consider that we have to wait for some time
> to publish new artifacts on every tapestry release, so nothing is
> breaking but something needs to upgrade to catch up with the changes
> in the main trunk...
> 
> BTW there's a user's mailing list for chenillekit too so maybe you
> should post your complains there.
> 
> Cheers
> -- 
> Massimo
> http://meridio.blogspot.com
> 
> -
> 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



[Tapestry Wiki] Update of "Tapestry5Training" by Gillespie59

2011-06-30 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5Training" page has been changed by Gillespie59:
http://wiki.apache.org/tapestry/Tapestry5Training?action=diff&rev1=13&rev2=14

  Videos :
  
   * [[http://vimeo.com/25765902|1. Introduction]]
-  * 2. General Presentation
+  * [[http://vimeo.com/25819498|2. General Presentation]]
   * 3. Exercise 1
-  * 4. Basic Mechanism : Generalities 1/3
+  * [[http://vimeo.com/25819608|4. Basic Mechanism : Generalities 1/3]]
   * 5. Exercise 2
   * 6. Basic Mechanism : Generalities 2/3
   * 7. Exercise 3

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



Re: [VOTE] Massimo Lusetti as Tapestry Committer

2011-06-30 Thread Ben Dotte
Ben Dotte: +1 (non-binding)

On Thu, Jun 30, 2011 at 5:39 AM, Alejandro Scandroli <
alejandroscandr...@gmail.com> wrote:

> Alejandro Scandroli: +1 (non-binding)
>
> On Wed, Jun 29, 2011 at 11:31 PM, Howard Lewis Ship 
> wrote:
> > Massimo has been quite active on the Tapestry mailing lists for quite
> > some time; he's also very involved in developer discussions and on the
> > JIRA. He's very keen on becoming a committer, focusing (at least
> > initially) on bug fixes and on issues that have evolved from the
> > applications he's built in Tapestry 4 and Tapestry 5.
> >
> > Howard M. Lewis Ship: +1 (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
> >
> > -
> > 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: chenillekit for 5.3.0

2011-06-30 Thread Markus Jung
Since I wanted to test my Tapestry extensions with jumpstart I needed a
compatible version of chenillekit. Therefore I made a custom built which is
available at:
https://gsoc2011-csrf-protection.googlecode.com/svn/maven/snapshot-repo/org/chenillekit/

If somebody needs Jumpstart running on Tapestry 5.3.0 - here is a short
description how to get it running:
http://viennamarkus.blogspot.com/2011/06/tapestry-530-chenillekit-jumpstart.html

This is only a interim solution until chenillekit and jumpstart are
officially upgraded.

BR
Markus



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/chenillekit-for-5-3-0-tp4537092p4538448.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

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



Re: [VOTE] Massimo Lusetti as Tapestry Committer

2011-06-30 Thread Alejandro Scandroli
Alejandro Scandroli: +1 (non-binding)

On Wed, Jun 29, 2011 at 11:31 PM, Howard Lewis Ship  wrote:
> Massimo has been quite active on the Tapestry mailing lists for quite
> some time; he's also very involved in developer discussions and on the
> JIRA. He's very keen on becoming a committer, focusing (at least
> initially) on bug fixes and on issues that have evolved from the
> applications he's built in Tapestry 4 and Tapestry 5.
>
> Howard M. Lewis Ship: +1 (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
>
> -
> 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



tapestry-annotation => tapestry5-annotation

2011-06-30 Thread Massimo Lusetti
It's me or there's a leftover on line 24 of tapestry-ioc/build.gradle ?

diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index a2e69d0..eab8c49 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -22,7 +22,7 @@ dependencies {
 configure(install.repositories.mavenInstaller) {
   pom.whenConfigured {pom ->
 pom.dependencies.find {dep ->
-  dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
'tapestry-annotations'
+  dep.groupId == 'org.apache.tapestry' && dep.artifactId ==
'tapestry5-annotations'
 }.artifactId = 'tapestry5-annotations'
   }
 }
@@ -34,4 +34,4 @@ ideaModule {
 test {
   // Override the master build.gradle
   systemProperties.remove("tapestry.service-reloading-enabled")
-}
\ No newline at end of file
+}


Cheers
-- 
Massimo
http://meridio.blogspot.com

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



[Tapestry Wiki] Update of "Tapestry5Training" by Gillespie59

2011-06-30 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5Training" page has been changed by Gillespie59:
http://wiki.apache.org/tapestry/Tapestry5Training?action=diff&rev1=12&rev2=13

- You can find here an archive containing documents we have created for 
training purpose. It contains everything to get started with Tapestry 5 Web 
Application development.
+ You can find here a Tapestry 5.1.0.5 Training. All the files (videos and 
project files) should be updated very often.They will support Tapestry 5.2.6 
very soon. Please send us your feedbacks (via vimeo for example), in order to 
improve the Training.
  
- The training session was created at the time of the 5.0.7 version of Tapestry 
but we make efforts to follow Tapestry improvements and changes.
+ Videos :
  
- This archive contains an Eclipse WTP project. To use it :
+  * [[http://vimeo.com/25765902|1. Introduction]]
+  * 2. General Presentation
+  * 3. Exercise 1
+  * 4. Basic Mechanism : Generalities 1/3
+  * 5. Exercise 2
+  * 6. Basic Mechanism : Generalities 2/3
+  * 7. Exercise 3
+  * 8. Basic Mechanism : Generalities 3/3
+  * 9. Exercise 4
+  * 10. Basic Mechanism : Unit Tests
+  * 11. Exercise 5
+  * 12. Basic Mechanism : Request Processing
+  * 13. Exercise 6
+  * 14. Basic Components
+  * 15. Exercise 7
+  * 16. Basic Mechanism : Form Management
+  * 17. Exercise 8
+  * 18. Exercise 9
+  * 19. Basic Mechanism : Other Components 1/2
+  * 20. Exercise 10
+  * 21. Basic Mechanism : Other Components 2/2
+  * 22. Advanced Component : !BeanEditForm 1/2
+  * 23. Exercise 11
+  * 24. Advanced Component : !BeanEditForm 2/2
+  * 25. Exercise 12
+  * 26. Advanced Component : Grid 1/2
+  * 27. Exercise 13
+  * 28. Exercise 14
+  * 29. Advanced Component : Grid 2/2
+  * 30. Exercise 15
+  * 31. Advanced Component : !BeanModel
+  * 32. Advanced Mechanisms : !JavaScript Ajax
+  * 33. Exercise 16
+  * 34. Advanced Mechanisms : Extension Validator
+  * 35. Exercise 17
+  * 36. Advanced Mechanisms : Supporting New Type
+  * 37. Advanced Mechanisms : User Component
+  * 38. Exercise 18
+  * 39. Exercise 19
+  * 40. Advanced Mechanisms : Assets
+  * 41. Exercise 20
+  * 42. Advanced Mechanisms : Servics
+  * 43. Exercise 21
  
- Import the project into your workspace
- Modify the classpath to setup all required dependencies (tapestry-ioc, 
tapestry-core, tapestry-annotation, tapestry-test, tapestry-upload + 
third-party librairies) 
- 
- Folder description :
- 
- src : Source directory contains the source files you will have to modify
- resources : Contains Tapestry Template and Resource files
- docs : Contains a Tapestry Overview and practical work
- Webcontent : Contains context Tapestry Asset resources 
- 
- Tapestry5TrainingFiles.zip
- 
- updated (and mavenized) package for using with Tapestry5 5.0.15-SNAPSHOT
- 
- tapestry5.0.15-SNAPSHOT-training-shared.tgz
- 

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



Some of my issues with patches

2011-06-30 Thread Denis Stepanov
Hi,

can someone please take a look at issues submited by me including patches:

https://issues.apache.org/jira/browse/TAP5-1446
https://issues.apache.org/jira/browse/TAP5-1532

Thanks,
Denis

Re: gradle test troubles when building tapestry-ioc from trunk

2011-06-30 Thread Chris Poulsen
Hi,

I'm pretty sure that this isn't firewall related (windows firewall is
disabled on the network locations where I've tested this).

All ioc tests (except the 5 execute) successfully. The error message:

Caused by: java.lang.IllegalArgumentException: URI is not hierarchical

does not look like its a failed connect? Google suggests its related to
opening a file located in a jar.

- Guess I'll have to figure out how to attach a debugger to the gradle build
to see whats going on.

-- 
Chris

2011/6/30 François Facon 

> During IOC Test task GradleMain open a connection on port 443 https.
> Perhaps you have to check your firewall configuration to make sure
> your system allow this kind of connection.
>
> François
>
>
>
> 2011/6/30 Chris Poulsen :
> > Hi,
> >
> > Yeah, gradle reported the line of the error, so I figured it was related
> to
> > something like that. Its no biggie for me, I just thought you wanted to
> > know.
> >
> > I'm more concerned about the 5 failing ioc tests, any pointers on how to
> get
> > those tests going?
> >
> > --
> > Chris
> >
> > On Thu, Jun 30, 2011 at 12:35 AM, Josh Canfield  >wrote:
> >
> >> > *) Clean checkout, executing "gradle idea" fails, with some minus-set
> >> > operator being null or something. Doing "gradle install" first lets
> the
> >> > next"gradle idea" do its magic successfully.
> >>
> >> That's my bad. I wanted build/generated-sources not be excluded.
> >>
> >> ideaModule.doFirst {
> >>  excludeDirs -= buildDir
> >>
> >>  def generatedDir = file("$buildDir/generated-sources")
> >>
> >>  def buildMinusGeneratedDir = (buildDir.listFiles() - generatedDir)
> >> as Set
> >>
> >>  excludeDirs += buildMinusGeneratedDir
> >> }
> >>
> >> Apparently since the build directory isn't created yet it's failing. I
> >> suppose the XML generated could be tweaked instead
> >>
> >>
> >>
> >> On Wed, Jun 29, 2011 at 3:20 PM, Chris Poulsen 
> >> wrote:
> >> > Hi,
> >>
> >> -
> >> 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: gradle test troubles when building tapestry-ioc from trunk

2011-06-30 Thread François Facon
During IOC Test task GradleMain open a connection on port 443 https.
Perhaps you have to check your firewall configuration to make sure
your system allow this kind of connection.

François



2011/6/30 Chris Poulsen :
> Hi,
>
> Yeah, gradle reported the line of the error, so I figured it was related to
> something like that. Its no biggie for me, I just thought you wanted to
> know.
>
> I'm more concerned about the 5 failing ioc tests, any pointers on how to get
> those tests going?
>
> --
> Chris
>
> On Thu, Jun 30, 2011 at 12:35 AM, Josh Canfield wrote:
>
>> > *) Clean checkout, executing "gradle idea" fails, with some minus-set
>> > operator being null or something. Doing "gradle install" first lets the
>> > next"gradle idea" do its magic successfully.
>>
>> That's my bad. I wanted build/generated-sources not be excluded.
>>
>> ideaModule.doFirst {
>>  excludeDirs -= buildDir
>>
>>  def generatedDir = file("$buildDir/generated-sources")
>>
>>  def buildMinusGeneratedDir = (buildDir.listFiles() - generatedDir)
>> as Set
>>
>>  excludeDirs += buildMinusGeneratedDir
>> }
>>
>> Apparently since the build directory isn't created yet it's failing. I
>> suppose the XML generated could be tweaked instead
>>
>>
>>
>> On Wed, Jun 29, 2011 at 3:20 PM, Chris Poulsen 
>> wrote:
>> > Hi,
>>
>> -
>> 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: [VOTE] Massimo Lusetti as Tapestry Committer

2011-06-30 Thread Christophe Cordenier
Christophe Cordenier: +1 (non-binding)

2011/6/30 Guerin Laurent 

> Laurent Guérin: +1 (non-binding)
>
> Envoyé de mon iPhone
>
> Le 30 juin 2011 à 07:12, "Dmitry Gusev"  a écrit :
>
> > Dmitry Gusev: +1 (non-binding)
> >
> > On Thu, Jun 30, 2011 at 03:03, Bob Harner  wrote:
> >
> >> Bob Harner: +1 (non-binding)
> >>
> >> On Wed, Jun 29, 2011 at 6:45 PM, Andreas Andreou 
> >> wrote:
> >>> Andreas Andreou: +1 (binding)
> >>>
> >>> On Thu, Jun 30, 2011 at 01:10, Thiago H. de Paula Figueiredo
> >>>  wrote:
>  Thiago H. de Paula Figueiredo: +1 (binding). Yay! :)
> 
>  --
>  Thiago H. de Paula Figueiredo
>  Independent Java, Apache Tapestry 5 and Hibernate consultant,
> developer,
> >> and
>  instructor
>  Owner, Ars Machina Tecnologia da Informação Ltda.
>  http://www.arsmachina.com.br
> 
>  -
>  To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
>  For additional commands, e-mail: dev-h...@tapestry.apache.org
> 
> 
> >>>
> >>>
> >>>
> >>> --
> >>> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
> >>> Apache Tapestry PMC / http://chesstu.be owner
> >>> Open Source / JEE Consulting
> >>>
> >>> -
> >>> 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
> >>
> >>
> >
> >
> > --
> > Dmitry Gusev
> >
> > AnjLab Team
> > http://anjlab.com
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: dev-h...@tapestry.apache.org
>
>


-- 
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com


Re: svn commit: r1141250 - in /tapestry/tapestry5/trunk: ./ tapestry-annotations/ tapestry-annotations/src/main/java/org/apache/tapestry5/beaneditor/ tapestry-annotations/src/main/java/org/apache/tape

2011-06-30 Thread Massimo Lusetti
On Wed, Jun 29, 2011 at 11:15 PM, Howard Lewis Ship  wrote:

> You may feel some pain next time you sync from the SVN repo. My
> apologies, but this should make it better in the future.

Even in the git repo from github there is a tapestry-annotation left over...

Cheers
-- 
Massimo
http://meridio.blogspot.com

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



Re: gradle test troubles when building tapestry-ioc from trunk

2011-06-30 Thread Chris Poulsen
Hi,

Yeah, gradle reported the line of the error, so I figured it was related to
something like that. Its no biggie for me, I just thought you wanted to
know.

I'm more concerned about the 5 failing ioc tests, any pointers on how to get
those tests going?

-- 
Chris

On Thu, Jun 30, 2011 at 12:35 AM, Josh Canfield wrote:

> > *) Clean checkout, executing "gradle idea" fails, with some minus-set
> > operator being null or something. Doing "gradle install" first lets the
> > next"gradle idea" do its magic successfully.
>
> That's my bad. I wanted build/generated-sources not be excluded.
>
> ideaModule.doFirst {
>  excludeDirs -= buildDir
>
>  def generatedDir = file("$buildDir/generated-sources")
>
>  def buildMinusGeneratedDir = (buildDir.listFiles() - generatedDir)
> as Set
>
>  excludeDirs += buildMinusGeneratedDir
> }
>
> Apparently since the build directory isn't created yet it's failing. I
> suppose the XML generated could be tweaked instead
>
>
>
> On Wed, Jun 29, 2011 at 3:20 PM, Chris Poulsen 
> wrote:
> > Hi,
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: dev-h...@tapestry.apache.org
>
>


Re: chenillekit for 5.3.0

2011-06-30 Thread Massimo Lusetti
On Thu, Jun 30, 2011 at 12:47 AM, Chris Collins
 wrote:

> Is there any chance we will see chenillekit for 5.3.x?  Seems like almost 
> every tapestry upgrade breaks it.

You are right but please consider that we have to wait for some time
to publish new artifacts on every tapestry release, so nothing is
breaking but something needs to upgrade to catch up with the changes
in the main trunk...

BTW there's a user's mailing list for chenillekit too so maybe you
should post your complains there.

Cheers
-- 
Massimo
http://meridio.blogspot.com

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