I'm not quite sure how the parsing works etc, but I always use / in paths
rather than \ just to be on the safe side. (or alternatively, you could use
\\)
Worth a try perhaps?
Cheers,
Bill
-Original Message-
From: Felice Vittoria [mailto:[EMAIL PROTECTED]
Sent: 04 October 2004 20
Edwin,
In general, compilers (XML or otherwise) expand/evaluate all terms of an expression
before doing the final evaluating the expression. This means that the if= attribute
of an XML element can never "protect" the evaluation of the rest of the element.
Merrill
I am trying pass an to depending on the existence of a
. Example:
I receive an error message like the following:
Property evaluation failed.
Expression: ${arg}
^^^
Property 'arg' has not been set.
I remember a post a while ago about this problem. Will this be fixed? O
Merrill,
I tried that first ... that is That produces the
same error.
Felice
-Original Message-
From: Merrill Cornish [mailto:[EMAIL PROTECTED]
Sent: Monday, October 04, 2004 2:44 PM
To: Felice Vittoria; Nant-Users (E-mail)
Subject: [SPAM] - Re: [Nant-users] getting "Error creating
Felice,
Something tells me (but I can't find a reference off hand) that needs to
be a file name rather than a full pathname. The directory is in the higher-level
(basedir, perhaps).
Merrill
---
This SF.net email is sponsored by: IT Produc
Hello all,
I'm using the latest 0.85 nant build ( 9/28 ).
I have this in my build script:
When I run this I get:
Error creating FileSet.
Illegal characters in path.
What am I doing wrong?
Felice
Thanks Gert,
It works with latest nightly build 0.85,
When would latest build go as stable release?
Thanks
Manish
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 02, 2004 8:07 AM
To: Manish Jain; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Solutio
NAnt does not support Cobol.net out of the
box. You could use the task to execute your Cobol.net compiler.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rajendra Mishra
Sent: Thursday, September 30, 2004
3:26 AM
To:
[EMAIL PROTECTED]
Subject: [Nant-users] Rega
Title: [Newbie] Using ndoc task to generate chm file only?
Hi,
I'm having a bit of a struggle trying to get the ndoc task in nant to produce a chm file only, without the gif & html files. In the ndoc gui, I set the CleanImmediates property to true, and the OutputTarget property to HtmlHelp.