Re: 5.1.0.6-SNAPSHOT ?

2010-01-27 Thread Bryan Lewis
Agreed. I was sort of blaming the messenger. On Tue, Jan 26, 2010 at 9:29 PM, Kalle Korhonen kalle.o.korho...@gmail.comwrote: On Tue, Jan 26, 2010 at 5:57 PM, Bryan Lewis jbryanle...@gmail.com wrote: I thought of another way to kick-start it. I put my pom's Tapestry version back to

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Andreas Andreou
I'm not sure how this is possible... Version ranges were supposed to help in that regard, i.e. you'd have your pom depend on Tapestry [5.1, 5.2) and perhaps this will just work for you On Tue, Jan 26, 2010 at 06:29, David Rees dree...@gmail.com wrote: On Mon, Jan 25, 2010 at 7:04 PM, Andreas

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Bryan Lewis
If I want to upgrade from 5.1.0.5 to the 5.1.0.6 snapshot, I can't simply bump the version in my project's pom, can I? I'd have to check out the source and build locally? On Mon, Jan 25, 2010 at 10:04 PM, Andreas Andreou andy...@di.uoa.gr wrote: no - there's more! http

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Andreas Andreou
bump the version to 5.1.0.8-SNAPSHOT and make sure you have the apache snapshot repo (http://repository.apache.org/snapshots/) definition to the pom On Tue, Jan 26, 2010 at 16:25, Bryan Lewis jbryanle...@gmail.com wrote: If I want to upgrade from 5.1.0.5 to the 5.1.0.6 snapshot, I can't simply

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Ulrich Stärk
No, just change the version and configure the repository location correctly. I.e. create one pointing to http://repository.apache.org/snapshots HTH, Uli On 26.01.2010 15:25 schrieb Bryan Lewis: If I want to upgrade from 5.1.0.5 to the 5.1.0.6 snapshot, I can't simply bump the version in my

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Bryan Lewis
...@spielviel.de wrote: No, just change the version and configure the repository location correctly. I.e. create one pointing to http://repository.apache.org/snapshots HTH, Uli On 26.01.2010 15:25 schrieb Bryan Lewis: If I want to upgrade from 5.1.0.5 to the 5.1.0.6 snapshot, I can't

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread David Rees
On Tue, Jan 26, 2010 at 4:43 AM, Andreas Andreou andy...@di.uoa.gr wrote: I'm not sure how this is possible... Version ranges were supposed to help in that regard, i.e. you'd have your pom depend on Tapestry [5.1, 5.2) and perhaps this will just work for you Thanks for the suggestion. For

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Andreas Andreou
I'm not sure why you both have problems with 5.1.0.8-SNAPSHOT I see the correct files at: http://repository.apache.org/snapshots/org/apache/tapestry/tapestry-core/5.1.0.8-SNAPSHOT/ http://repository.apache.org/snapshots/org/apache/tapestry/tapestry-upload/5.1.0.8-SNAPSHOT/ Is it possible to

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Bryan Lewis
Okay, I tried it again. The maven update worked this time. It picked up the new build with the -3 suffix. However, now I'm getting an error on one of my pages that contains the tapx-datefield component, A javascript error pops up in a Blackbird console:

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Bryan Lewis
I thought of another way to kick-start it. I put my pom's Tapestry version back to 5.1.0.5 and the tapx-datefield error went away. Then I returned to 5.1.0.8-SNAPSHOT and now it's working too. Maybe some jar-version conflict got cleared up? I also commented out the old tapestry-formos.com

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Andreas Andreou
This probably related to the controversial fix for https://issues.apache.org/jira/browse/TAP5-815 that now protects classpath assets. The problem you encountered (and similar) is also the reason why 5.1.0.6 and 5.1.0.7 releases were voted down I'm not 100% sure when the ultimate fix will be

Re: 5.1.0.6-SNAPSHOT ?

2010-01-26 Thread Kalle Korhonen
On Tue, Jan 26, 2010 at 5:57 PM, Bryan Lewis jbryanle...@gmail.com wrote: I thought of another way to kick-start it.  I put my pom's Tapestry version back to 5.1.0.5 and the tapx-datefield error went away.  Then I returned to 5.1.0.8-SNAPSHOT and now it's working too.  Maybe some jar-version

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread David Rees
On Wed, Dec 2, 2009 at 11:47 AM, David Rees dree...@gmail.com wrote: With 5.1.0.6 around the corner, where can we find SNAPSHOT builds? Looked on the regular snapshot server, only found 5.2.0.0-SNAPSHOTs there. Just following up on this again - any chance we can get 5.1.0-SHAPSHOTs going until

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread Andreas Andreou
see http://repository.apache.org/snapshots On Tue, Jan 26, 2010 at 04:09, David Rees dree...@gmail.com wrote: On Wed, Dec 2, 2009 at 11:47 AM, David Rees dree...@gmail.com wrote: With 5.1.0.6 around the corner, where can we find SNAPSHOT builds? Looked on the regular snapshot server, only

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread David Rees
On Mon, Jan 25, 2010 at 6:21 PM, Andreas Andreou andy...@di.uoa.gr wrote: see http://repository.apache.org/snapshots Those only appear to contain 5.2.0 snapshots, not 5.1.0 snapshots, unless I am missing something? Thanks! -Dave

Re: 5.1.0.6-SNAPSHOT ?

2010-01-25 Thread David Rees
On Mon, Jan 25, 2010 at 7:04 PM, Andreas Andreou andy...@di.uoa.gr wrote: no - there's more! http://repository.apache.org/snapshots/org/apache/tapestry/tapestry-project/ will show you the list Thanks - missed that. What do you think about just creating a general 5.1.0-SNAPSHOT that tracks the

5.1.0.6-SNAPSHOT ?

2009-12-02 Thread David Rees
With 5.1.0.6 around the corner, where can we find SNAPSHOT builds? Looked on the reguar snapshot server, only found 5.2.0.0-SNAPSHOTs there. Thanks! -Dave - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: 5.1.0.6-SNAPSHOT ?

2009-12-02 Thread Howard Lewis Ship
We're currently doing ci-builds but not nightly-builds (which would generate Maven artifacts for download). I'll try to find some time to look into it. On Wed, Dec 2, 2009 at 11:47 AM, David Rees dree...@gmail.com wrote: With 5.1.0.6 around the corner, where can we find SNAPSHOT builds?

Re: 5.1.0.6-SNAPSHOT ?

2009-12-02 Thread Andreas Andreou
btw, assuming credentials are configured, mvn deploy sends the artifacts to the apache snapshot repo[1] There are some builds there, but they're definitely not nightly - just ones manually performed by committers... I would have loved to setup apache's hudson server to deploy there, but currently

Re: 5.1.0.6-SNAPSHOT ?

2009-12-02 Thread Howard Lewis Ship
Andreas, I'm nominating you as Mr. Build Guy ... I can give you passwords for Bamboo @ tapestry.formos.com. On Wed, Dec 2, 2009 at 3:04 PM, Andreas Andreou andy...@di.uoa.gr wrote: btw, assuming credentials are configured, mvn deploy sends the artifacts to the apache snapshot repo[1] There

Re: 5.1.0.6-SNAPSHOT ?

2009-12-02 Thread Andreas Andreou
go ahead - though i'm not sure i can do much if changes to settings.xml are required On Thu, Dec 3, 2009 at 1:33 AM, Howard Lewis Ship hls...@gmail.com wrote: Andreas, I'm nominating you as Mr. Build Guy ... I can give you passwords for Bamboo @ tapestry.formos.com. On Wed, Dec 2, 2009 at