Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Steve Swinsburg
Ok, but even in that 1.4 branch it is missing dozens of classes that were 
present in the 1.3 version. They are also missing in the release artifacts. 

Can someone please migrate them from 1.3 to 1.4?

Thanks,
Steve 

On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com wrote:

 That is the 1.5 branch of wicketstuff. The 1.4 is in
 https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because there
 was noone to maintain it.
 
 Attila
 
 2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com
 
 I found the old source. There is a LOT of stuff missing in the 1.4 release
 compared to the 1.3 release.
 
 1.3:
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/
 
 1.4:
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is someone able to migrate that and push a release?
 
 cheers,
 Steve
 
 On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:
 
 Hi,
 
 Does anyone know what the status of wicketstuff dojo is?
 
 I have an application that was written in Wicket 1.3 which I have
 converted to 1.4, likewise for dojo. However there are classes missing from
 the 1.4 release that were being used in the 1.3 release, specifically:
 
 org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
 org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
 It seems that there is only 'toaster' in the
 org/wicketstuff/dojo/markup/html directory:
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
 thanks,
 Steve
 
 
 
 

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



Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Martin Grigorov
How much ? :-)

What's the problem you to do it ? You already use this library so you
know how it works.

On Fri, Jul 1, 2011 at 2:48 PM, Steve Swinsburg
steve.swinsb...@gmail.com wrote:
 Ok, but even in that 1.4 branch it is missing dozens of classes that were 
 present in the 1.3 version. They are also missing in the release artifacts.

 Can someone please migrate them from 1.3 to 1.4?

 Thanks,
 Steve

 On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com wrote:

 That is the 1.5 branch of wicketstuff. The 1.4 is in
 https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

 Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because there
 was noone to maintain it.

 Attila

 2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com

 I found the old source. There is a LOT of stuff missing in the 1.4 release
 compared to the 1.3 release.

 1.3:

 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/

 1.4:

 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

 Is someone able to migrate that and push a release?

 cheers,
 Steve

 On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:

 Hi,

 Does anyone know what the status of wicketstuff dojo is?

 I have an application that was written in Wicket 1.3 which I have
 converted to 1.4, likewise for dojo. However there are classes missing from
 the 1.4 release that were being used in the 1.3 release, specifically:

 org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
 org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;

 It seems that there is only 'toaster' in the
 org/wicketstuff/dojo/markup/html directory:

 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

 Is the 1.3 source available anywhere? Is anyone maintaining dojo?

 thanks,
 Steve





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





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Steve Swinsburg
I don't use the library, I'm just converting a tool from 1.3 to 1.4 that 
someone else wrote. I have no idea how wicketstuff-dojo works.

If Wicketstuff still used SVN I'd just merge it in and make sure it compiled, 
but I have no experience in git and no time to learn a new source control 
system that I don't use in my everyday work. So, hopefully someone that works 
on wicketstuff can!

thanks,
Steve


On 01/07/2011, at 9:51 PM, Martin Grigorov wrote:

 How much ? :-)
 
 What's the problem you to do it ? You already use this library so you
 know how it works.
 
 On Fri, Jul 1, 2011 at 2:48 PM, Steve Swinsburg
 steve.swinsb...@gmail.com wrote:
 Ok, but even in that 1.4 branch it is missing dozens of classes that were 
 present in the 1.3 version. They are also missing in the release artifacts.
 
 Can someone please migrate them from 1.3 to 1.4?
 
 Thanks,
 Steve
 
 On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com wrote:
 
 That is the 1.5 branch of wicketstuff. The 1.4 is in
 https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because there
 was noone to maintain it.
 
 Attila
 
 2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com
 
 I found the old source. There is a LOT of stuff missing in the 1.4 release
 compared to the 1.3 release.
 
 1.3:
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/
 
 1.4:
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is someone able to migrate that and push a release?
 
 cheers,
 Steve
 
 On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:
 
 Hi,
 
 Does anyone know what the status of wicketstuff dojo is?
 
 I have an application that was written in Wicket 1.3 which I have
 converted to 1.4, likewise for dojo. However there are classes missing from
 the 1.4 release that were being used in the 1.3 release, specifically:
 
 org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
 org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
 It seems that there is only 'toaster' in the
 org/wicketstuff/dojo/markup/html directory:
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
 thanks,
 Steve
 
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 
 -- 
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


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



Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Bruno Borges
Steve, it may take less time to merge the code by yourself, learn the basics
of git to push that into github than to wait somebody that contributes to
wicketstuff to do that to you, because unfortunately, if I'm not wrong,
there's no one right now at wicketstuff doing things with dojo. And that's
why the project is disabled.

