Wicket Stuff commit access

2007-08-16 Thread David Bernard
Hi, I started a wicket-jquery integration, and I would like to import it under wicketstuff. What are the practices ? * package name convention (currently I use org.wicketstuff.jquery and org.wicketstuff.jquery.demo) * to provide example/demo, user guide * ... Thanks

Re: Wicket Stuff commit access

2007-08-16 Thread David Bernard
ther host). The only problem will be to choose the license: I choose LGPL (my favorite) for wicketstuff-jquery but I could change to ASL if you prefer. Thx, /David Xavier Hanin wrote: On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: Hi, I started a wicket-jquery integration, Interes

Re: Wicket Stuff commit access

2007-08-16 Thread David Bernard
Martijn, Is it possible to provide 2 projects (and 2 pom) ? org.wicketstuff.jquery:wicketstuff-jquery => jar org.wicketstuff.jquery:wicketstuff-jquery-demo => war Thx /david Martijn Dashorst wrote: On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: I started a wicket-jquery

Re: Wicket Stuff commit access

2007-08-16 Thread David Bernard
ing you'll need to ask one of the admins (found on this list). Confluence is open to registered users. Martijn On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: Xavier, There is no overlap in features, it's a started project with only a Drag on Drop Sortable (multi)List based

Re: Wicket Stuff commit access

2007-08-16 Thread David Bernard
attach the 3 pom.xml for approbation before importing projects Is it OK ? /David Martijn Dashorst wrote: On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: my sf.net id : dwayneb You're in. license of jquery and other js plugins are dual GPL/MIT, ASL, or LGPL so I don't

Re: Wicket Stuff commit access

2007-08-16 Thread David Bernard
us know what it is and we will create the appropriate projects/permissions. -igor On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: * I changed the license to ASL 2.0. * I used org.wicketstuff.jquery as groupId for wicketstuff-jquery and wicketstuff-jquery-examples (previously demo, r

Re: Wicket Stuff commit access

2007-08-16 Thread David Bernard
Thanks a lot Igor Vaynberg wrote: http://wicketstuff.org/jira/browse/WSJQUERY -igor On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: I imported the 3 project under svn. wicketstuff-parent wicketstuff-jquery wicketstuff-jquery-examples my jira account : dwayneb Thx /david

[wicketstuff-jquery]

2007-08-16 Thread David Bernard
) * may be demo could be reorg by "features" ... Xavier Hanin wrote: On 8/16/07, David Bernard <[EMAIL PROTECTED]> wrote: Xavier, There is no overlap in features, it's a started project with only a Drag on Drop Sortable (multi)List based on the interface.js plugin for jquery. I

Re: [wicketstuff-jquery]

2007-08-17 Thread David Bernard
Nice, I'll take a look. Xavier Hanin wrote: I've integrated the tabs and accordion components, along with according examples. I'm missing time to do more ATM, but I hope this can help people looking for such integration. Xavier On 8/16/07, David Bernard <[EMAIL PROTECTED]>

Re: svn commit: r574108 - in /wicket/trunk/jdk-1.4/wicket-quickstart: pom.xml src/main/java/org/apache/wicket/quickstart/Start.java

2007-09-10 Thread David Bernard
Hi, 2 suggestions : * move Start.java and jetty dependencies to the scope "test", it's not part of the main application, it is only provide to allow developer to start an embedded webserver from IDE for *test* * for the same goal (running from IDE), I use winstone-lite instead of jetty (lighter

Re: mvn site: a possible solution

2007-09-10 Thread David Bernard
Hi, I've done a similar job for a previous project (an eclipse application with lot of module (one per eclipse's plugin)) 8 months ago. If you want I could help you. FYI, the javadoc plugin have a usefull feature : create a "flatten" javadoc for multi-module project, that avoid to bookmark ever

[wicketstuff] maven repositories

2007-09-10 Thread David Bernard
Hi, I've added (as suggested) : repo Local Bamboo/Tomcat repository file:/home/wicket/tomcat/webapps/maven/repository/ false

Re: [wicketstuff] maven repositories

2007-09-10 Thread David Bernard
nd maven IDE plugin /david johan On 9/10/07, David Bernard <[EMAIL PROTECTED]> wrote: Hi, I've added (as suggested) : repo Local Bamboo/Tomcat repository file:/home/wicket/tomcat/webap

