On Thu, 12 Dec 2002 18:42, you wrote:

> the maven build doesn't work for the tdk!!!
>
> you have to use ant
>
> set the following properties in your ~/build.properties
>
> tdk.home=/home/martin/projects/jakarta/jakarta-turbine-tdk/target/tdk
> tdk.testProfile=profile/t2-tc4-mysql.profile
>
> ant test - builds the tdk + the sample app
> ant production-dist  - builds the dist

Hi Martin,

I set the above properties in my ~/build.properties and I tried "ant 
test", but I still get the following error:
-----------
prepare:
BUILD FAILED
/home/rodney/jakarta/jakarta-turbine-tdk/build.xml:236:
/home/rodney/jakarta/jakarta-turbine-tdk/src/tdk/task not found.
-----------

Here's what the "prepare" target looks like in build.xml:
-----------
<target name="prepare">
  <copy todir="${tdk.build.dir}/src">
    <fileset dir="${tdk.src}/task"/>
  </copy>
</target>
-----------

However, the jakarta-turbine-tdk repository doesn't contain a "task"
directory.

Do you have a directory called "task" in your local jakarta-turbine-tdk 
directory or is this a symbolic link to somewehere else?

Thanks,

-- Rodney

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

Reply via email to