taskdef parsed before properties expansion if use property files?

2008-07-24 Thread Brent
I need to use JAXB to autogenerate java source files from an xml schema. The canonical way to do this in ant, judging from a recent websearch, is the following fragment that you need to put in your build file:

RE: HTTP tasks

2005-07-05 Thread Brent Bain
The Commons VFS (Virtual File System) might do what you need -- if I remember correctly it will support HTTP. http://jakarta.apache.org/commons/sandbox/vfs/ Brent -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 2:02 PM To: user@ant.apache.org

Ant Contrib and question

2005-06-02 Thread Brent Bain
hen it always enteres the Is there something obviously wrong that I'm doing or is this just a "limitation" of the contrib task and macrodef? Is there some more obvious way to set properties (I'm using ant contrib's 's so I can do my looping) with defaults?? Any tips would be greatly appreciated! Thanks, Brent

Append References? (refid question)

2005-04-01 Thread Brent Bain
s. Any tips would be greatly appreciated!!! Thanks, Brent

Dynamically Changing Dependencies

2005-03-28 Thread Brent Bain
#x27;t sure where to ask and figured I'd give it a shot here. In advance many thanks! Brent In advance many thanks! Brent

RE: How To Parse ${basedir} ??

2005-03-16 Thread Brent Bain
Thanks for the obvious!! I knew I was missing something that was right in front of me. Brent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 3:28 PM To: Ant Users List Subject: Re: How To Parse ${basedir} ?? Quoting Brent Bain

How To Parse ${basedir} ??

2005-03-15 Thread Brent Bain
rd (repo) and return everything before that? Something that would look at my basedir: C:\repo\projects\source\ant and return: C:\repo Any help would be greatly appreciated!! Thanks, Brent

Zip Task w/ Empty Folders

2005-01-19 Thread Brent Bain
folders. Now I can place a blank file in the folder but it would be nice to not have to worry about this. If there is another work around can someone let me know? I'm using Ant 1.6.2 Any tips would be greatly appreciated! Thanks, Brent

Comparing Files on Two Servers

2004-12-14 Thread Brent Bain
f someone else has run into this or if anyone else has some tips that I'm just overlooking I would greatly appreciate it!! In advance, many thanks!!! Brent

Speeding up FileSet Generation?

2004-11-10 Thread Brent Bain
ation? The hope is that automating this process (done by hand now) will speed things up but at 15-20 minutes for just the backup step it's deffinately not any faster!! Simply copying the files in windows explorer only takes about 4-5 minutes. Any tips would be GREATLY appreciated! Thanks, Brent

XML Parsing Question

2004-10-06 Thread Brent Bain
nge depending on any number of factors so it's not always just going to be 2 machines and 3 jvms... In advance, my hair thanks you (I've been pulling it out all morning trying to grasp how to handle this!). Thanks, Brent

Delete Files and SubFolders

2004-09-27 Thread Brent Bain
What I'm trying to do is delete /bin/blocks/ and /conf/ completey. If anyone can help I'd greatly appreciate it! Thanks, Brent