Hi,

in order to avoid finding issues with ant’s pom files after the fact, I have 
added a step of building ant using maven in our release script.
This is just to check that the compilation and building of jars work using 
maven, the target folder gets deleted in the next line.
and also created a TeamCity build configuration on teamcity.jetbrains.com to 
build ant using maven with -DskipTests 
If someone has the time to create also such a build in builds.apache.org to add 
another check that would be great.

Antoine
On Apr 30, 2014, at 12:05 AM, anto...@apache.org wrote:

> Author: antoine
> Date: Wed Apr 30 04:05:58 2014
> New Revision: 1591187
> 
> URL: http://svn.apache.org/r1591187
> --- ant/core/trunk/release.sh (original)
> +++ ant/core/trunk/release.sh Wed Apr 30 04:05:58 2014
> +# check that one can build under maven
> +mvn -f src/etc/poms/pom.xml -DskipTests  package
> +rm -rf target
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to