I was able to test in Ubuntu 5.1 on a VMWare partition.... all tests
pass....
Geir Magnusson Jr wrote:
Right - I need to put that back in...
put junit and bcprov on your classpath... .or wait a few min until I
redo the build again to do it automatically. evil classpath....
Tim Ellison wrote:
Anything special required for the environment?
What classpath do you have set-up?
Regards,
Tim
--------------------
[EMAIL PROTECTED]:~/Harmony/modules/security2/make$ ant tests.run
Buildfile: build.xml
...<snip>...
tests.compile:
[echo] Compiling Security tests from
/home/tellison/Harmony/modules/security2/test/common/unit,
/home/tellison/Harmony/modules/security2/test/linux/unit
tests:
run:
[junit] Running java.security.AccessControlExceptionTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
[junit] Running java.security.AlgorithmParameterGeneratorSpiTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.085 sec
[junit] Running java.security.AlgorithmParameterGeneratorTest1
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.016 sec
BUILD FAILED
/home/tellison/Harmony/modules/security2/make/build.xml:396: Test
java.security.AlgorithmParameterGeneratorTest1 failed
Total time: 7 seconds
[EMAIL PROTECTED]:~/Harmony/modules/security2/make$
Geir Magnusson Jr wrote:
That took longer than I thought, but I thought it generally productive
for me as I understand it a lot more, and in general because we got some
good discussion and broader awareness.
All tests pass on WindowsXP - someone needs to test on linux to make
sure I didn't break anything.
For next steps, I'd like to modify the local security2 component build
to product artifacts that drop in with the rest, so we can get rid of
security/
Once we have that done, we could re-structure to be like the others. But
first, it would be good to have it be a "first-class citizen" in the
classlibrary.
What's the easiest way to do this?
geir