You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Dieter Engelhardt <D-...@t-online.de> on 2003/03/16 18:42:52 UTC

Build fulcrum standalone

This is probably not the right mailing list, but there is no list for
fulcrum.

What i wanted to do, is to use the scheduler-service of fulcrum standalone
for my projekt.
According to the building-instructions, i checked out
jakarta-turbine-fulcrum and jakarta-turbin-torque from the CVS.

Following the instruction, i tried first du build the maven-plugin for
torque. But i couldn't find src/maven-plugin described in the readme of
fulcrum. I found in the mail-archiv that the soure has moved to
src/generator but ist wasn't there.
After another long research in different mailing-archives i found that the
torque-plugin has already be integrated in the maven beta 0.9.

So i had to ceck out the most recent maven-source und build it. That worked.
But now, when i build fulcrum i run into a new error:
	cannot resolve import org.apache.torque.NoRowsException;
	cannot resolve import org.apache.torque.TooManyRowsException;

I found that these classes are missing in torque-3.1-dev.jar downloadet by
maven.
After replaceing the torque jar-file with that one i build recently, it
worked and i could build fulcrum.

I think there are two tasks to do:
1. Provide the neccessary information on the Maven-Howto of the Torque-Site.
2. Replace the wrong torque-jarfile which is downloaded for the
fulcrum-build.

For 1 i already made the changes and attached it on this mail. I hope
someone will replace it in CVS.

For 2 i don't know how becouse im new to Maven but i guess its not posible
for me.

Hope i made some progress to the project.

Regards
Dieter