Generated scripts?  Why are you relying on generated scripts?

Ant "build.xml" files usually have to be hand crafted.

Have you read any of the Ant documentation?  Googled for information?

The short answer, if by "library project dependencies" you mean JAR files 
and I'm not sure that you do, is yes.  Ant builds can account for 
dependencies.

If you mean _project_ dependencies you have two choices.  Turn it into the 
former interpretation by having one project emit a JAR and have the other 
depend on that JAR, or use the same "build.xml" to specify both projects in 
the correct order.  It depends on the nature of the dependency.

Your questions are the kind better served by your independent study of the 
documentation than by posting to Usenet.

-- 
Lew

Kostya Vasilyev wrote:
>
> Do Ant scripts for Android take care of library project dependencies?
>
> Or does this have to do be done at a higher level, outside the
> generated scripts?
>
> <http://groups.google.com/group/android-developers?hl=en>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to