Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Hi Jeremy, I am afraid I do not understand what to do. I set out to test the yui-parent module: I can confirm that /yui-parent/ builds fine (with +mvn install+). Yeah! However, +mvn release:prepare -DdryRun=true+ executed in the yui-parent sub-directory just downloads a yui snapshot instead

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Martijn Dashorst
The release:prepare will also check if there are no SNAPSHOT dependencies IIRC, or turn them into timestamped dependencies. If mvn install works, then yui-parent is good to go I think. Martijn On Thu, Aug 13, 2009 at 5:33 PM, Erik van Oostene.vanoos...@grons.nl wrote: Hi Jeremy, I am afraid I

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Igor Vaynberg
mvn clean package release:prepare -DdryRun=true -igor On Thu, Aug 13, 2009 at 8:33 AM, Erik van Oostene.vanoos...@grons.nl wrote: Hi Jeremy, I am afraid I do not understand what to do. I set out to test the yui-parent module: I can confirm that /yui-parent/ builds fine (with +mvn

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Igor, release:prepare automatically also does clean and package. There is actually one more thing I could have tried: execute the release:prepare goals in de yui sub-sub modules. Regards, Erik. Igor Vaynberg wrote: mvn clean package release:prepare -DdryRun=true -igor On Thu, Aug 13,

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Yes, that did it. Running the dryRun in wicket-stuff/wicketstuff-core/yui-parent/yui succeeds. I repeated this for yui-examples. yui-parent, yui and yui-examples are ready to go! Regards, Erik. Erik van Oosten wrote: There is actually one more thing I could have tried: execute the

Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Hi, Unfortunately tinymce does /not/ compile. It fails with a missing dependency to jazzyplugin:jazzyplugin:jar:0.2.1. Regards, Erik. Jeremy Thomerson wrote: To those who have written me volunteering to help: thank you. I will try to do the release this weekend. Here's what you can

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Maarten, you just beated me to it. Is the jazzyplugin still needed after your changes? Regards, Erik. Erik van Oosten wrote: Hi, Unfortunately tinymce does /not/ compile. It fails with a missing dependency to jazzyplugin:jazzyplugin:jar:0.2.1. Regards, Erik. -- Erik van Oosten

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Maarten Bosteels
On Thu, Aug 13, 2009 at 8:46 PM, Erik van Oosten e.vanoos...@grons.nlwrote: Maarten, you just beated me to it. Is the jazzyplugin still needed after your changes? Hi Erik, I did not try to remove the dependency, so it's still needed. I just downloaded the jar and installed in my local maven