RE: torque project compile with ant

2006-12-05 Thread Greg Monroe
L PROTECTED] > Sent: Tuesday, December 05, 2006 11:47 AM > To: Apache Torque Users List > Subject: Re: torque project compile with ant > > On 12/5/06, Greg Monroe <[EMAIL PROTECTED]> wrote: > > The best way to build Torque is to use Maven (V1.0). > > Since this i

Re: torque project compile with ant

2006-12-05 Thread Aljosa Mohorovic
On 12/5/06, Greg Monroe <[EMAIL PROTECTED]> wrote: The best way to build Torque is to use Maven (V1.0). Since this is what the developers use all the time, it's guaranteed to work. It's relatively painless to install and learn to run. i'm not using maven because command: "maven plugin:download

RE: torque project compile with ant

2006-12-05 Thread Thomas Fischer
Do not use the schema files and the from the test project as templates for your own project. The schema files from the test project are processed through a filter which replaces the @ tokens. Better start with the examples from the tutorial. Thomas "Aljosa Mohorovic" <[EMAIL PROTECTED]> schr

RE: torque project compile with ant

2006-12-05 Thread Greg Monroe
Hmm, since the error is in the Torque test project, I'll assume that your trying to build the Torque project from the source distro using ant. It this is not the case, see the end of this note. The best way to build Torque is to use Maven (V1.0). Since this is what the developers use all the t