Jason, > What TDK are we talking about here because I know you build it yourself.
Built it from the HEAD branch last Thursday. > You know the stuff in CVS isn't much like what's > in the 2.1 TDK build file wise. That's why I tested for the same issue by building the "newapp" based on the build.props created when the new TDK was built along with testing it against the one I use for my existing app. The weird thing that makes me think it is something other than the TDK is that I have a build of the TDK you posted about 2 months ago. When I copied that build to my existing application (templates and such) tried to build it also failed. Even stranger is that it used to work just fine. The only real delta here is the version of ant and possibly velocity (however using velocity 1.2, I still received the same errors). I did not really get a chance to dig into the source that much, so my patch maybe more of a hacky, quick-fix then anything else. That's why I asked for confirmation. Scott -----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 2:46 PM To: Turbine Developers List Subject: Re: [PATCH] value in build.xml incorrect in TDK On 2/9/02 7:31 PM, "Daniel Rall" <[EMAIL PROTECTED]> wrote: > 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 Sure, I'll take a look. Scott, What TDK are we talking about here because I know you build it yourself. You know the stuff in CVS isn't much like what's in the 2.1 TDK build file wise. > "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]> -- 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>