RE: ant sql src

2008-03-15 Thread Karr, David
It will be SQL statements. Stored procedures are a "server-side" notion of the database, not a client-side notion. If you want examples, that page you cited has several examples. I think you didn't read it very carefully. > -Original Message- > From: Chaohua Wang [mailto:[EMAIL PROTECT

Re: XSL, Ant and different input files

2008-03-15 Thread Robert Koberg
On Sat, 2008-03-15 at 13:32 -0500, Martin Gainty wrote: > Robert- > > The xslt task allows you to supply your own > encoding > DTD > param I am not sure what the relevance of an encoding DTD param. I did not see anything in his questions about encoding. Do you mean supplying an xmlcatalog? Bu

Re: XSL, Ant and different input files

2008-03-15 Thread Martin Gainty
Robert- The xslt task allows you to supply your own encoding DTD param http://ant.apache.org/manual/CoreTasks/style.html HTH Martin - Original Message - From: "Robert Koberg" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Saturday, March 15, 2008 9:53 AM Subject: Re: XSL, Ant and differe

Re: Picking up files from 2 separate directories with Ant ?

2008-03-15 Thread Martin Gainty
ant -propertyfileload all properties from file with -D properties taking precedence#example test.properties file phone="978-400-7544" age=53 firstname="Martin" in build.xml reference with file= from ${firstname} ${phone} ${age} HTHMartin - Original Message - From: "Z W" <[E

RE: property undefined question

2008-03-15 Thread Rick Genter
> From: Z W [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2008 12:41 AM > To: Ant Users List > Subject: property undefined question > > I've never used propertycopy, but I believe from is supposed to be the name of the property, not its value. -- Rick Genter Principal Software Engi

Re: How to load multiple input xml files to a single xsl ?

2008-03-15 Thread Z W
Robert I read it and still don't understand it. sO I wrote in the forum here. Any tips ? Thanks On Sat, Mar 15, 2008 at 7:49 AM, Robert Koberg <[EMAIL PROTECTED]> wrote: > Hi, > > This is a basic XSL question. These types of questions would probably > receive a better response on mulberry-tech's

Re: XSL, Ant and different input files

2008-03-15 Thread Robert Koberg
Hi, Have you looked at the relatively brief one page of documentation for the XSLT task in the Ant manual? You want to look for sending the target directory for your lookup files into the transformation as params. You can also specify the filename paramter name as an attribute on the XSLT task e

Re: How to load multiple input xml files to a single xsl ?

2008-03-15 Thread Robert Koberg
Hi, This is a basic XSL question. These types of questions would probably receive a better response on mulberry-tech's xsl list. Anyway, look for the XSL document function. best, -Rob On Sat, 2008-03-15 at 07:45 -0700, Z W wrote: > Hi > I have multiple data xml files to pass to a xsl to proces

How to load multiple input xml files to a single xsl ?

2008-03-15 Thread Z W
Hi I have multiple data xml files to pass to a xsl to process. How do I pass these files to in Ant, specifically, what's the syntax ? Even after passing to , what's the syntax to reference a xml data file in xsl script ? Appreciate any help here.

XSL, Ant and different input files

2008-03-15 Thread Z W
Hi I have 2 different xml data files with the same filename named zw.xml in 2 separate directories. Each contains lines similar to these lines below In my xsl, I have I have 2 properties named d1, d2 in Ant where each point the directory containing zw.xml. How do I import or retrieve those pr

RE: scp fileset and copy subdirectory/files issue

2008-03-15 Thread LowMemory
Hello, I had the same trouble ! In my case adding sftp="true" to scp ant task solve the problem. Regards, LowMemory Bizard Nicolas (KIRO 41) wrote: > > Hi, > i ran into the same problems, i think it's a bug... > However, there is a simple workaround -> zip all the files, and then > unzip remo

property undefined question

2008-03-15 Thread Z W
Hi I can't figure out why the directory property isn't passed to another target ? It is defined. Appreciate any help Inside properties file I have latestTPSDir=MMDDHHMM previousTPSDir=MMDDHHMM latestTPSDir2=MMDDHHMM previousTPSDir2=MMDDHHMM In report_main.xml LG dire