Re: [wicketstuff] maven repositories

2007-09-11 Thread David Bernard
<[EMAIL PROTECTED]> wrote: On 9/11/07, David Bernard <[EMAIL PROTECTED]> wrote: Johan Compagner wrote: i don't see the jquery projects in bamboo so then that distributionManagement doesn't do much. How to regsister projects on bamboo ? a admin has to make you as a u

Re: [wicketstuff] maven repositories

2007-09-11 Thread David Bernard
Johan Compagner wrote: Which information do you need to make plans or allow me to make plan. preferred username/password sent privatly Bamboo is the only way to publish on wicketstuff repository ? currently yes the repository is really meant for snapshots that are made constantly bambo

Re: [jira] Resolved: (WICKET-647) New Wicket Portlet support

2007-09-18 Thread David Bernard
Hi, Disclamer : I've no portlet's interest, I'm only a wicket's user. As an "external" reader of this thread, what I understand? * pro : porlet integration, it's a good time to do it * con : the changeset is very risky and it's to late for 1.3 a classical time to market/features dilemma ;-) Why

Re: mvn site: a possible solution

2007-09-26 Thread David Bernard
I've also create an agreate javadoc, this morning, but I added groups definition and excludes every samples (includes spring one that are not under org.apache.wicket.examples) and quickstart : true org.apache.maven.plugins

Re: compile time/refactor friendly properties?

2007-09-28 Thread David Bernard
Hi, An other possible solution : * create a empty method than take an Object as arg and return a String * use a post/precompiler (like spoon) or agent to replace call to the methode by a String eg : new PropertyModel(Property.p(myOject.myProperty)) => new PropertyModel("myOject.myProperty") /d

Re: Jquery build problem

2007-09-28 Thread David Bernard
Daniele, wicketstuff-misc was added to a wrong location (under wicketstuff instead of wicketstuff/trunk), I'll correct it asap.(Sorry) Do you use wicketstuff-jquery ? From where ? Have some feedback (it's a version 0.1-SNAPSHOT). /david Daniele Dellafiore wrote: Hi. Since a couple of days the

Re: Jquery build problem

2007-09-28 Thread David Bernard
Done (wicketstuff-misc moved under trunk). /david PS prefix subject with the name of wicketstuff project (eg : [wicketstuff-jquery] ), it'll be easier to filter message. David Bernard wrote: Daniele, wicketstuff-misc was added to a wrong location (under wicketstuff inste

Re: Future of Link#getOnClickScript

