Hi folks,
Sorry but there is no fulcrum list, I thought this was the closest
appropriate place to ask this question.
Checked out jakarta-turbine-fulcrum, jakarta-turbine-torque today
from cvs, and a maven binary, installing all in the same directory.
I built torque, "maven build:jar", with no problem (good job ;-).
Then fulcrum, "maven build:jar" fails with a long list of compile errors
like
[javac] [ERROR]
/usr/home/ms/src/java/jakarta-turbine-fulcrum/src/test/org/apache/fulcrum/crypto/CryptoDefaultTest.java:64:
cannot resolve symbol
[javac] [ERROR] symbol : class ServiceManager
[javac] [ERROR] location: package fulcrum
[javac] [ERROR] import org.apache.fulcrum.ServiceManager;
[javac] [ERROR] ^
[javac] [ERROR]
/usr/home/ms/src/java/jakarta-turbine-fulcrum/src/test/org/apache/fulcrum/crypto/CryptoDefaultTest.java:65:
cannot resolve symbol
[javac] [ERROR] symbol : class TurbineServices
[javac] [ERROR] location: package fulcrum
[javac] [ERROR] import org.apache.fulcrum.TurbineServices;
[javac] [ERROR] ^
Then say I run the exact same maven command, it works fine. I dont know maven
enough to see why its compile is messed up. Maybe someone here will.
Thanks
ms
--
To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>