I took a cursory look and couldn't tell one way or another (I didn't
attempt to build).  Jason, any comment on this one?

Dan

"Weaver, Scott" <[EMAIL PROTECTED]> writes:

> env:
> velocity= 1.3-dev
> turbine = 2.2
> tdk = built from CVS HEAD
> ant = 1.4.1
>
> I think there is a pathing issue with the build.xml generated for projects.
>
> in the "idtable-init-sql" target the torque-sql task has
>
> contextProperties="sql/id-table/turbine.props"
>
> ant(texen?) cannot resolve "sql/id-table/turbine.props" and causes $InitialID
> to be null within the context of id-table templates which in turn generates bad
> SQL.
>
> by changing it to
>
> contextProperties="${templatePath}/sql/id-table/turbine.props"
>
> everything works fine.
>
> I checked on older TDK versions and they seemed to have the same value for
> contextProperties but worked correctly.  If no one else can duplicate this
> please let me know so I can figure what I screwed up on my development machine
> ;-)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to