Using zipfileset and exporting targets

2011-11-01 Thread Daniel Becroft
ated ZIP itself? Cheers, --- Daniel Becroft

Re: Finding an available port number

2011-05-02 Thread Daniel Becroft
> public ServerSocket(int port) > throws IOException > >Creates a server socket, bound to the specified port. A port of 0 > creates a socket on any free port. > > > On 5/2/11 5:30 PM, Daniel Becroft wrote: > >> Hi, >> >> Is there a task or script

Finding an available port number

2011-05-02 Thread Daniel Becroft
available by default, either. Cheers, --- Daniel Becroft

Re: exclude A/a if B/a exists

2010-11-03 Thread Daniel Becroft
On Thu, Nov 4, 2010 at 8:01 AM, Dominique Devienne wrote: > On Wed, Nov 3, 2010 at 4:49 PM, Daniel Becroft > wrote: > > I am trying to construct a definition to exclude any files in > > /alpha if the same filename exists in /beta. > > See the selector in the manual.

exclude A/a if B/a exists

2010-11-03 Thread Daniel Becroft
At present, I'm creating a 'tmp-beta', and copying the contents of alpha, then the contents of beta. However, with around 3500 files, this takes a little time. Can anyone suggest a cleaner method of creating this definition, or achieving the same result? --- Daniel Becroft

and empty directories

2010-11-02 Thread Daniel Becroft
#x27; directory. Is it possible to inform to ignore empty directories? Cheers, --- Daniel Becroft

Re: `ant -find build.xml` and compile/recompile

2010-04-11 Thread Daniel Becroft
On Sun, Apr 11, 2010 at 1:53 PM, Tim Visher wrote: > Hello Everyone, > > With `basedir="."`, how is `ant -find` supposed to work? With it set > to `/absolute/path/to/build.xml`, how is the build script supposed to > be box independent? > > We use ant to build our system and I would like to be ab

Replace filter + strip quotes

2010-03-25 Thread Daniel Becroft
uot; When this is replaced into the generated html file, it brings the quotes across. Is there a simple method of stripping the quotes (either before or after the replace)? --- Daniel Becroft