-----Original Message-----
From: Laurie Harper [mailto:[EMAIL PROTECTED]]
Step 3. Run 'ant': gives error 'tdk.home' not set. It should default to
the current directory.
Step 4. Run 'ant init': gives an error that
tdk-2.2/webapps/newapp/WEB-INF/build/${tdk.home} does not exist! It
looks like ${tdk.home} is expected to be defined as something other than
the TDK installation directory?? However, looking at buld.xml it clearly
should be the installation directory so that's what I set it to. It
should default to ../../../..
What I have seen so far is that there is an unofficial tradition in jakarta
projects of having an ant's build.properties file duplicated in your home
directory, where some global properties among your projects are defined and
this file is referenced later in project's ant build script.
For Turbine, tdk.home is expected to be defined there.
For reference check both buil.xml files located in <tdk.home> and
<tdk.home>/webapps/<your-app>/WEB-INF/build, you'll find line like following
where your global build.properties file is included.
<property file="${user.home}/build.properties"/>
Also you can define there your database properties to be used in all your
turbine projects.
This global build.properties can be conflictive if you have two or more
differente tdks.
Rogelio
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>