Quinton Right now I'm trying to build my application using turbine-2.3.
Building the jar for turbine was cake once I resolved the dependencies. I think I figured out at least part of the problem I am having. Maven/Torque was generating classes for my schema but due to a very slight typo, they were ending up someplace I wasnt looking for them. Something is still amiss tho, for every om class I get a file that looks like this: [EMAIL PROTECTED] That is the name of the file, not its contents. I think this is the last issue I need to resolve. Any ideas? -b On Thu, 2003-03-20 at 15:24, Quinton McCombs wrote: > > -----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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
