Re: Ant 1.7.0Beta3 released

2006-10-15 Thread Chris Chiasson
Thank you for working so hard on Ant. It is very useful to me. On 10/15/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hi, Ant 1.7.0Beta3 has just been released. This will be visible on our website in one hour at most. A number of bugs have been corrected since Ant 1.7.0Beta2. One importa

replace token property expansion

2006-09-18 Thread Chris Chiasson
How does one accomplish the effect of using where the token attribute could, in an alternate universe, do property expansion? Thank you, -- http://chris.chiasson.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: xclude

2006-09-18 Thread Chris Chiasson
I think I see what you mean now, I must specify some parameters to make it do the xinclude. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xclude

2006-09-18 Thread Chris Chiasson
strange, i was using a very recent binary ant build on windows, which I think comes with a brand new version of xerces... o well :-[ On 9/18/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Chris Chiasson wrote: > xclude is a task for performing xincludes that is mentioned in

Re: xclude

2006-09-18 Thread Chris Chiasson
I forgot that I already tried this. The style task doesn't support sysproperties. Am I supposed to set these on the command line to ant or something? On 9/18/06, Chris Chiasson <[EMAIL PROTECTED]> wrote: xclude is a task for performing xincludes that is mentioned in the ant m

Re: xclude

2006-09-17 Thread Chris Chiasson
roperly the SystemId when creating the Source object. (we had such issues with xsl:include). Antoine On Sep 18, 2006, at 6:29 AM, Chris Chiasson wrote: > AFAIK, the proper namespace for xinclude is http://www.w3.org/2001/ > XInclude > > The xclude task is telling me that it should be 2003

xclude

2006-09-17 Thread Chris Chiasson
AFAIK, the proper namespace for xinclude is http://www.w3.org/2001/XInclude The xclude task is telling me that it should be 2003 in the url. It's also telling me that it won't process these year 2001 xincludes. My only guess is that this application hasn't been updated since the official namespa

xml-commons-resolver.jar or resolver.jar?

2006-09-07 Thread Chris Chiasson
Which resolver should I use for the xslt task, xml-commons-resolver.jar or resolver.jar? What is the difference? -- http://chris.chiasson.name/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

gentoo java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison

2006-09-05 Thread Chris Chiasson
For anyone that encouters this error on gentoo with ant > 1.6, I believe I located [1] the solution: emerge -uDNav ant-tasks [1] http://forums.java.net/jive/thread.jspa?messageID=103089 Of course, now I have a new problem where xalan is telling me that it can't locate a template for . I guess t

Re: unique target names?

2006-09-04 Thread Chris Chiasson
;-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Im Auftrag von Chris Chiasson >Gesendet: Dienstag, 5. September 2006 08:01 >An: user@ant.apache.org >Betreff: unique target names? > >Is it possible to have a target name be shared between two >ta

unique target names?

2006-09-04 Thread Chris Chiasson
Is it possible to have a target name be shared between two targets and use the if and unless attributes to control which one will execute? Do you have a documentation link? The ant DTD doesn't prevent it, but it seems like ant doesn't take DTDs very seriously anyway. -- http://chris.chiasson.name

Re: available does not support *

2006-09-04 Thread Chris Chiasson
try fileset with patternset? (i'm a newbite) http://ant.apache.org/manual/CoreTypes/fileset.html On 9/5/06, Dirk Starke <[EMAIL PROTECTED]> wrote: Hello guys, I would like to test whether or not a specified directory contains some files. 'Cause I do not really (want to) know what their names a

XML_CATALOG_FILES with multiple entries

2006-09-04 Thread Chris Chiasson
Hello ant users. I know ant can acquire environment variables by using the following construct: I was thinking it would be great to use the following construct to capture the XML_CATALOG_FILES environment variable into a path structure. Then I thought about the fact that XML_CATALOG_FILES use