Frege / frege-native-gen

Frege code generator for Java classes
17 stars 9 forks source link

adding location for types.properties #15

Closed Dierk closed 9 years ago

Dierk commented 9 years ago

At the moment, it is quite unclear where that file is expected. It would also be helpful if one could specify on the command line, where that file is located.

mperry commented 9 years ago

I found this location when experimenting with the gradle plugin, so it was unclear to me too.

mmhelloworld commented 9 years ago

I have updated the code such that the file is now part of release and is not an input anymore. When the release archive is extracted into some folder, and the application is invoked from that folder, it is read from that folder automatically. It is basically read from the current folder now and is not an input.