On 16/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote:
> > I've given up with the xslt task now;
> > Need it to handle a different parser (xercesImpl) for xIncludes
> > and Apache resolver.jar for catalogs - I don't think
> > the xslt task can hack that?
> >
>
> -you should be using xercesImpl
Dave Pawson wrote:
On 16/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote:
Saxon XSLT processor.
-o filename is the parameter. I'd always thought of it as one param.
Name (-o)
value (filename)
Ant seems to view it differently.
Its two separate parameters when you break up the command line b
On 16/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote:
> > Saxon XSLT processor.
> > -o filename is the parameter. I'd always thought of it as one param.
> > Name (-o)
> > value (filename)
> > Ant seems to view it differently.
> >
>
> Its two separate parameters when you break up the command li
Dave Pawson wrote:
On 11/04/2008, Rick Genter <[EMAIL PROTECTED]> wrote:
> I seem to have found just the opposite?
> line="-o filename" works fine, but as was pointed out,
> if I want to use value I have to use two arg elements?
Your example has 2 arguments: '-o' and 'filename'. I recommen
> From: Dave Pawson [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 11, 2008 9:50 AM
> To: Ant Users List
> Subject: Re: arg and jvmarg
>
> Saxon XSLT processor.
> -o filename is the parameter. I'd always thought of it as one param.
> Name (-o)
> value (
On 11/04/2008, Rick Genter <[EMAIL PROTECTED]> wrote:
> > I seem to have found just the opposite?
> > line="-o filename" works fine, but as was pointed out,
> > if I want to use value I have to use two arg elements?
>
>
> Your example has 2 arguments: '-o' and 'filename'. I recommend reading
>
> From: Dave Pawson [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 11, 2008 7:35 AM
> To: Ant Users List
> Subject: Re: arg and jvmarg
>
> On 11/04/2008, Rick Genter <[EMAIL PROTECTED]> wrote:
> > > From: Dave Pawson [mailto:[EMAIL PROTECTED]
> >
On 11/04/2008, Rick Genter <[EMAIL PROTECTED]> wrote:
> > From: Dave Pawson [mailto:[EMAIL PROTECTED]
> > Sent: Friday, April 11, 2008 1:02 AM
> > To: Ant Users List
> > Subject: Re: arg and jvmarg
>
> >
> > Thanks Joe. I can see the logic, althou
> From: Dave Pawson [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 11, 2008 1:02 AM
> To: Ant Users List
> Subject: Re: arg and jvmarg
>
> Thanks Joe. I can see the logic, although 'line=' seems to
> make more sense from
> a user view? "-o filenam
On 11/04/2008, Joe Schmetzer <[EMAIL PROTECTED]> wrote:
> is interpreted as a single argument, even if "x" happens
> to contain spaces. In your case, you actually have two arguments: "-o" and
> "filename", so you need to specify it like this:
>
>
>
Thanks Joe. I can see the logic, altho
On Fri, April 11, 2008 8:42 am, Dave Pawson wrote:
> http://ant.apache.org/manual/using.html#arg
>
> mentions using
> For an xslt task I want to specify
> -o filename
>
> Trying this
>
>
>
>
> The single '-l' works OK,
> but the -o option causes a problem with the processor.
>
> How can I s
11 matches
Mail list logo