2007-09-29 Thread David Bernard
FYI, currently I use it to call pure (no server side) javascript function (like hide/show, diseable/enable drag'n drop,...). ex : add(new Link("stop_dnd") { @Override protected CharSequence getOnClickScript(CharSequence url) { return dnd.getJSFunctionName4S

Re: Automatic character2HTMLEntity conversion?

2007-10-04 Thread David Bernard
Nino Saturnino Martinez Vazquez Wael wrote: I think he could just take a look at the Strings class(1.3), and make a workaround .. That should'nt be that critical... into commons-lang, there is StringEscapeUtils.escapeHtml(String str) from javadoc : Escapes the characters in a String usin

how to add wicketstuff projet to bamboo

2007-10-18 Thread David Bernard
Hi, How can I add (my) wicketstuff project to bamboo. My jira account : dwayneb Thanks.

Re: how to add wicketstuff projet to bamboo

2007-10-18 Thread David Bernard
wicketstuff-parent wicketstuff-misc wicketstuff-jquery wicketstuff-jquery-examples Thanks. Eelco Hillenius wrote: Tell us which one it is, and one of the bamboo admins can do it. Eelco On 10/18/07, David Bernard <[EMAIL PROTECTED]> wrote: Hi, How can I add (my) wicketstuff proj

Re: Replacing with

2007-11-02 Thread David Bernard
I fight against this/similar problem in 2 cases: * for wicketstuff-jquery, some component use a handler (D&D) create an hanlder in html is a simple => create css/dom problem, spare some time to find that I must replace it by with a space (iirc but I may did a mistake, wicket convert the with

Re: Resolution != fixed and Fix version

2007-11-04 Thread David Bernard
In my previous job, we used JIRA's "fix version" to plan "for wich version" issue must be done. Because "fix version" is used to define the roadmap in JIRA. Mey be it's the same case here: a workaround. /david Frank Bille wrote: Hey all, I'm about to write the release notes and looking throug

Re: Resolution != fixed and Fix version

2007-11-04 Thread David Bernard
ot;Status". If you plan to fix it for a specific version the status shouldn't be resolved or fixed and the resolution shouldn't be != fixed. IMHO, Frank On 11/4/07, David Bernard <[EMAIL PROTECTED]> wrote: In my previous job, we used JIRA's "fix version" to plan &q

Re: Resolution != fixed and Fix version

2007-11-04 Thread David Bernard
MAIL PROTECTED]> wrote: But what can use that information for? You have the timestamps on the issue for when someone has marked it as "won't fix", which can be used if you want to reopen it. I think it's a mismatch between "*FIX* version" and anything other than *F

Re: New task for ghop: generate commandline for quickstart archetype in webpage

2007-12-02 Thread David Bernard
The first thing that can be done is to provide a sample that could work by copy/paste in a shell, and only need to edit the last line : mvn archetype:create -DarchetypeGroupId=org.apache.wicket / -DarchetypeArtifactId=wicket-archetype-quickstart / -DarchetypeVersion=1.3.0-rc1 / -DgroupId=com.myco

Re: New task for ghop: generate commandline for quickstart archetype in webpage

2007-12-02 Thread David Bernard
copy the contents to the clipboard. Martijn On Dec 2, 2007 5:41 PM, David Bernard <[EMAIL PROTECTED]> wrote: The first thing that can be done is to provide a sample that could work by copy/paste in a shell, and only need to edit the last line : mvn archetype:create -DarchetypeGroupId=org.ap

Re: New task for ghop: generate commandline for quickstart archetype in webpage

2007-12-03 Thread David Bernard
Stuart McCulloch wrote: On 03/12/2007, David Bernard <[EMAIL PROTECTED]> wrote: I agree with the generator, I only to suggest to change the current page to add / at the end of line and put -DgroupId=... and -DartifactId into the same line so if the user copy (without the last new l

Re: [wicketstuff] hosting repositories on sourceforge

2008-01-18 Thread David Bernard
If you're ok I could setup sourceforge before tomorrow, and later request for maven central repo rsync. Martijn Dashorst wrote: The repo is not a problem iiuc. THe problem is that the server has log files that fill up the harddrive without rolling and compression. Martijn On 1/18/08,

[wicketstuff] hosting repositories on sourceforge

2008-01-18 Thread David Bernard
Hi, May be part of the space problem on bamboo server, could be solve by hosting maven-repository on sourceforge. There is some advantages : * every committer on wicketstuff, already, have ssh access * every committer could deploy manually snapshots and releases * release version could be deploy

Re: [wicketstuff] hosting repositories on sourceforge

2008-01-18 Thread David Bernard
. :( log form bamboo or tomcat (just for my curiosity, I setup hudson but never bamboo) Thanks for the reply. /davidB Martijn On 1/18/08, David Bernard <[EMAIL PROTECTED]> wrote: Hi, May be part of the space problem on bamboo server, could be solve by hosting maven-repository on sourc

Re: [wicketstuff] hosting repositories on sourceforge

2008-01-18 Thread David Bernard
ut, may be, I'm wrong (lake of info), how can we deploy released artifact today ? /davidB Eelco On Jan 18, 2008 11:47 AM, David Bernard <[EMAIL PROTECTED]> wrote: The one on apache is not accessible/updatable by wicketstuff developpers, it also mixe releases and snapshots. the repo on

Re: [wicketstuff] hosting repositories on sourceforge

2008-01-18 Thread David Bernard
, 2008 4:38 AM, David Bernard <[EMAIL PROTECTED]> wrote: Hi, May be part of the space problem on bamboo server, could be solve by hosting maven-repository on sourceforge. There is some advantages : * every committer on wicketstuff, already, have ssh access * every committer could deploy ma

Re: [wicketstuff] hosting repositories on sourceforge

2008-01-20 Thread David Bernard
ire supplementary stuff for admin : provide account and permission on bamboo (after providing access on sourceforge : required for svn). Maurice On Jan 18, 2008 10:08 PM, David Bernard <[EMAIL PROTECTED]> wrote: Eelco Hillenius wrote: Another problem (I think) with sourceforge is that space is

Re: [wicket-stuff] Bamboo setup?

2008-02-04 Thread David Bernard
Hi Nino, Do you call the "deploy" goal in your plan ? (I can't browse the configuration) In my case, every projects (wicketstuff-jquery, wicketstuff-misc) : * inherit from wicketstuff-parent * override if needed the wicket.version property * are build with "mvn clean deploy -U" /davidB Nino Sat

Re: [wicket-stuff] Bamboo setup?

2008-02-04 Thread David Bernard
amboo/Tomcat repository file:/home/wicket/tomcat/webapps/maven/repository/ (snapshots and non-snapshots are mixed into the wicketstuff repository :( ) /davidB Nino Saturnino Martinez Vazquez Wael wrote: I think that was it.. whats the -U for? David Be

Re: Wicket + JS / CSS resources - idea for 1.4

2008-02-05 Thread David Bernard
And you could * aggregate js and css at compile time (http://alchim.sourceforge.net/yuicompressor-maven-plugin/) * use the normal wicket feature to cache Disclaimer : I'm the author of yuicompressor-maven-plugin /davidB Korbinian Bachl - privat wrote: Hello, some time age there was a threa

Re: good way to test javascript?

2008-02-13 Thread David Bernard
Hi, For functionnal test : I used jwebunit (no need to have a web browser, I like the client (like WicketTester)) For testing validity of js : I use Rhino (check parsing) and jslint, there is several maven plugin to do the job. As the author of yuicompressor-maven-plugin (I used it for both, yo

Re: good way to test javascript?

2008-02-13 Thread David Bernard
both /davidB regards Nino David Bernard wrote: Hi, For functionnal test : I used jwebunit (no need to have a web browser, I like the client (like WicketTester)) For testing validity of js : I use Rhino (check parsing) and jslint, there is several maven plugin to do the job. As the auth

Re: Wicket Stuff commit access

2008-02-27 Thread David Bernard
Hi, I created the wicketstuff-parent to host shared configuration (like some dependencies, distribution configuration, build, reporting,...) I use it with several wicketstuff project : wickectstuff-misc, wicketstuf-jquery,... You're free to use/update/complete it (it was created to this purpose

Re: wicket iolite

2008-04-28 Thread David Bernard
Nino, it's a "bug" with the version 2 of maven-archetype-plugin. try with an explicit version mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create /davidB Nino Saturnino Martinez Vazquez Wael wrote: I am of course only asking about 2, as it seems that we will have to w

Re: wicket iolite

2008-04-30 Thread David Bernard
che.wicket > > -DarchetypeArtifactId=wicket-archetype-iolite > > -DarchetypeVersion=1.3-SNAPSHOT -DremoteRepositories= > > http://wicketstuff.org/maven -DgroupId=com.mycompany > > -DartifactId=ioliteTest01 > > > > Works like a snug if I install the archetype a

Re: Build server - what do we do?

2008-05-02 Thread David Bernard
I setup hudson for work (using the embeded winstone), and for lift/scala-tools.org (with jetty). It's very easy to install and configure a maven based project (with or withour sub module) is very easy (a lot more than bamboo). If you want, I could help you to setup. /davidB Sebastiaan van Erk w

Re: Build server - what do we do?

2008-05-02 Thread David Bernard
try hudson ;-) put the war into your webapp dir connect to http://.../hudson goto Manage Hudson and field the field (click on (?) for details, syntax,...) Hudson store conf, project under $HOME/.hudson /davidB Martijn Dashorst wrote: Trying to start the server with the default store, figuring

Re: New hudson server reveals java 6 isms in some wicketstuff-core projects

2010-07-23 Thread David Bernard
May help : org.codehaus.mojo animal-sniffer-maven-plugin 1.5 org.codehaus.mojo.signature java15 1.0 On Fri, Jul 23, 2010 at 05:28, Michael O'Cleirigh wrote: > Hello, > > The hudson