Closed GoogleCodeExporter closed 9 years ago
Also, here's my output from running build.sh.
Original comment by harsha...@gmail.com
on 17 Nov 2014 at 6:04
Attachments:
The classpath in the build file does not contain the working directory, which
is why the UnitsChecker can't find them:
warning: Could not find class for unit: Price. Ignoring unit.
warning: Could not find class for unit: Quantity. Ignoring unit.
Add . to the classpath:
-cp .:checker-1.8.7.jar
Original comment by smil...@cs.washington.edu
on 17 Nov 2014 at 6:32
Original comment by Suzanne....@gmail.com
on 17 Nov 2014 at 6:33
Original issue reported on code.google.com by
harsha...@gmail.com
on 17 Nov 2014 at 6:01Attachments: