You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Fernando Wermus <fe...@gmail.com> on 2009/08/18 23:01:11 UTC

OT: Wicket + Blazeds debugger doesnt stop in breakpoints

Hello all,
      I am using jetty to launch my app, which is developed with wicket +
blazeds. Some days ago I found that the breakpoints I mark in blazeds
services are useless. I mean the debugger doesn't stop in them. Do you have
any idea what could it be?

I am trying to install wtp just for testing blazeds services with jetty. I
am not happy at all with this aproach. I would like to run/debug with jetty
in only one way.

Thanks in advance.

-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus

Re: Wicket Quickstart for Ant

Posted by Christian Beil <ch...@web.de>.
Ok, then I'll do that.
Thanks for the quick help.
And thanks for WIA by the way :)

Christian



Martijn Dashorst schrieb:
> There's no updated ant version available, though the build.xml should
> be compatible, provided you modify the compiler source and target
> versions to at least 1.5 compatibility for Wicket 1.4 onwards.
>
> Martijn
>
> On Thu, Aug 20, 2009 at 11:34 PM, Christian Beil<ch...@web.de> wrote:
>   
>> Hi all,
>>
>> I'm currently reading 'Wicket in Action' and I also like the bonus chapter
>> where the Wicket QuickStart build script is set up.
>> Now that I want to try coding some Wicket applications myself, I'd like to
>> use Wicket QuickStart.
>> I saw that the Quickstart project on the homepage uses Maven:
>> http://wicket.apache.org/quickstart.html
>> I tried it out and everything works nicely.
>> But I don't like Maven very much and  would prefer to use Ant.
>> The SourceForge page for wicket-quickstart using Ant seems to end with
>> version 1.2.7:
>> http://sourceforge.net/projects/wicket/files/wicket-quickstart/
>> There is also Qwicket which does a little more than QuickStart.
>> The most recent version of Qwicket contains an Ant build script and seems to
>> use Wicket 1.3.0.
>>
>> At the moment I would like to use the latest version of Wicket, 1.4, and an
>> Ant based QuickStart project.
>> I can build it myself, but I wanted to ask if the Ant version of the
>> QuickStart project is still updated somewhere.
>>
>>
>> Thanks,
>>
>> Christian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>     
>
>
>
>   


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


Re: Wicket Quickstart for Ant

Posted by Martijn Dashorst <ma...@gmail.com>.
There's no updated ant version available, though the build.xml should
be compatible, provided you modify the compiler source and target
versions to at least 1.5 compatibility for Wicket 1.4 onwards.

Martijn

On Thu, Aug 20, 2009 at 11:34 PM, Christian Beil<ch...@web.de> wrote:
> Hi all,
>
> I'm currently reading 'Wicket in Action' and I also like the bonus chapter
> where the Wicket QuickStart build script is set up.
> Now that I want to try coding some Wicket applications myself, I'd like to
> use Wicket QuickStart.
> I saw that the Quickstart project on the homepage uses Maven:
> http://wicket.apache.org/quickstart.html
> I tried it out and everything works nicely.
> But I don't like Maven very much and  would prefer to use Ant.
> The SourceForge page for wicket-quickstart using Ant seems to end with
> version 1.2.7:
> http://sourceforge.net/projects/wicket/files/wicket-quickstart/
> There is also Qwicket which does a little more than QuickStart.
> The most recent version of Qwicket contains an Ant build script and seems to
> use Wicket 1.3.0.
>
> At the moment I would like to use the latest version of Wicket, 1.4, and an
> Ant based QuickStart project.
> I can build it myself, but I wanted to ask if the Ant version of the
> QuickStart project is still updated somewhere.
>
>
> Thanks,
>
> Christian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

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


Wicket Quickstart for Ant

Posted by Christian Beil <ch...@web.de>.
Hi all,

I'm currently reading 'Wicket in Action' and I also like the bonus 
chapter where the Wicket QuickStart build script is set up.
Now that I want to try coding some Wicket applications myself, I'd like 
to use Wicket QuickStart.
I saw that the Quickstart project on the homepage uses Maven: 
http://wicket.apache.org/quickstart.html
I tried it out and everything works nicely.
But I don't like Maven very much and  would prefer to use Ant.
The SourceForge page for wicket-quickstart using Ant seems to end with 
version 1.2.7:
http://sourceforge.net/projects/wicket/files/wicket-quickstart/
There is also Qwicket which does a little more than QuickStart.
The most recent version of Qwicket contains an Ant build script and 
seems to use Wicket 1.3.0.

