Yajun Liu wrote:

Hi,

I was able to build TDK from CVS. What I did was:

maven
maven site:generate
maven dist:build

The last Maven goal built a distribution file.
In the distribution file, there is no sample apps which appeared in tdk 2.2
that I downloaded from jakarta web site. I could not find such a goal in the
project.xml file to create the apps. Any suggestions?

Thanks.

--Yajun


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

martin



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

Reply via email to