I'm sorry,

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Fri, Jul 1, 2011 at 9:59 AM, Steve Swinsburg
steve.swinsb...@gmail.comwrote:

 I don't use the library, I'm just converting a tool from 1.3 to 1.4 that
 someone else wrote. I have no idea how wicketstuff-dojo works.

 If Wicketstuff still used SVN I'd just merge it in and make sure it
 compiled, but I have no experience in git and no time to learn a new source
 control system that I don't use in my everyday work. So, hopefully someone
 that works on wicketstuff can!

 thanks,
 Steve


 On 01/07/2011, at 9:51 PM, Martin Grigorov wrote:

  How much ? :-)
 
  What's the problem you to do it ? You already use this library so you
  know how it works.
 
  On Fri, Jul 1, 2011 at 2:48 PM, Steve Swinsburg
  steve.swinsb...@gmail.com wrote:
  Ok, but even in that 1.4 branch it is missing dozens of classes that
 were present in the 1.3 version. They are also missing in the release
 artifacts.
 
  Can someone please migrate them from 1.3 to 1.4?
 
  Thanks,
  Steve
 
  On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com
 wrote:
 
  That is the 1.5 branch of wicketstuff. The 1.4 is in
 
 https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because
 there
  was noone to maintain it.
 
  Attila
 
  2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com
 
  I found the old source. There is a LOT of stuff missing in the 1.4
 release
  compared to the 1.3 release.
 
  1.3:
 
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/
 
  1.4:
 
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Is someone able to migrate that and push a release?
 
  cheers,
  Steve
 
  On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:
 
  Hi,
 
  Does anyone know what the status of wicketstuff dojo is?
 
  I have an application that was written in Wicket 1.3 which I have
  converted to 1.4, likewise for dojo. However there are classes missing
 from
  the 1.4 release that were being used in the 1.3 release, specifically:
 
  org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
  org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
  It seems that there is only 'toaster' in the
  org/wicketstuff/dojo/markup/html directory:
 
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
  thanks,
  Steve
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 
  --
  Martin Grigorov
  jWeekend
  Training, Consulting, Development
  http://jWeekend.com
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 


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




Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Steve Swinsburg
Hi Bruno,

Thanks, I wasn't aware that the project was actually disabled, since there are 
still releases going out (albeit non functional ones). Perhaps we'll just stick 
with 1.3 for now. If I get some time I'll get in touch to get a wicketstuff 
account.

cheers,
Steve

