AW: Is there an existing ant script library available for use?

Jan Matèrne (jhm) <[email protected]>
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <001a01d25856$645e7770$2d1b6650$@de>
You could write one buildfile and copy it 100times.
Or use <import>:
the "master" buildfile is available e.g. on a share.
The 100+ projects only have a

<project>
  <import file="${master.dir}/build.xml"/>
  <property file="build.properties"/>
</project>

So they could set some individual values.


Jan

> -----Ursprüngliche Nachricht-----
> Von: Scot P. Floess [mailto:[email protected]]
> Gesendet: Freitag, 16. Dezember 2016 13:43
> An: Ant Users List
> Betreff: Re: Is there an existing ant script library available for use?
> 
> 
> I developed a project many years ago that may help you...but I stopped
> working on it "way back when."
> 
> http://keros.sourceforge.net/LATEST/
> 
> The source is both at sourceforge and github:
> https://github.com/FlossWare/keros
> 
> I had planned to move things over to github a wee bit more
> "professionally" but other projects seem to "eat up my time."
> 
> Looks like I last worked on this in 2009...
> 
> Anyway - not sure it will help you...but if it does...great :)
> 
> 
> 
> On Thu, 15 Dec 2016, Jay Leggett wrote:
> 
> > We are in the process of setting up ~100 projects to build using ant.
> I was wondering if there was a script library available that we could
> import.  I found the "Ant Script
> Library<http://www.exubero.com/asl/download.html>", but it is no longer
> available for download.
> >
> >
> >
> >
> 
> Scot P. Floess             RHCT  (Certificate Number 605010084735240)
> Chief Architect FlossWare  http://sourceforge.net/projects/flossware
>                             http://flossware.sourceforge.net
>                             https://github.com/organizations/FlossWare
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For additional
> commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.