@Francois: Thanks for reminding me to run it from the command line with maven...that works fine.
@Shing: I got the same excluded entry, but in my run configuration, it showed it as being included. I set/unset the path, restarted Eclipse, and now it runs as expected. This is just weird, and I don't know where the issue came from. Was it related to EGit (which seems extremely flaky)? Was it Eclipse? No have no idea, and it makes me really nervous when I can't explain why something was failing, and then magically starts working... On Sat, Mar 9, 2013 at 3:28 AM, Shing Hing Man <[email protected]> wrote: > > > I had the same problem a few weeks ago. > > I was using the following Jetty Eclipse plugin. > > http://wiki.eclipse.org/Jetty_WTP_Plugin > > > In the console, I got the following message : > Excluded > entry=/home/matmsh/Downloads/tapestry/highChart/tapestry5-highcharts/target/test-classes > > > To fix above, In Eclipse, I did > > Run configuration -> Web app class path -> > add > /home/matmsh/Downloads/tapestry/highChart/tapestry5-highcharts/target/test-classes > > to the user custom classpath. > > (The above path is already in under default project path. Somehow, it is > not being picked up.) > > Shing > > > > > ________________________________ > From: George Ludwig <[email protected]> > To: Tapestry users <[email protected]> > Sent: Saturday, March 9, 2013 1:33 AM > Subject: Has anyone gotten the tapestry 5 highcharts demo webapp to run? > > I've been trying to get the demo webapp running using run jetty run in > Eclipse, but the best I've managed is to get jetty to boot, but all it does > is serve a directory listing under > http://localhost:8080/tapestry5-highcharts/ > > Has anyone managed to get this to run in Eclipse using Jetty? > > -George > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
