eskim / waiter

Automatically exported from code.google.com/p/waiter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEAD version cannot be compiled

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.  Check out project.

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

Project cannot be compiled because the following classes are missing:
com.softwarecraftsmen.unsignedIntegers.Unsigned16BitInteger;
com.softwarecraftsmen.unsignedIntegers.Unsigned32BitInteger;
com.softwarecraftsmen.unsignedIntegers.Unsigned3BitInteger;
com.softwarecraftsmen.unsignedIntegers.Unsigned4BitInteger;
com.softwarecraftsmen.unsignedIntegers.Unsigned8BitInteger;
com.softwarecraftsmen.toString.ToString;

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

HEAD version





Original issue reported on code.google.com by lagutk...@mail.ru on 13 Mar 2009 at 7:29

I guess this has already been fixed because it works at the moment provided you 
put everything on the path.

The lack of a convenient build.xml file to do this is a bit of a bother though.

Original comment by trejkaz on 23 Oct 2013 at 3:17