Hridesh Rajan
-
2013-07-30
- Group: 1.0.0 --> 0.9.2
Compiler requires explicit classpath or sourcepath to find capsules not explicitly listed for compilation.
For example, the HelloWorldSeparate example.
$> panc Console.java
$> panc Greeter.java
The second compile action will fail because the compiler cannot find the Console capsule when compiling Greeter.
Adding a '-cp .' or '-sourcepath .' flag will fix the problem, but the compiler should be able to automatically find capsules in the same directory.