You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Warner Onstine <wa...@warneronstine.com> on 2001/06/26 01:55:24 UTC

torque output directory setting ignored?

Hi all,
I am working on building some sql stuff and I have created a custom torque
build.properties file which contains a setting of output=../../src/ so that
it outputs the stuff into a different directory but it doesn't seem to want
to work it keeps using the base src directory of the torque directory. Any
thoughts on what I may be doing wrong?

-warner


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: torque output directory setting ignored?

Posted by Warner Onstine <wa...@warneronstine.com>.
Sorry, guess not everyone is telepathic yet =).
jdk - 1.3
ant - 1.3
torque - 2.1

I am following scarab's example of unzipping the torque.zip into a directory
in this case project/src.
1. Then I am copying my build.properties file into that directory (which
does copy).
2. I then call the project-sql task on the torque build.xml passing the
parameter torque.home with a value of project/src/torque
3. This builds my sql query into the project/src/torque/src/sql directory

this happens with similar calls such as:
project-datadtd
project-om

-warner

----- Original Message -----
From: "Jason van Zyl" <jv...@apache.org>
To: <tu...@jakarta.apache.org>
Sent: Tuesday, June 26, 2001 8:50 AM
Subject: Re: torque output directory setting ignored?


> On 6/26/01 11:35 AM, "Warner Onstine" <wa...@warneronstine.com> wrote:
>
> > Maybe I wasn't clear in my last post, it's still doing the same thing,
> > although the property is set correctly. Any ideas?
> >
> > -warner
>
> None, with what you've provided. The logfile, a description
> of your setup would be a start.
>
> --
>
> jvz.
>
> Jason van Zyl
>
> http://tambora.zenplex.org
> http://jakarta.apache.org/turbine
> http://jakarta.apache.org/velocity
> http://jakarta.apache.org/alexandria
> http://jakarta.apache.org/commons
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: torque output directory setting ignored?

Posted by Jason van Zyl <jv...@apache.org>.
On 6/26/01 11:35 AM, "Warner Onstine" <wa...@warneronstine.com> wrote:

> Maybe I wasn't clear in my last post, it's still doing the same thing,
> although the property is set correctly. Any ideas?
> 
> -warner

None, with what you've provided. The logfile, a description
of your setup would be a start.

--

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: torque output directory setting ignored?

Posted by Warner Onstine <wa...@warneronstine.com>.
Maybe I wasn't clear in my last post, it's still doing the same thing,
although the property is set correctly. Any ideas?

-warner

----- Original Message -----
From: "Warner Onstine" <wa...@warneronstine.com>
To: <tu...@jakarta.apache.org>
Sent: Monday, June 25, 2001 5:01 PM
Subject: Re: torque output directory setting ignored?


> Sorry I wasn't looking when I typed it is:
> outputDirectory=../../src/
>
> -warner
>
> ----- Original Message -----
> From: "Jason van Zyl" <jv...@apache.org>
> To: <tu...@jakarta.apache.org>
> Sent: Monday, June 25, 2001 4:56 PM
> Subject: Re: torque output directory setting ignored?
>
>
> > On 6/25/01 7:55 PM, "Warner Onstine" <wa...@warneronstine.com> wrote:
> >
> > > Hi all,
> > > I am working on building some sql stuff and I have created a custom
> torque
> > > build.properties file which contains a setting of output=../../src/ so
> that
> > > it outputs the stuff into a different directory but it doesn't seem to
> want
> > > to work it keeps using the base src directory of the torque directory.
> Any
> > > thoughts on what I may be doing wrong?
> >
> > Yes, you're using the wrong property. It's
> >
> > outputDirectory
> >
> > This is for the stand-alone version of Torque.
> >
> > > -warner
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> >
> > --
> >
> > jvz.
> >
> > Jason van Zyl
> >
> > http://tambora.zenplex.org
> > http://jakarta.apache.org/turbine
> > http://jakarta.apache.org/velocity
> > http://jakarta.apache.org/alexandria
> > http://jakarta.apache.org/commons
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: torque output directory setting ignored?

Posted by Warner Onstine <wa...@warneronstine.com>.
Sorry I wasn't looking when I typed it is:
outputDirectory=../../src/

-warner

----- Original Message -----
From: "Jason van Zyl" <jv...@apache.org>
To: <tu...@jakarta.apache.org>
Sent: Monday, June 25, 2001 4:56 PM
Subject: Re: torque output directory setting ignored?


> On 6/25/01 7:55 PM, "Warner Onstine" <wa...@warneronstine.com> wrote:
>
> > Hi all,
> > I am working on building some sql stuff and I have created a custom
torque
> > build.properties file which contains a setting of output=../../src/ so
that
> > it outputs the stuff into a different directory but it doesn't seem to
want
> > to work it keeps using the base src directory of the torque directory.
Any
> > thoughts on what I may be doing wrong?
>
> Yes, you're using the wrong property. It's
>
> outputDirectory
>
> This is for the stand-alone version of Torque.
>
> > -warner
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
> --
>
> jvz.
>
> Jason van Zyl
>
> http://tambora.zenplex.org
> http://jakarta.apache.org/turbine
> http://jakarta.apache.org/velocity
> http://jakarta.apache.org/alexandria
> http://jakarta.apache.org/commons
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: torque output directory setting ignored?

Posted by Jason van Zyl <jv...@apache.org>.
On 6/25/01 7:55 PM, "Warner Onstine" <wa...@warneronstine.com> wrote:

> Hi all,
> I am working on building some sql stuff and I have created a custom torque
> build.properties file which contains a setting of output=../../src/ so that
> it outputs the stuff into a different directory but it doesn't seem to want
> to work it keeps using the base src directory of the torque directory. Any
> thoughts on what I may be doing wrong?

Yes, you're using the wrong property. It's

outputDirectory

This is for the stand-alone version of Torque.
 
> -warner
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org