Basically, would be nice if instructions as simple as the following were
part of the build file:

   <target name="execute">
       <java classname="wicket.quickstart.Start" fork="true"
failonerror="true" maxmemory="128m" classpathref="build.classpath">
           <classpath>
               <path refid="build.classpath"></path>
               <pathelement path="${build.main.classes}"></pathelement>
           </classpath>
       </java>
   </target>

I'll see if I can add something to the wiki - but I want to play now.

On 4/6/07, Philip Weaver <[EMAIL PROTECTED]> wrote:

In summary, the intent of the QuickStart with a bundled Jetty is fabulous.
However, I feel that it falls short by only offering means to run the
project using NetBeans, IDEA, or Eclipse. And I think this is a little
disappointing. I happen to use jEdit - so I think it's a little annoying
that the QuickStart doesn't have generic instructions or, say, a "java"
target immediately in the build file. Just one of the selling points of
Wicket that attracts me is "no XML"/configuration files. This QuickStart has
several and none of them are generic enough to run the QuickStart from the
ant build file using "java". I even consider Ant to use XML configuration
files and I think Ant should die. Hehe.

I'll work all of this out and will add to the wiki. Let me know if anyone
can send me anything to help me out. I hate ant and I hate configuring stuff
- just want to play with Wicket.

Thanks,
Phil

On 4/6/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> in quickstart you can do mvn eclipse:eclipse to generate an eclipse
> project, or mvn idea:idea for idea.
>
> you can writeup a document on the wiki, and if we all like it we can
> export it into quickstart's readme or something like that
>
> -igor
>
>
> On 4/6/07, Philip Weaver < [EMAIL PROTECTED]> wrote:
>
> >
> > Can anyone send me pointers for setting up quickstart manually?
> > (scripts, build file w/ exec, etc)
> > Who to talk to to create a generic quickstart setup document?
> >
> > I am interested in helping to improve the Quickstart download. I would
> > be more pleased if the quickstart first presented a generic quickstartwith 
NetBeans, Idea, and Eclipse as additional setups. The QuickStart should
> > at the least illustrate how to get Wicket up and running manually (script
> > for lauching, etc)
> >
> > I can set all of this up myself but help will make it quicker and more
> > pleasing. :-)
> >
> > Thanks.
> >
> >
> >
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to