I think that the command line version of the tutorial is still very
valuable as it provides a process that "always works" w/o having to depend
on IDE features. So, I'd say, maybe have something in the tutorial on
Eclipse or NetBeans instructions but the baseline, in my opinion, should
remain on the command line.

Cheers - Alex K

On Tue, Jul 24, 2012 at 9:46 PM, Bob Harner <bobhar...@gmail.com> wrote:

> Yes, in the last year or so the Eclipse support for Maven (the newer
> m2e) has improved, and now I think it's at the point that the Tapestry
> Tutorial could be simplified by using m2e within Eclipse and skipping
> the command-line-Maven stuff entirely. That would make an easier start
> for the many junior developers using Eclipse (although IDEA users
> would groan).
>
> On Tue, Jul 24, 2012 at 7:16 PM, netdawg <net.d...@yahoo.com> wrote:
> > Thanks!!
> >
> > Yes, creating a Maven project within eclipse seems to be the way to go.
> > Although there was a minor hitch.  Searching for tapestry5 did not bring
> up
> > org.apache.tapestry.  So, have to manually install (add) it.
> >
> > No, as mentioned, command line quick start is not pulling in all the
> > required libraries.
> >
> > All steps are below:
> >
> > 1.  In Eclipse, under Help, choose Install New Software
> > 2.  In worth with enter URL:
> > http://download.eclipse.org/technology/m2e/releases
> > 3.  Follow dialogs to install m2ecplise.
> > 4.  File --> New --> Projects --> Maven
> > 5.  Add Archetype.
> >      GroupId: org,apache.tapestry
> >      ArtifactId: quickstart
> >      Archetype Version: 5.3.4
> >      Repository URL: (Leave Blank)
> > 6.  Follow dialogs to create your project
> > 7.  Run as Jetty
> > 8.  test it at localhost:8080/yourContext
> >
> >
> >
> > --
> > View this message in context:
> http://tapestry.1045711.n5.nabble.com/Missing-11-Build-Path-Entries-tp5714760p5714767.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to