You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2010/07/29 09:09:46 UTC

Re: svn commit: r980337 - in /ant/sandbox/antlibs: build.xml foo/

I wanted to automate the craetion of sandbox antlibs when I found Jan's
great build file and tweaked it a little.

Right now I am looking into automatically adding the externals but need
to stop since I'm running out of time - I'll see what I can do later.

>>    <exec executable="svn">
>>      <arg value="commit"/>
>>      <arg value="-m"/>
>>      <arg value="creating skeleton directory structure for ${antlib.fullname}"/>
>>      <arg value="${antlib.shortname}"/>
>>    </exec>
>>    <exec executable="svn">
>>      <arg value="up"/>
>>      <arg value="${antlib.shortname}"/>
>>    </exec>

Currently results in "no such revision", on the "svn up".  My guess is
that the commit hasn't propagated back to the European mirror when I run
the "svn up" so throwing in a <sleep> should help.

Once this is done I can use the commons subdir to copy templates from -
after that I want to

 * add the generated files with proper eol-style but not commit
   anything.
 * add the trunk to the all-trunks directory
 * provide a target for Antlib promotions

Stefan

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