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/08/01 06:38:55 UTC

Creating Sandbox Antlibs

Hi,

somewhere in the "commercial tasks" thread Bruce asked for a script to
set up Antlibs.  Jan had already written a build file that created a
skeleton with
<http://svn.apache.org/repos/asf/ant/sandbox/antlibs/build.xml> and I've
tweaked it a little to also contain the svn interaction.

The build file assumes svn is on your PATH, that you have a working copy
of https://svn.apache.org/repos/asf/ant/sandbox/antlibs/ checked out
(and the build file is run from there) which also contains all-trunks
(may be checked out with the -N flag).

Run "ant", answer five questions and a skeleton directory structure gets
committed, a bunch of files gets created from templates and the externals
of all-trunks are adapted to include your new antlib - the files and
all-trunks have not been committed at that point in time.

Next up will be a build file to promote an antlib from sandbox to
proper.

Stefan

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


Re: Creating Sandbox Antlibs

Posted by Stefan Bodewig <bo...@apache.org>.
On 2010-08-01, Stefan Bodewig wrote:

> Next up will be a build file to promote an antlib from sandbox to
> proper.

Done

Stefan

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