Util: build error
Brought to you by:
garym
I get an error executing 'ant jar' in sportwire/Util
(current CVS tree):
[javac] Compiling 1 source file to
/home/nconway/cbc/sportwire/Util/classes
[javac]
/home/nconway/cbc/sportwire/Util/src/TestAll.java:23:
package ca.cbc.utilities does not exist
[javac]
suite.addTest(ca.cbc.utilities.TestSystemCall.suite());
[javac] ^
[javac] 1 error
Could this be related to the 'cbc-template.jar' file
mentioned in the README? If so, what does this consist
of, and where is it located?
Logged In: YES
user_id=24771
Post-olympics, the CBC-specific code needs to be moved out
of the main package tree and into a new package specifically
for end-user deployments. Obviously this test has to be
moved as well. I have moved this bug into the Build-release
category.