I am relatively new to using sourceforge so I may have
missed something important here but:
The .project file and .classpath file seem to match those
for eclipse so I loaded the project with eclipse. Eclipse
found 2 problems which caused the project to be unable
to be built. They where:
Missing required library: 'brick/lib/ant-1.5.2.jar'
Unbound classpath variable: 'JUNIT_HOME/junit.jar'
The first one was fixed by changing the reference to
lib/ant-1.5.4.jar as that is the one in the cvs.
The second problem is probably because I do not have
JUNIT_HOME defined anywhere. I don't yet understand
the classpath file for eclipse especially the difference
between var and lib. I changed the var to lib and made
it reference lib/junit-3.8.1.jar which was included in the
cvs.
These two modifications allowed the project to load in
eclipse. It complained about the same files in each of
the CVS directories but I guess this is unavoidable.
When running the tests the AntRunnerTest failed due to
the path given to AntRunner in the constructor. The
string passed to the constructor had to be changed
from "success.xml" to "data/success.xml" and similarily
for "failure.xml" which allowed the classloader to find the
resources.
I am not sure why I had these configuration problems
while the other developers that have been involved in
brick did not. Feel free to contact me.
Thanks
Trevor Butler
trevorbutler@optushome.com.au