mirah / pindah

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

does pindah support library reference #20

Closed niedhui closed 12 years ago

niedhui commented 13 years ago

eg : in default.properties android.library.reference.1=../../xxxx

rake compile seems it doesn't compile the reference library into the bin folder

abscondment commented 12 years ago

Hey @niedhui -- could you test this out? It's working pretty well for me.

abscondment commented 12 years ago

My project is successfully compiling against the Facebook SDK and some other sundry libraries, so I'm going to mark this as closed.

The new syntax looks like this:

Pindah.spec = {
  ...
  :libraries => ["../facebook", "../pulltorefresh"]
}

The ant task seems to be really strict about where libraries are -- I have only had it work when the libraries share a parent directory with your project.