PDA

View Full Version : Airline Sample Running OK In Eclipse


benethridge
Jun 28th, 2006, 03:50 PM
FWIW, I have this running and debug-steppable in Eclipse (3.1.x) with Tomcat now.

Compared to getting the downloaded zip to run in "straight" java/ant, there was significant setup/tinker time to get it to run in Eclipse, though most of the tinker time had to do with the usual suspects: jars missing on the classpath and properties files whose contents were pointing to non-existent dirs after I moved stuff into Eclipse projects.

I could attach Eclipse exports of the two Eclipse projects I created (SpringAirlineClient and SpringAirlineClient), and some of my setup and gotcha notes, if anyone wishes.

Ivy was a significant piece of the puzzle, and I imagine there is a way to cut down the jar and lib duplication in Eclipse, if I knew more about Ivy.

A hearty thanks to Arjen and whoever else contributed to the Airline sample.

Ben