> -----Original Message----- > From: Bill [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 2:12 PM > To: turbine-user > Subject: RE: t2.3 using TorqueSecurityService > > > I'm a little confused ... > > If I am using 2.3, should I be building with Maven or Ant?
Maven > If I am building with Ant, how does the Maven-Torque plugin > get activated? No Ant builds..... > If I am using Maven, what should my target be? Currently if > I use Maven it seems to build everything ok so long as all > the classes are there and the database is built. Does this > mean that the task previously handled by ant, like the > om-generation, need to be done by hand? Maven's default target for this project is java:jar. If you look at maven.xml you will see that a pregoal for java:compile exists that will generate the OM classes needed by Turbine. Simply running maven without any arguments should produce a jar file for you to use. > Currently, I have my app in both directory structures and > cant get either to build. > Er... Your app? Are you trying to build Turbine or your app? > > > > > > > --------------------------------------------------------------------- > 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]
