How to execute "Android.mk" file from Ant script?

2010-12-16 Thread Girish
Hi I want to use ANT build for an Android project which includes multiple libraries(shared-objects). These shared object libraries are currently being built by using the commands present in respective "Android.mk" files. My question is: * Is there any way to execute "Android.mk" file from Ant

Can't load definitions unless target is executed as root

2010-12-16 Thread Nathan King
When I execute an ant target as the root user the target executes successfully. However, if I try to execute the same target as an unprivileged user the target fails with the following message:[typedef] Could not load definitions from resource flexTasks.tasks. It could not be found. The 3r

AW: Ant Log File Syntax Highlighting

2010-12-16 Thread Jan.Materne
>I spend a lot of time digging through Ant logs in text editors, as I'm >sure we all do. > > >I'm wondering if there exists a syntax highlighting definition >file that >would, for instance, add style to the targets or tasks. I think it >would make them much easier to read. > > >Does anyone kno