On 01/07/2011, at 11:21 PM, Bruno Borges wrote:

 Steve, it may take less time to merge the code by yourself, learn the basics
 of git to push that into github than to wait somebody that contributes to
 wicketstuff to do that to you, because unfortunately, if I'm not wrong,
 there's no one right now at wicketstuff doing things with dojo. And that's
 why the project is disabled.
 
 I'm sorry,
 
 *Bruno Borges*
 www.brunoborges.com.br
 +55 21 76727099
 
 
 
 On Fri, Jul 1, 2011 at 9:59 AM, Steve Swinsburg
 steve.swinsb...@gmail.comwrote:
 
 I don't use the library, I'm just converting a tool from 1.3 to 1.4 that
 someone else wrote. I have no idea how wicketstuff-dojo works.
 
 If Wicketstuff still used SVN I'd just merge it in and make sure it
 compiled, but I have no experience in git and no time to learn a new source
 control system that I don't use in my everyday work. So, hopefully someone
 that works on wicketstuff can!
 
 thanks,
 Steve
 
 
 On 01/07/2011, at 9:51 PM, Martin Grigorov wrote:
 
 How much ? :-)
 
 What's the problem you to do it ? You already use this library so you
 know how it works.
 
 On Fri, Jul 1, 2011 at 2:48 PM, Steve Swinsburg
 steve.swinsb...@gmail.com wrote:
 Ok, but even in that 1.4 branch it is missing dozens of classes that
 were present in the 1.3 version. They are also missing in the release
 artifacts.
 
 Can someone please migrate them from 1.3 to 1.4?
 
 Thanks,
 Steve
 
 On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com
 wrote:
 
 That is the 1.5 branch of wicketstuff. The 1.4 is in
 
 https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because
 there
 was noone to maintain it.
 
 Attila
 
 2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com
 
 I found the old source. There is a LOT of stuff missing in the 1.4
 release
 compared to the 1.3 release.
 
 1.3:
 
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/
 
 1.4:
 
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is someone able to migrate that and push a release?
 
 cheers,
 Steve
 
 On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:
 
 Hi,
 
 Does anyone know what the status of wicketstuff dojo is?
 
 I have an application that was written in Wicket 1.3 which I have
 converted to 1.4, likewise for dojo. However there are classes missing
 from
 the 1.4 release that were being used in the 1.3 release, specifically:
 
 org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
 org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
 It seems that there is only 'toaster' in the
 org/wicketstuff/dojo/markup/html directory:
 
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
 thanks,
 Steve
 
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 
 --
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 


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



Re: What is the status of wicketstuff dojo?

2011-07-01 Thread Bruno Borges
You're welcome,

And as soon you fix it, let us know to give you access to the
repository. Or, you can just create your own branch at github and later
request for a pull and we do that for you.

Best regards,
*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Fri, Jul 1, 2011 at 10:25 AM, Steve Swinsburg
steve.swinsb...@gmail.comwrote:

 Hi Bruno,

 Thanks, I wasn't aware that the project was actually disabled, since there
 are still releases going out (albeit non functional ones). Perhaps we'll
 just stick with 1.3 for now. If I get some time I'll get in touch to get a
 wicketstuff account.

 cheers,
 Steve

 On 01/07/2011, at 11:21 PM, Bruno Borges wrote:

  Steve, it may take less time to merge the code by yourself, learn the
 basics
  of git to push that into github than to wait somebody that contributes to
  wicketstuff to do that to you, because unfortunately, if I'm not wrong,
  there's no one right now at wicketstuff doing things with dojo. And
 that's
  why the project is disabled.
 
  I'm sorry,
 
  *Bruno Borges*
  www.brunoborges.com.br
  +55 21 76727099
 
 
 
  On Fri, Jul 1, 2011 at 9:59 AM, Steve Swinsburg
  steve.swinsb...@gmail.comwrote:
 
  I don't use the library, I'm just converting a tool from 1.3 to 1.4 that
  someone else wrote. I have no idea how wicketstuff-dojo works.
 
  If Wicketstuff still used SVN I'd just merge it in and make sure it
  compiled, but I have no experience in git and no time to learn a new
 source
  control system that I don't use in my everyday work. So, hopefully
 someone
  that works on wicketstuff can!
 
  thanks,
  Steve
 
 
  On 01/07/2011, at 9:51 PM, Martin Grigorov wrote:
 
  How much ? :-)
 
  What's the problem you to do it ? You already use this library so you
  know how it works.
 
  On Fri, Jul 1, 2011 at 2:48 PM, Steve Swinsburg
  steve.swinsb...@gmail.com wrote:
  Ok, but even in that 1.4 branch it is missing dozens of classes that
  were present in the 1.3 version. They are also missing in the release
  artifacts.
 
  Can someone please migrate them from 1.3 to 1.4?
 
  Thanks,
  Steve
 
  On 01/07/2011, at 15:30, Attila Király kiralyattila...@gmail.com
  wrote:
 
  That is the 1.5 branch of wicketstuff. The 1.4 is in
 
 
 https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because
  there
  was noone to maintain it.
 
  Attila
 
  2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com
 
  I found the old source. There is a LOT of stuff missing in the 1.4
  release
  compared to the 1.3 release.
 
  1.3:
 
 
 
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/
 
  1.4:
 
 
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Is someone able to migrate that and push a release?
 
  cheers,
  Steve
 
  On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:
 
  Hi,
 
  Does anyone know what the status of wicketstuff dojo is?
 
  I have an application that was written in Wicket 1.3 which I have
  converted to 1.4, likewise for dojo. However there are classes
 missing
  from
  the 1.4 release that were being used in the 1.3 release,
 specifically:
 
  org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
  org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
  It seems that there is only 'toaster' in the
  org/wicketstuff/dojo/markup/html directory:
 
 
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
  thanks,
  Steve
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 
  --
  Martin Grigorov
  jWeekend
  Training, Consulting, Development
  http://jWeekend.com
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 


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




