How to build Android project with ant and annotation processing -


i'm working on android project using both android annotation , storm-gen. have no problem build project eclipse when come ant i'm lost.

here configuration when project have storm-gen

java.compilerargs=-processorpath libs/annotations/storm-apt-0.97.jar -processor com.turbomanage.storm.apt.mainprocessor -s .apt_generated 

any idea how add second annotation processor ?

i added configurations ant.properties file , use build file generated instructions android developer site

android update project --name myapp --target 2 --path ./myappproject


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -