Okay, I tried this: 1. Installing maven 2. writing the two schema xml files and the project.properties 3. invoked the generator with "maven torque"
It all worked perfectly fine so far. Since I executed all this in my project directory, the classes are even where they are supposed to be. After a "refresh" even my IDE knows about them. As you suggested, now I would like to do the "rest" with my IDE (until I use maven for my project, too) Question 1: Is that even possible to now keep going with "developing as usual"? Of course, the list of dependencies will have to be resolved first. But Question 2: Is all I need to do add all required jars and plugins in my /lib folder? Question 3: Is there no one single dependecies file that I can download and unpack it into my /lib ? (Doing this one by one is way too cumbersome - and might force me to start using maven NOW :-) Thanks Matt Am Mi, 24.05.2006, 18:00, schrieb Matthias Klein: >>> Shouldn't it be sufficient to generate them into a source directory >>> Eclipse knows about? >>> > > That's what I hoped for. I am currently trying this approach (still > writing my project-schema.xml, though :-) So I should know soon > > > > Am Mi, 24.05.2006, 17:42, schrieb Thomas Vandahl: > >> Matthias Klein wrote: >> >> >>> I am familiar with Ant and still would like to do this ad-hoc type >>> development in a simpler fashion. However, since all of you here seem >>> to disagree, I assume my best bet is to wrap my head around maven to >>> be able to appreciate its advantages. Hey, may be I will even like >>> that tool once I am done with it. Who knows. Oh well. May be maven is >>> the way to go then... >> >> You may have a look at Mevenide or the ANT integration of Eclipse. >> Especially the Maven integration is very useful. >> >> >> >> BTW, why do you have to compile the Torque classes using Maven? >> Shouldn't it be sufficient to generate them into a source directory >> Eclipse knows about? >> >> >> >> >> Bye, Thomas. >> >> >> >> --------------------------------------------------------------------- >> 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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
