Hi, If you need the generated Torque classes, just include the <my-app> 1.0-dev.jar from your <my-app>/target folder in your libraries for your project.
In eclipse do the following: Go to Project->Properties ->Java Build Path -> Libraries. Click on Add Jars and find your <my-app>1.0-dev.jar. Check all the variables, most importantly MAVEN_REPO (The maven repository). This is where Turbine, Torque jars are located. Regards, Vick On 5/2/06, sergiu gordea <[EMAIL PROTECTED]> wrote:
If you have the sorces on your computer, you can say eclipse where they are. When you step into a class that doesn't have the sources into the projects source path, you will get a page with method names and a button "attach source" or something like this. Just use that one to indicate the location of the source code. Best, Sergiu John N. Alegre wrote: >Can anyone point me to a HOWTO to set up a Turbine / Torque / Velocity >project under Eclipse, or any other free debugger for that matter. I >want to be able to step through all code my own as well as the >Turbine / Torque / Velocity code. I want to be able to start tomcat >and hit the page and be able to stop at a break in my code. I have >tried a number of configurations under both Eclipse and MyEclipse >with no success. > >All comments welcome. >john > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
