pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 694 forks source link

Jarify #15

Closed Miserlou closed 13 years ago

Miserlou commented 13 years ago

This project needs a .jar that I can add to my workspace without having to import the whole project into eclipse!

pakerfeldt commented 13 years ago

I may very well add a jar file for people to download but I cannot guarantee that it's always up to date. Creating a new jar file for every commit adds quite some overhead. Would that be acceptable?

Miserlou commented 13 years ago

That's fine - but does git overhead really matter that much? It's not like GitHub has any space limits, and git checkout is pretty damn fast anyway. shrug Either way is fine though - I'd just commit the Jar though, because otherwise I'd end up having to keep the Jar on the download page up to date because I'm OCD like that.

pakerfeldt commented 13 years ago

I didn't mean overhead as in space but as in time (exporting jar file from eclipse, uploading to github).

Miserlou commented 13 years ago

Ah, I see. In that case just write the ant script and add instructions to 'ant jar' in the README, maybe?

pakerfeldt commented 13 years ago

Try it out!

Miserlou commented 13 years ago

Cool thanks!