Questions tagged [subant]

Apache is a closely related to Apache Ant; Apache Ant (formerly Jakarta Ant) is a declarative, XML-based build tool created originally for Java projects.

You can see the official page in Subant Task.

All questions tagged with are also tagged with Ant, so make sure you follow the same curriculum.

6 questions
3
votes
3 answers

Building multiple android projects via a master ANT build file

I have a master build file that I use to build a series of Android projects. Each of these Android projects reference the same Android library project (I'll call it CoreLibrary). The following is my subant task.
Justin Breitfeller
  • 13,737
  • 4
  • 39
  • 47
1
vote
2 answers

running specific target in different ant scripts in different directories

We have a large amount of apps. They all have a build.xml file located in the projects base directory. I am trying to create an ant script that will go through and call a specific target on each of the build.xml files in all the projects. Here are…
prolink007
  • 33,872
  • 24
  • 117
  • 185
1
vote
1 answer

Ant failing with Content is not allowed in prolog

I am using subant and it is resulting into Content is not allowed in prolog problem. Error: The following error occurred while executing this…
Exploring
  • 2,493
  • 11
  • 56
  • 97
0
votes
0 answers

Upgrade legacy Java Project from Ant (i.e. subant) to Maven

I have this java project handled by Ant modules (subant.xml) -src ¦ +---com ¦ ¦ +---SomePackage1 ¦ ¦ +---SomePackage2 ¦ ¦ +---OtherPackage ¦ +---businessPackage ¦ ¦ +---business ¦ ¦ ¦ +---ejb1 ¦ …
0
votes
2 answers

Multiple subants in a target

I have a build.xml which looks like this
jacksparrow007
  • 1,298
  • 4
  • 19
  • 30