What is the status of wicketstuff dojo?

2011-06-30 Thread Steve Swinsburg
Hi,

Does anyone know what the status of wicketstuff dojo is?

I have an application that was written in Wicket 1.3 which I have converted to 
1.4, likewise for dojo. However there are classes missing from the 1.4 release 
that were being used in the 1.3 release, specifically:

org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;

It seems that there is only 'toaster' in the org/wicketstuff/dojo/markup/html 
directory:
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

Is the 1.3 source available anywhere? Is anyone maintaining dojo?

thanks,
Steve




Re: What is the status of wicketstuff dojo?

2011-06-30 Thread Steve Swinsburg
I found the old source. There is a LOT of stuff missing in the 1.4 release 
compared to the 1.3 release.

1.3:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/

1.4:
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

Is someone able to migrate that and push a release?

cheers,
Steve

On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:

 Hi,
 
 Does anyone know what the status of wicketstuff dojo is?
 
 I have an application that was written in Wicket 1.3 which I have converted 
 to 1.4, likewise for dojo. However there are classes missing from the 1.4 
 release that were being used in the 1.3 release, specifically:
 
 org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
 org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
 It seems that there is only 'toaster' in the org/wicketstuff/dojo/markup/html 
 directory:
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
 Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
 thanks,
 Steve
 
 



Re: What is the status of wicketstuff dojo?

2011-06-30 Thread Attila Király
That is the 1.5 branch of wicketstuff. The 1.4 is in
https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

Dojo is disabled in the 1.5 branch (enabled in 1.4), probably because there
was noone to maintain it.

Attila

2011/7/1 Steve Swinsburg steve.swinsb...@gmail.com

 I found the old source. There is a LOT of stuff missing in the 1.4 release
 compared to the 1.3 release.

 1.3:

 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/attic/wicketstuff-dojo/src/main/java/org/wicketstuff/dojo/markup/html/

 1.4:

 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html

 Is someone able to migrate that and push a release?

 cheers,
 Steve

 On 01/07/2011, at 11:51 AM, Steve Swinsburg wrote:

  Hi,
 
  Does anyone know what the status of wicketstuff dojo is?
 
  I have an application that was written in Wicket 1.3 which I have
 converted to 1.4, likewise for dojo. However there are classes missing from
 the 1.4 release that were being used in the 1.3 release, specifically:
 
  org.wicketstuff.dojo.markup.html.list.DojoOrderableListContainer;
  org.wicketstuff.dojo.markup.html.list.DojoOrderableRepeatingView;
 
  It seems that there is only 'toaster' in the
 org/wicketstuff/dojo/markup/html directory:
 
 https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/dojo-parent/dojo-api/src/main/java/org/wicketstuff/dojo11/markup/html
 
  Is the 1.3 source available anywhere? Is anyone maintaining dojo?
 
  thanks,
  Steve