[GUMP@lsd]: depot/depot-update-ant-sample-vfs failed

2004-05-04 Thread Adam Jack
] CLASSPATH : /usr/java/j2sdk1.4.2_04/lib/tools.jar:/data3/gump/depot/update/dist/depot-update-gump-20040504.jar:/data3/gump/ant/dist/lib/ant-stylebook.jar:/data3/gump/ant/dist/lib/ant-jmf.jar:/data3/gump/ant/dist/lib/ant-swing.jar:/data3/gump/ant/dist/lib/ant-junit.jar:/data3/gump/ant/dist/lib/ant

[GUMP@lsd]: depot/depot-update-ant-sample-jdk failed

2004-05-04 Thread Adam Jack
] CLASSPATH : /usr/java/j2sdk1.4.2_04/lib/tools.jar:/data3/gump/depot/update/dist/depot-update-gump-20040504.jar:/data3/gump/ant/dist/lib/ant-stylebook.jar:/data3/gump/ant/dist/lib/ant-jmf.jar:/data3/gump/ant/dist/lib/ant-swing.jar:/data3/gump/ant/dist/lib/ant-junit.jar:/data3/gump/ant/dist/lib/ant

[GUMP@lsd]: depot/depot-version-test failed

2004-05-04 Thread Adam Jack
-Dbuild.sysclasspath=only -Dant.home=/data3/gump/ant/dist -f build.xml test [Working Directory: /data3/gump/depot/version] CLASSPATH : /usr/java/j2sdk1.4.2_04/lib/tools.jar:/data3/gump/depot/version/build/depot-version/junit/classes:/data3/gump/depot/version/dist/depot-version-gump-20040504.jar:/data3

Re: [GUMP@lsd]: depot/depot-version-test failed

2004-05-04 Thread Adam R. B. Jack
Seems wacky. Anybody got a clue where to start? regards Adam [junit] Testcase: testExistence took 5.243 sec [junit] Testcase: testAbsence took 3.47 sec [junit] Testcase: testHigher took 214.496 sec [junit] Caused an ERROR [junit] java.lang.OutOfMemoryError [junit]

http://incubator.apache.org/depot/index.html

2004-05-04 Thread Adam R. B. Jack
Would somebody mind updating this? [My version of forrest isn't new enough, and to get a new one I'll need to download forrest from SVN over modem, which I don't have time for this morning. The main reason I want it is because the closed left menu (projects) looks empty, and we look like we have

Wiring up MD5

2004-05-04 Thread Adam R. B. Jack
Ok, here is what I am thinking, and I'm asking for feedback. We have an MD5 checksum file associated with an artefact we are wishing to download. We download/read the checksum, and then download the artefact, creating a checksum ourselves, comparing it to that original. Personally, I believe

Re: http://incubator.apache.org/depot/index.html

2004-05-04 Thread Nick Chalko
Working on it now. Adam R. B. Jack wrote: Would somebody mind updating this? [My version of forrest isn't new enough, and to get a new one I'll need to download forrest from SVN over modem, which I don't have time for this morning. The main reason I want it is because the closed left menu

Re: http://incubator.apache.org/depot/index.html

2004-05-04 Thread Nick Chalko
Done. Nick Chalko wrote: Working on it now. Adam R. B. Jack wrote: Would somebody mind updating this? [My version of forrest isn't new enough, and to get a new one I'll need to download forrest from SVN over modem, which I don't have time for this morning. The main reason I want it is because

Re: Wiring up MD5

2004-05-04 Thread Michael Davey
Adam R. B. Jack wrote: As such I'd like to develop something like a stream that does the MD5 check as it is being written to, wrapped around some sort of tempfile(). If a stream isn't overkill, then the MD5 check could complete in the close() and if failed, perhaps destroy the file. We could