Hi Helmut,

I think the problem _is_ actually with the NAntScript task ... or more 
specifically that the error we've thrown is pretty useless.

The problem is that NAntScript is doing something a little naughty ... it's 
using string manipulation instead of parsing an XML DOM, so it's managing 
(in this case) to generate invalid XML.

Try changing:  <property if="${'__sh__' != 'cmd'}" name="x_cmd_x" value="-c 
&quot;__cmd__&quot;"/>
To:  <property if="${'__sh__' != 'cmd'}" name="x_cmd_x" value="-c 
&amp;quot;__cmd__&amp;quot;"/>

After that I get an error about the 'choose' task not existing ... I don't 
have that task, is it part of contrib?

Let me know how you get on.

Cheers,
    Richard

http://broloco.blogspot.com

--------------------------------------------------
From: "Dipper, Helmut" <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2008 12:46 PM
To: <nant-users@lists.sourceforge.net>
Subject: [NAnt-users] INTERNAL ERROR with broloco.NAntScript.1.0.0.0.net-2.0

> Hi,
>
> I made some tests with broloco.NAntScript.1.0.0.0.net-2.0,
> a tool to create private tasks, and get an "INTERNAL ERROR":
> see attached build-file and logging from "nant -v".
> It seems to be a problem of nant, not of broloco.
>
> Best regards
>
> Helmut Dipper
>



> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great 
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the 
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/



> _______________________________________________
> NAnt-users mailing list
> NAnt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to