At the moment I would like to use the latest version of Wicket, 1.4, and 
an Ant based QuickStart project.
I can build it myself, but I wanted to ask if the Ant version of the 
QuickStart project is still updated somewhere.


Thanks,

Christian

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


Re: OT: Wicket + Blazeds debugger doesnt stop in breakpoints

Posted by Fernando Wermus <fe...@gmail.com>.
Ryan,
    I realized what's going on. I download a java 1.5 jdk for my project,
but I cant run an applet that my project use. Then I went to java.com to
make applet works. The page installs a jre. Despite all my set up is
pointing to the jdk (m2eclipse, etc), i got this strange behavior. I have to
figure it out how to make the applet work and have just one jre-jdk install.

thanks


On Thu, Aug 20, 2009 at 12:32 PM, Fernando Wermus <fernando.wermus@gmail.com
> wrote:

> Ryan,
>      I follow your article about it. I stripped off the spring part.
> Because I dont like spring yet. Anyway, it is the setup according to your
> article. It happened to me that the java debug mode works time to time. I
> cannot figure it out why some times it doesnt want to stop at the
> breakpoints.
>
> Any idea?
>
>
>
>
> On Tue, Aug 18, 2009 at 3:44 PM, Ryan Gravener <ry...@ryangravener.com>wrote:
>
>> Check out wicket-flex-blazeds on google code.
>>
>> On Tuesday, August 18, 2009, Fernando Wermus <fe...@gmail.com>
>> wrote:
>> > Hello all,
>> >       I am using jetty to launch my app, which is developed with wicket
>> +
>> > blazeds. Some days ago I found that the breakpoints I mark in blazeds
>> > services are useless. I mean the debugger doesn't stop in them. Do you
>> have
>> > any idea what could it be?
>> >
>> > I am trying to install wtp just for testing blazeds services with jetty.
>> I
>> > am not happy at all with this aproach. I would like to run/debug with
>> jetty
>> > in only one way.
>> >
>> > Thanks in advance.
>> >
>> > --
>> > Fernando Wermus.
>> >
>> > http://www.linkedin.com/in/fernandowermus
>> >
>>
>> --
>> Ryan Gravener
>> http://bit.ly/no_word_docs
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
>
> --
> Fernando Wermus.
>
>
> www.linkedin.com/in/fernandowermus
>



-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus

Re: OT: Wicket + Blazeds debugger doesnt stop in breakpoints

Posted by Fernando Wermus <fe...@gmail.com>.
Ryan,
     I follow your article about it. I stripped off the spring part. Because
I dont like spring yet. Anyway, it is the setup according to your article.
It happened to me that the java debug mode works time to time. I cannot
figure it out why some times it doesnt want to stop at the breakpoints.

Any idea?



On Tue, Aug 18, 2009 at 3:44 PM, Ryan Gravener <ry...@ryangravener.com>wrote:

> Check out wicket-flex-blazeds on google code.
>
> On Tuesday, August 18, 2009, Fernando Wermus <fe...@gmail.com>
> wrote:
> > Hello all,
> >       I am using jetty to launch my app, which is developed with wicket +
> > blazeds. Some days ago I found that the breakpoints I mark in blazeds
> > services are useless. I mean the debugger doesn't stop in them. Do you
> have
> > any idea what could it be?
> >
> > I am trying to install wtp just for testing blazeds services with jetty.
> I
> > am not happy at all with this aproach. I would like to run/debug with
> jetty
> > in only one way.
> >
> > Thanks in advance.
> >
> > --
> > Fernando Wermus.
> >
> > http://www.linkedin.com/in/fernandowermus
> >
>
> --
> Ryan Gravener
> http://bit.ly/no_word_docs
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus

Re: OT: Wicket + Blazeds debugger doesnt stop in breakpoints

Posted by Ryan Gravener <ry...@ryangravener.com>.
Check out wicket-flex-blazeds on google code.

On Tuesday, August 18, 2009, Fernando Wermus <fe...@gmail.com> wrote:
> Hello all,
>       I am using jetty to launch my app, which is developed with wicket +
> blazeds. Some days ago I found that the breakpoints I mark in blazeds
> services are useless. I mean the debugger doesn't stop in them. Do you have
> any idea what could it be?
>
> I am trying to install wtp just for testing blazeds services with jetty. I
> am not happy at all with this aproach. I would like to run/debug with jetty
> in only one way.
>
> Thanks in advance.
>
> --
> Fernando Wermus.
>
> http://www.linkedin.com/in/fernandowermus
>

-- 
Ryan Gravener
http://bit.ly/no_word_docs

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