mirah / pindah

Tools for building Android applications with Mirah
Apache License 2.0
228 stars 27 forks source link

Builds currently shell out to a separate mirahc process #6

Closed technomancy closed 13 years ago

technomancy commented 13 years ago

Builds would be faster if they used the Mirah ant task instead, but it currently doesn't set the classpath correctly, so R classes are not available.

ribrdb commented 13 years ago

If you're using ant for compiling java files, you should be able to use the same classpath for mirahc as javac. There's an example in my gwt build.xml: https://github.com/ribrdb/mirah_gwt_example/blob/master/build.xml

technomancy commented 13 years ago

Set classpath correctly for mirahc ant task. Closed by 8cb47dccc46579b7947e873104713f2147363a15.