I finally got it to build, I had to download junit and play around a bit with build.xml files. The 'avalon-cornerstone/lib' directory was not part of the classpath and once I included it, it worked. Thanks for all the help and tips.

--idris

On Monday, March 31, 2003, at 10:30 AM, Stephen McConnell wrote:


Looks to me like you need to install JUnit.



[EMAIL PROTECTED] wrote:


Pete,
I really appreciate the help, but I did just that, and I'm still getting errors. I checked out 'avalon' repo under '/Users/idris/temp', built it and copied the built avalon-framework.jar to avalon-cornerstone lib dir before building it again. but I'm still getting those very same errors.


[javac] /Users/idris/temp/avalon-cornerstone/src/test/org/apache/avalon/ cornerstone/services/scheduler/test/CronTimeTriggerTestCase.java:419: cannot resolve symbol
[javac] symbol : method assertEquals (java.lang.String,int,int)
[javac] location: class org.apache.avalon.cornerstone.services.scheduler.test.CronTimeTriggerT es tCase
[javac] assertEquals( "Hour of Day", now.get( Calendar.HOUR_OF_DAY ), 5 );
[javac] ^
[javac] /Users/idris/temp/avalon-cornerstone/src/test/org/apache/avalon/ cornerstone/services/scheduler/test/CronTimeTriggerTestCase.java:420: cannot resolve symbol
[javac] symbol : method assertEquals (java.lang.String,int,int)
[javac] location: class org.apache.avalon.cornerstone.services.scheduler.test.CronTimeTriggerT es tCase
[javac] assertEquals( "Month", now.get( Calendar.MONTH ), Calendar.JANUARY );
[javac] ^





On Monday, March 31, 2003, at 09:14 AM, Peter Royal wrote:


On Friday, March 28, 2003, at 04:50 PM, [EMAIL PROTECTED] wrote:

BUILD FAILED
file:/Users/idris/temp/avalon-cornerstone/threads.xml:36: Compile failed; see the compiler error output for details.


Checkout the 'avalon' cvs repo under /Users/idris/temp and build it before building cornerstone...
-pete



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



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




--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.



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



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



Reply via email to