nhatminhle / cofoja

Contracts for Java
GNU Lesser General Public License v3.0
151 stars 18 forks source link

Contract compiler does not support source path #10

Closed nhatminhle closed 9 years ago

nhatminhle commented 9 years ago

From nhat.min...@gmail.com on November 01, 2010 07:32:58

There is no way to specify an explicit source path to the contract compiler. If it differs from the class path, then generated contract source files will be compiled with a different implicit type search path.

Original issue: http://code.google.com/p/cofoja/issues/detail?id=3

nhatminhle commented 9 years ago

From nhat.min...@gmail.com on February 23, 2011 02:36:41

Fixed in r76 .

Status: Fixed