acslnienlim / marmoset

Automatically exported from code.google.com/p/marmoset
0 stars 0 forks source link

BuildServer ant has issues #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. No documentation on process
2. Using "Marmoset Help Pages" from 2005-2006 as a rough guide.
3. cd BuildServer; ant; wants DiffOutputStream in addition to 
SubmitServerModelClass as part of the build structure.
4. This process starts with building DiffOutputStream, but it is looking for a
   org.junit.test class that Diff.. does not contain.
5. There are two junit.jar files included, one in BuildServer/lib and one in
   SubmitServerModelClasses/lib.  However they are of different sizes, which
   I believe implies that they are different versions of junit?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by Karl.Bur...@gmail.com on 10 Jan 2014 at 4:16