You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Jean-Baptiste Quenot <jb...@apache.org> on 2007/03/20 19:00:04 UTC

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

* eelco12@users.sourceforge.net:
> Revision: 1830
>           http://svn.sourceforge.net/wicket-stuff/?rev=1830&view=rev
> Author:   eelco12
> Date:     2007-03-20 10:46:17 -0700 (Tue, 20 Mar 2007)
> 
> Log Message:
> -----------
> var fixes
> 
> Modified Paths:
> --------------
>     branches/wicket-1.3/wicket-contrib-velocity/src/java/wicket/contrib/util/resource/VelocityContributor.java
>     branches/wicket-1.3/wicket-contrib-velocity/src/java/wicket/contrib/util/resource/VelocityHeaderContributor.java
>     branches/wicket-1.3/wicket-contrib-velocity/src/java/wicket/contrib/util/resource/VelocityJavascriptContributor.java
>     branches/wicket-1.3/wicket-contrib-velocity/src/test/wicket/contrib/velocity/VelocityJavascriptContributorTest.java
>     branches/wicket-1.3/wicket-contrib-velocity/src/test/wicket/contrib/velocity/VelocityJavascriptPage.java

Hi Eelco,

Thanks for taking care of this.  I'm not using Wicket Contrib
Velocity at the moment.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Eelco Hillenius <ee...@gmail.com>.
Slightly OT, but this one is still open as well btw:
https://issues.apache.org/jira/browse/WICKET-283

Eelco


On 3/23/07, Eelco Hillenius <ee...@gmail.com> wrote:
> Oh, yeah of course. find
> ~/.m2/repository/org/apache/wicket -name "1.3.0-incubating-SNAPSHOT" |
> xargs rm -rf
>
> Eelco
>
> On 3/23/07, Martijn Dashorst <ma...@gmail.com> wrote:
> > On 3/23/07, Eelco Hillenius <ee...@gmail.com> wrote:
> > > mvn clean should do that, right?
> >
> > No, he means:
> >
> > rm -rf /some/path/to/local/repository
> >
> > Martijn
> >
> > --
> > Learn Wicket at ApacheCon Europe: http://apachecon.com
> > Join the wicket community at irc.freenode.net: ##wicket
> > Wicket 1.2.5 will keep your server alive. Download Wicket now!
> > http://wicketframework.org
> >
>

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Eelco Hillenius <ee...@gmail.com>.
Oh, yeah of course. find
~/.m2/repository/org/apache/wicket -name "1.3.0-incubating-SNAPSHOT" |
xargs rm -rf

Eelco

On 3/23/07, Martijn Dashorst <ma...@gmail.com> wrote:
> On 3/23/07, Eelco Hillenius <ee...@gmail.com> wrote:
> > mvn clean should do that, right?
>
> No, he means:
>
> rm -rf /some/path/to/local/repository
>
> Martijn
>
> --
> Learn Wicket at ApacheCon Europe: http://apachecon.com
> Join the wicket community at irc.freenode.net: ##wicket
> Wicket 1.2.5 will keep your server alive. Download Wicket now!
> http://wicketframework.org
>

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Martijn Dashorst <ma...@gmail.com>.
On 3/23/07, Eelco Hillenius <ee...@gmail.com> wrote:
> mvn clean should do that, right?

No, he means:

rm -rf /some/path/to/local/repository

Martijn

-- 
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.5 will keep your server alive. Download Wicket now!
http://wicketframework.org

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Eelco Hillenius <ee...@gmail.com>.
> Did you change the version in the other WCD projects?

Yep, I did. In a hurry though, so I hope I didn't forgot too much.

> I  think we  should request  Bamboo to  clean up  the local  Maven
> repository  before  building, and  define  a  proper build  order,
> otherwise we are missing a few corner cases.

mvn clean should do that, right?

Eelco

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* Eelco Hillenius:

> Eelco
>
> On 3/20/07, Jean-Baptiste Quenot <jb...@apache.org> wrote:
>
> > * Eelco Hillenius:
> >
> > > Sure. I'll try to convert a  couple of others as well. Not a
> > > big job  usually, the dojo  project is probably  the largest
> > > contrib project currently,  so taking care of  that would be
> > > welcome :)
> >
> > Sure, Vincent  and me will take  care of this if  needed.  But
> > apparently we are not using the Models much in WCD, and bamboo
> > is fine for now, I checked the build this morning.
>
> Indeed. All the better!

Actually you were  right, WCD was not compiling  against the newer
Wicket:  we needed  to change  the  artifact version  from 1.3  to
1.3.0, and  suddenly errors  appeared ;-)  Fortunately  it's fixed
now.

Did you change the version in the other WCD projects?

I  think we  should request  Bamboo to  clean up  the local  Maven
repository  before  building, and  define  a  proper build  order,
otherwise we are missing a few corner cases.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Eelco Hillenius <ee...@gmail.com>.
Indeed. All the better!

Eelco

On 3/20/07, Jean-Baptiste Quenot <jb...@apache.org> wrote:
> * Eelco Hillenius:
>
> > Sure. I'll try to convert a couple  of others as well. Not a big
> > job usually,  the dojo project  is probably the  largest contrib
> > project currently, so taking care of that would be welcome :)
>
> Sure,  Vincent and  me  will take  care of  this  if needed.   But
> apparently we are not using the  Models much in WCD, and bamboo is
> fine for now, I checked the build this morning.
> --
>      Jean-Baptiste Quenot
> aka  John Banana   Qwerty
> http://caraldi.com/jbq/
>

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* Eelco Hillenius:

> Sure. I'll try to convert a couple  of others as well. Not a big
> job usually,  the dojo project  is probably the  largest contrib
> project currently, so taking care of that would be welcome :)

Sure,  Vincent and  me  will take  care of  this  if needed.   But
apparently we are not using the  Models much in WCD, and bamboo is
fine for now, I checked the build this morning.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Re: wicket-stuff: [1830] branches/wicket-1.3/ wicket-contrib-velocity/src

Posted by Eelco Hillenius <ee...@gmail.com>.
Sure. I'll try to convert a couple of others as well. Not a big job
usually, the dojo project is probably the largest contrib project
currently, so taking care of that would be welcome :)

Eelco


On 3/20/07, Jean-Baptiste Quenot <jb...@apache.org> wrote:
> * eelco12@users.sourceforge.net:
> > Revision: 1830
> >           http://svn.sourceforge.net/wicket-stuff/?rev=1830&view=rev
> > Author:   eelco12
> > Date:     2007-03-20 10:46:17 -0700 (Tue, 20 Mar 2007)
> >
> > Log Message:
> > -----------
> > var fixes
> >
> > Modified Paths:
> > --------------
> >     branches/wicket-1.3/wicket-contrib-velocity/src/java/wicket/contrib/util/resource/VelocityContributor.java
> >     branches/wicket-1.3/wicket-contrib-velocity/src/java/wicket/contrib/util/resource/VelocityHeaderContributor.java
> >     branches/wicket-1.3/wicket-contrib-velocity/src/java/wicket/contrib/util/resource/VelocityJavascriptContributor.java
> >     branches/wicket-1.3/wicket-contrib-velocity/src/test/wicket/contrib/velocity/VelocityJavascriptContributorTest.java
> >     branches/wicket-1.3/wicket-contrib-velocity/src/test/wicket/contrib/velocity/VelocityJavascriptPage.java
>
> Hi Eelco,
>
> Thanks for taking care of this.  I'm not using Wicket Contrib
> Velocity at the moment.
> --
>      Jean-Baptiste Quenot
> aka  John Banana   Qwerty
> http://caraldi.com/jbq/
>