<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-15405</id>
	<title>Nabble - NAnt - Users</title>
	<updated>2008-12-04T06:34:31Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/NAnt---Users-f15405.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NAnt---Users-f15405.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20834986</id>
	<title>Raj Muchhala is out of the office.</title>
	<published>2008-12-04T06:34:31Z</published>
	<updated>2008-12-04T06:34:31Z</updated>
	<author>
		<name>Muchhala, Raj</name>
	</author>
	<content type="html">&lt;br&gt;I will be out of the office starting &amp;nbsp;12/04/2008 and will not return until
&lt;br&gt;12/05/2008.
&lt;br&gt;&lt;br&gt;I will respond to your message when I return.
&lt;br&gt;&lt;br&gt;&lt;br&gt;**************************************************************************************
&lt;br&gt;This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof.
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;**************************************************************************************
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834986&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Raj-Muchhala-is-out-of-the-office.-tp20834986p20834986.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20830723</id>
	<title>Re: echo message encoding and string:contains problems</title>
	<published>2008-12-04T02:13:15Z</published>
	<updated>2008-12-04T02:13:15Z</updated>
	<author>
		<name>netvampire.tw</name>
	</author>
	<content type="html">string:contains it works.Thanks~Gert~
&lt;br&gt;is there any way to handle ascii file(which include Chinese) except to convert that first?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ______________________________________________________________________________________________________
&lt;br&gt;付費才容量無上限？Yahoo!奇摩電子信箱2.0免費給你，信件永遠不必刪！ &lt;a href=&quot;http://tw.mg0.mail.yahoo.com/dc/landing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tw.mg0.mail.yahoo.com/dc/landing&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20830723&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/echo-message-encoding-and-string%3Acontains-problems-tp20829542p20830723.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20829810</id>
	<title>Re: echo message encoding and string:contains problems</title>
	<published>2008-12-04T01:16:35Z</published>
	<updated>2008-12-04T01:16:35Z</updated>
	<author>
		<name>gertdriesen</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;&lt;br&gt;You should not enclose the name of the property in quotes (and use the $ prefix) when you actually want its value.
&lt;br&gt;&lt;br&gt;You'll want something like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;if test=&amp;quot;${string::contains(readLine,'failed')}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;echo message=&amp;quot;${readLine}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/if&amp;gt;
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&lt;br&gt;Gert
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: netvampire.tw [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829810&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netvampire.tw@...&lt;/a&gt;] 
&lt;br&gt;Sent: donderdag 4 december 2008 9:53
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829810&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;Subject: [NAnt-users] echo message encoding and string:contains problems
&lt;br&gt;&lt;br&gt;Dears:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I had problems using echo message when my message is non unicode. and when I use string compare function.here is my snippet.
&lt;br&gt;&amp;lt;foreach property=&amp;quot;readLine&amp;quot; item=&amp;quot;Line&amp;quot; in &amp;quot;test.txt&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;if test=&amp;quot;${string::contains('${readLine}','failed')}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;echo message=&amp;quot;${readLine}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/if&amp;gt;
&lt;br&gt;&amp;lt;/foreach&amp;gt;
&lt;br&gt;1.I can't get boolean is true even my source contains 'failed' if I get it from a file.
&lt;br&gt;2.if I response echo message in console,I can't figure out my message when it is not English.
&lt;br&gt;I found a way to display normally,just need to convert my test.txt to utf-8.
&lt;br&gt;need your suggestions,thanks help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ______________________________________________________________________________________________________
&lt;br&gt;付費才容量無上限？Yahoo!奇摩電子信箱2.0免費給你，信件永遠不必刪！ &lt;a href=&quot;http://tw.mg0.mail.yahoo.com/dc/landing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tw.mg0.mail.yahoo.com/dc/landing&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829810&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;No virus found in this incoming message.
&lt;br&gt;Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Version: 8.0.175 / Virus Database: 270.9.13/1827 - Release Date: 12/3/2008 5:41 PM
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829810&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/echo-message-encoding-and-string%3Acontains-problems-tp20829542p20829810.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20829542</id>
	<title>echo message encoding and string:contains problems</title>
	<published>2008-12-04T00:53:11Z</published>
	<updated>2008-12-04T00:53:11Z</updated>
	<author>
		<name>netvampire.tw</name>
	</author>
	<content type="html">Dears:
&lt;br&gt;        I had problems using echo message when my message is non unicode. and when I use string compare function.here is my snippet.
&lt;br&gt;&amp;lt;foreach property=&amp;quot;readLine&amp;quot; item=&amp;quot;Line&amp;quot; in &amp;quot;test.txt&amp;quot;&amp;gt;
&lt;br&gt;    &amp;lt;if test=&amp;quot;${string::contains('${readLine}','failed')}&amp;quot;&amp;gt;
&lt;br&gt;        &amp;lt;echo message=&amp;quot;${readLine}&amp;quot;&amp;gt;
&lt;br&gt;    &amp;lt;/if&amp;gt;
&lt;br&gt;&amp;lt;/foreach&amp;gt;
&lt;br&gt;1.I can't get boolean is true even my source contains 'failed' if I get it from a file.
&lt;br&gt;2.if I response echo message in console,I can't figure out my message when it is not English.
&lt;br&gt;I found a way to display normally,just need to convert my test.txt to utf-8.
&lt;br&gt;need your suggestions,thanks help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ______________________________________________________________________________________________________
&lt;br&gt;付費才容量無上限？Yahoo!奇摩電子信箱2.0免費給你，信件永遠不必刪！ &lt;a href=&quot;http://tw.mg0.mail.yahoo.com/dc/landing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tw.mg0.mail.yahoo.com/dc/landing&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829542&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/echo-message-encoding-and-string%3Acontains-problems-tp20829542p20829542.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20824537</id>
	<title>FW:  64 Bit Behaviour Issues?</title>
	<published>2008-12-03T16:00:32Z</published>
	<updated>2008-12-03T16:00:32Z</updated>
	<author>
		<name>gertdriesen</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Forwarding to correct emailaddress for nant-users list.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Gert Driesen
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gert.driesen@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; donderdag 4 december 2008 0:59&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; 'Chayim Kirshen'; '&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824537&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;.'&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; RE: [NAnt-users] 64 Bit Behaviour Issues?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Hey Chayim,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;This is because NAnt is running on WOW64.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I&amp;#8217;ve finally installed Vista x64 on my box, so I&amp;#8217;ll see how we
can improve our support for x64.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Gert&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Chayim Kirshen
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824537&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Chayim.Kirshen@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; woensdag 3 december 2008 21:27&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824537&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;.&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; [NAnt-users] 64 Bit Behaviour Issues?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;All,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;I&amp;#8217;m
running NAnt (0.85) on a Windows 2003 64-bit install, and having issues with
this line:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;lt;property name=&amp;quot;ProgramFiles&amp;quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
value=&amp;quot;${environment::get-variable('ProgramFiles')}&amp;quot; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;Given
that the value of %PROGRAMFILES% is &amp;#8220;C:\Program Files&amp;#8221; on my machine, I would
expect the value of ${ProgramFiles} to be &amp;#8220;C:\Program Files&amp;#8221; .&amp;nbsp; However,
the value persists as &amp;#8220;C:\Program Files (x86)&amp;#8221;, which is the 32-bit program
files folder. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;Has
anyone else seen this?&amp;nbsp; More importantly, do you have a nice solution &lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:Wingdings'&gt;J&lt;/span&gt;&lt;span style='font-size:
10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;--c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;No virus
found in this incoming message.&lt;br&gt;
Checked by AVG - http://www.avg.com&lt;br&gt;
Version: 8.0.175 / Virus Database: 270.9.13/1826 - Release Date: 12/3/2008 9:34
AM&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824537&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/FW%3A--64-Bit-Behaviour-Issues--tp20824537p20824537.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20821262</id>
	<title>64 Bit Behaviour Issues?</title>
	<published>2008-12-03T12:27:01Z</published>
	<updated>2008-12-03T12:27:01Z</updated>
	<author>
		<name>Chayim Kirshen</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;All,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I&amp;#8217;m running NAnt (0.85) on a Windows 2003 64-bit
install, and having issues with this line:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name=&amp;quot;ProgramFiles&amp;quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
value=&amp;quot;${environment::get-variable('ProgramFiles')}&amp;quot; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Given that the value of %PROGRAMFILES% is &amp;#8220;C:\Program
Files&amp;#8221; on my machine, I would expect the value of ${ProgramFiles} to be &amp;#8220;C:\Program
Files&amp;#8221; .&amp;nbsp; However, the value persists as &amp;#8220;C:\Program Files (x86)&amp;#8221;,
which is the 32-bit program files folder. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Has anyone else seen this?&amp;nbsp; More importantly, do you have a
nice solution &lt;/span&gt;&lt;/font&gt;&lt;font size=2 face=Wingdings&gt;&lt;span style='font-size:
10.0pt;font-family:Wingdings'&gt;J&lt;/span&gt;&lt;/font&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;--c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20821262&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/64-Bit-Behaviour-Issues--tp20821262p20821262.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20799747</id>
	<title>NAntGraph</title>
	<published>2008-12-02T11:58:24Z</published>
	<updated>2008-12-02T11:58:24Z</updated>
	<author>
		<name>Bevan Arps-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:D=&quot;DAV:&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-NZ link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;Hi everyone.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;I&amp;#8217;ve created a free tool &amp;#8211; NAntGraph &amp;#8211; that generates
documentation images showing targets and dependencies from a NAnt file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;Why? Most of my NAnt scripts end up being used by other
developers &amp;#8211; smart people who aren&amp;#8217;t NAnt experts, or even regular
users. Having an image that shows the structure helps them to make use of the
scripts I&amp;#8217;ve written.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;If you&amp;#8217;re interested, more information here:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;a href=&quot;http://www.nichesoftware.co.nz/nantgraph&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nichesoftware.co.nz/nantgraph&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;Keep Smiling,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;Bevan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;PS: I wrote this tool in my own time, so it&amp;#8217;s nothing to
do with my employer. Standard disclaimer goes here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#403152'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;


&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;&lt;br&gt;
******************************************************************************&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;&amp;quot;This message (and any files transmitted with it) are confidential and&lt;br&gt;
may be legally privileged. If you are not the intended recipient please&lt;br&gt;
notify the sender immediately and delete this message from your system.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;&lt;br&gt;
This message does not necessarily reflect the views of the&lt;br&gt;
Reserve Bank of New Zealand. If the recipient has any concerns about&lt;br&gt;
the content of this message they should seek alternative confirmation&lt;br&gt;
from the Reserve Bank of New Zealand.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;******************************************************************************&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20799747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NAntGraph-tp20799747p20799747.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20788477</id>
	<title>minor problem with path::get-full-path</title>
	<published>2008-11-28T07:40:43Z</published>
	<updated>2008-12-02T00:49:38Z</updated>
	<author>
		<name>Dipper, Helmut</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I think I detected a minor problem in
&lt;br&gt;&amp;quot;NAnt 0.85 (Build 0.85.2478.0; release; 14-Oct-06)&amp;quot;
&lt;br&gt;with the function path::get-full-path
&lt;br&gt;&lt;br&gt;If path::get-full-path is applied onto a path ending
&lt;br&gt;in &amp;quot;..&amp;quot; it delivers a trailing '\'. In other cases it
&lt;br&gt;delivers a path without trailing '\'.
&lt;br&gt;This behaviour is inconvinient, especially when the
&lt;br&gt;function path::get-file-name is applied onto the
&lt;br&gt;result of path::get-full-path.
&lt;br&gt;&lt;br&gt;Consider the result of
&lt;br&gt;&amp;lt;echo message=&amp;quot;${path::get-full-path('.')}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;echo message=&amp;quot;${path::get-full-path('..')}&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Helmut
&lt;br&gt;&lt;br&gt;----------------------------------+-----------------------------
&lt;br&gt;Helmut Dipper &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | AED-SICAD Aktiengesellschaft
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20788477&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/minor-problem-with-path%3A%3Aget-full-path-tp20788477p20788477.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20786271</id>
	<title>How to format the message body</title>
	<published>2008-12-01T21:12:30Z</published>
	<updated>2008-12-01T21:12:30Z</updated>
	<author>
		<name>shiri</name>
	</author>
	<content type="html">I am new to NANT. Please let me know how to format the message body as we want like inserting bullet points and bold and italic letters and changing the font and font style?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-format-the-message-body-tp20786271p20786271.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20702695</id>
	<title>Problem with my first MSI task</title>
	<published>2008-11-26T06:59:21Z</published>
	<updated>2008-11-26T06:59:21Z</updated>
	<author>
		<name>arnaud gaudin</name>
	</author>
	<content type="html">Hi everyone,&lt;br&gt;&lt;br&gt;I&amp;#39;m trying to create myfirst msi, and obviously I run into problem.&lt;br&gt;&lt;br&gt;Below my script :&lt;br&gt;&lt;br&gt;&amp;lt;project name=&amp;quot;Build.Core&amp;quot; default=&amp;quot;help&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Build file to perform core common functionality.&amp;lt;/description&amp;gt;&lt;br&gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Load the different external assemblies required--&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loadtasks assembly=&amp;quot;C:\Users\Servers\nantcontrib\bin\NAnt.Contrib.Tasks.dll&amp;quot;/&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;msi sourcedir=&amp;quot;C:\Users\Builder\BuildArea\publish\Importer\Release\bin\&amp;quot; output=&amp;quot;Importer.msi&amp;quot; &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; template=&amp;quot;C:\Users\Servers\nantcontrib\bin\MSITaskTemplate.msi&amp;quot; errortemplate=&amp;quot;C:\Users\Servers\nantcontrib\bin\MSITaskErrors.mst&amp;quot; verbose=&amp;quot;true&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;properties&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name=&amp;quot;ProductName&amp;quot; value=&amp;quot;Myproduct&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name=&amp;quot;ProductVersion&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name=&amp;quot;Manufacturer&amp;quot; value=&amp;quot;Mycompany&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name=&amp;quot;ProductCode&amp;quot; value=&amp;quot;{}&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name=&amp;quot;UpgradeCode&amp;quot; value=&amp;quot;{}&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/properties&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;lt;/msi&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;lt;/project&amp;gt;&lt;br&gt;&lt;br&gt;Create the following error:&lt;br&gt;&lt;br&gt;NAnt 0.86 (Build 0.86.2898.0; beta1; 08/12/2007)&lt;br&gt;
Copyright (C) 2001-2007 Gerry Shaw&lt;br&gt;&lt;a href=&quot;http://nant.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nant.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;Buildfile: file:///C:/Users/agaudin/dev/ECI/trunk/Softic/EWS/Builds/msi.build.xm&lt;br&gt;l&lt;br&gt;Target framework: Microsoft .NET Framework 3.5&lt;br&gt;
Base Directory: C:\Users\agaudin\dev\ECI\trunk\Softic\EWS\Builds.&lt;br&gt;Target(s) specified: help&lt;br&gt;&lt;br&gt;[loadtasks] Scanning assembly &amp;quot;NAnt.Contrib.Tasks&amp;quot; for extensions.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi] Building Installer Database &amp;#39;Importer.msi&amp;#39;.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi] Adding Properties:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi]&amp;nbsp; ProductName&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi]&amp;nbsp; ProductVersion&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi]&amp;nbsp; Manufacturer&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi]&amp;nbsp; ProductCode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi]&amp;nbsp; UpgradeCode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [msi] Compressing Files...&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exec] Starting &amp;#39;cabarc (-r N C:\Users\Builder\BUILDA~1\publish&lt;br&gt;
\Importer\Release\bin\\Importer.cab *)&amp;#39; in &amp;#39;C:\Documents and Settings\agaudin\Lo&lt;br&gt;cal Settings\Temp\tmpE3.tmp&amp;#39;&lt;br&gt;&lt;br&gt;BUILD FAILED&lt;br&gt;&lt;br&gt;C:\Users\agaudin\dev\ECI\trunk\Softic\EWS\Builds\msi.build.xml(7,2):&lt;br&gt;
Unable to build Installer database &amp;#39;Importer.msi&amp;#39;.:&lt;br&gt;NAnt.Core.BuildException: C:\Users\agaudin\dev\ECI\trunk\Softic\EWS\Builds\msi.b&lt;br&gt;uild.xml(7,2):&lt;br&gt;Unable to build Installer database &amp;#39;Importer.msi&amp;#39;. ---&amp;gt; C:\Users\agaudin\dev\ECI&lt;br&gt;
\trunk\Softic\EWS\Builds\msi.build.xml(7,2):&lt;br&gt;Error creating cab file.:&lt;br&gt;NAnt.Core.BuildException: C:\Users\agaudin\dev\ECI\trunk\Softic\EWS\Builds\msi.b&lt;br&gt;uild.xml(7,2):&lt;br&gt;&lt;b&gt;Error creating cab file. ---&amp;gt; &amp;#39;cabarc&amp;#39; failed to start.:&lt;br&gt;
NAnt.Core.BuildException: &amp;#39;cabarc&amp;#39; failed to start. ---&amp;gt; System.ComponentModel.W&lt;br&gt;in32Exception: The directory name is invalid&lt;br&gt;&lt;/b&gt;&amp;nbsp;&amp;nbsp; at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn&lt;br&gt;
fo)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Diagnostics.Process.Start()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Tasks.ExternalProgramBase.StartProcess()&lt;br&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Tasks.ExternalProgramBase.StartProcess()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at NAnt.Core.Tasks.ExecTask.ExecuteTask()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Task.Execute()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Contrib.Tasks.Msi.InstallerCreationCommand.CreateCabFile(InstallerDat&lt;br&gt;abase database)&lt;br&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;br&gt;
&amp;nbsp;&amp;nbsp; at NAnt.Contrib.Tasks.Msi.InstallerCreationCommand.CreateCabFile(InstallerDat&lt;br&gt;abase database)&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Contrib.Tasks.Msi.InstallerCreationCommand.Execute()&lt;br&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Contrib.Tasks.Msi.InstallerCreationCommand.Execute()&lt;br&gt;
&amp;nbsp;&amp;nbsp; at NAnt.Contrib.Tasks.Msi.MsiTask.ExecuteTask()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Task.Execute()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Project.Execute()&lt;br&gt;&amp;nbsp;&amp;nbsp; at NAnt.Core.Project.Run()&lt;br&gt;
&lt;br&gt;Total time: 2.6 seconds.&lt;br&gt;&lt;br&gt;&lt;br&gt;I&amp;#39; m wondering if I need a mergemodules element, and what is the role of the msn task, I&amp;#39;m lost in the concept.&lt;br&gt;If someone could explain it to me, or else give some indication to but me in the right direction, it will be deadly!!!&lt;br&gt;
&lt;br&gt;Thanks a lot for any help.&lt;br&gt;&lt;br&gt;Superfly&lt;br&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20702695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-my-first-MSI-task-tp20702695p20702695.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20697543</id>
	<title>Re: 0.86 Beta 1 - NETCF-2.0 broken?</title>
	<published>2008-11-26T01:30:29Z</published>
	<updated>2008-11-26T01:30:29Z</updated>
	<author>
		<name>Can Özmen</name>
	</author>
	<content type="html">Hello Gert,
&lt;br&gt;&lt;br&gt;Installing the 2.0 SDK fixed the problem.
&lt;br&gt;&lt;br&gt;Thanks for the tip.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Can.
&lt;br&gt;&lt;br&gt;On Tue, Nov 25, 2008 at 22:10, Gert Driesen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gert.driesen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Can,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To produce assemblies targeting .NET CF 2.0, NAnt currently requires the
&lt;br&gt;&amp;gt; .NET Framework SDK 2.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since you don't have VS 2005 installed, I assume you're actually creating a
&lt;br&gt;&amp;gt; .NET CF 3.5 app. Right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gert
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Can Özmen [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;canozmen@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: dinsdag 25 november 2008 17:35
&lt;br&gt;&amp;gt; To: Gert Driesen
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Gert,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have Visual Studio 2003 and 2008 installed, but I don't remember
&lt;br&gt;&amp;gt; installing the standalone SDK.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Should I do that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Nov 24, 2008 at 21:39, Gert Driesen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gert.driesen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hey Can,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Do you have the .NET Framework SDK 2.0 installed?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Gert
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: Can Özmen [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;canozmen@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Sent: maandag 24 november 2008 13:07
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does NAnt 0.86 (Build 0.86.2898.0; beta1; 08.12.2007) work with NETCF-2.0?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It dies with the following error when I'm trying to build a project
&lt;br&gt;&amp;gt;&amp;gt; against NETCF-2.0:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Failed to initialize the 'Microsoft .NET Compact Framework 2.0'
&lt;br&gt;&amp;gt; (netcf-2.0)
&lt;br&gt;&amp;gt;&amp;gt; targ
&lt;br&gt;&amp;gt;&amp;gt; et framework.:
&lt;br&gt;&amp;gt;&amp;gt; NAnt.Core.BuildException: Failed to initialize the 'Microsoft .NET Compact
&lt;br&gt;&amp;gt;&amp;gt; Frame
&lt;br&gt;&amp;gt;&amp;gt; work 2.0' (netcf-2.0) target framework. ---&amp;gt; Registry Value Not Found! -
&lt;br&gt;&amp;gt;&amp;gt; key='SO
&lt;br&gt;&amp;gt;&amp;gt; FTWARE\Microsoft\.NETFramework\\sdkInstallRootv2.0';hive='LocalMachine';:
&lt;br&gt;&amp;gt;&amp;gt; NAnt.Core.BuildException: Registry Value Not Found! -
&lt;br&gt;&amp;gt;&amp;gt; key='SOFTWARE\Microsoft\.N
&lt;br&gt;&amp;gt;&amp;gt; ETFramework\\sdkInstallRootv2.0';hive='LocalMachine';
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The same project builds fine against NETCF-1.0.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Can Ozmen
&lt;br&gt;&amp;gt;&amp;gt; ________________________
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;&amp;gt;&amp;gt; prizes
&lt;br&gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; NAnt-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; No virus found in this incoming message.
&lt;br&gt;&amp;gt;&amp;gt; Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Version: 8.0.175 / Virus Database: 270.9.9/1806 - Release Date: 11/22/2008
&lt;br&gt;&amp;gt;&amp;gt; 6:59 PM
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Can Ozmen
&lt;br&gt;&amp;gt; ________________________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No virus found in this incoming message.
&lt;br&gt;&amp;gt; Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&lt;br&gt;&amp;gt; Version: 8.0.175 / Virus Database: 270.9.9/1806 - Release Date: 11/22/2008
&lt;br&gt;&amp;gt; 6:59 PM
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Can Ozmen
&lt;br&gt;________________________
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20697543&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/0.86-Beta-1---NETCF-2.0-broken--tp20659764p20697543.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20688781</id>
	<title>Re: 0.86 Beta 1 - NETCF-2.0 broken?</title>
	<published>2008-11-25T12:10:36Z</published>
	<updated>2008-11-25T12:10:36Z</updated>
	<author>
		<name>gertdriesen</name>
	</author>
	<content type="html">Can,
&lt;br&gt;&lt;br&gt;To produce assemblies targeting .NET CF 2.0, NAnt currently requires the
&lt;br&gt;.NET Framework SDK 2.0.
&lt;br&gt;&lt;br&gt;Since you don't have VS 2005 installed, I assume you're actually creating a
&lt;br&gt;.NET CF 3.5 app. Right?
&lt;br&gt;&lt;br&gt;Gert
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Can Özmen [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;canozmen@...&lt;/a&gt;] 
&lt;br&gt;Sent: dinsdag 25 november 2008 17:35
&lt;br&gt;To: Gert Driesen
&lt;br&gt;Cc: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?
&lt;br&gt;&lt;br&gt;Hi Gert,
&lt;br&gt;&lt;br&gt;I have Visual Studio 2003 and 2008 installed, but I don't remember
&lt;br&gt;installing the standalone SDK.
&lt;br&gt;&lt;br&gt;Should I do that?
&lt;br&gt;&lt;br&gt;Can.
&lt;br&gt;&lt;br&gt;On Mon, Nov 24, 2008 at 21:39, Gert Driesen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gert.driesen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey Can,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you have the .NET Framework SDK 2.0 installed?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gert
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Can Özmen [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;canozmen@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: maandag 24 november 2008 13:07
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does NAnt 0.86 (Build 0.86.2898.0; beta1; 08.12.2007) work with NETCF-2.0?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It dies with the following error when I'm trying to build a project
&lt;br&gt;&amp;gt; against NETCF-2.0:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Failed to initialize the 'Microsoft .NET Compact Framework 2.0'
&lt;/div&gt;(netcf-2.0)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; targ
&lt;br&gt;&amp;gt; et framework.:
&lt;br&gt;&amp;gt; NAnt.Core.BuildException: Failed to initialize the 'Microsoft .NET Compact
&lt;br&gt;&amp;gt; Frame
&lt;br&gt;&amp;gt; work 2.0' (netcf-2.0) target framework. ---&amp;gt; Registry Value Not Found! -
&lt;br&gt;&amp;gt; key='SO
&lt;br&gt;&amp;gt; FTWARE\Microsoft\.NETFramework\\sdkInstallRootv2.0';hive='LocalMachine';:
&lt;br&gt;&amp;gt; NAnt.Core.BuildException: Registry Value Not Found! -
&lt;br&gt;&amp;gt; key='SOFTWARE\Microsoft\.N
&lt;br&gt;&amp;gt; ETFramework\\sdkInstallRootv2.0';hive='LocalMachine';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The same project builds fine against NETCF-1.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Can Ozmen
&lt;br&gt;&amp;gt; ________________________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's
&lt;/div&gt;challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the
&lt;br&gt;world
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; NAnt-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No virus found in this incoming message.
&lt;br&gt;&amp;gt; Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&lt;br&gt;&amp;gt; Version: 8.0.175 / Virus Database: 270.9.9/1806 - Release Date: 11/22/2008
&lt;br&gt;&amp;gt; 6:59 PM
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Can Ozmen
&lt;br&gt;________________________
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;No virus found in this incoming message.
&lt;br&gt;Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Version: 8.0.175 / Virus Database: 270.9.9/1806 - Release Date: 11/22/2008
&lt;br&gt;6:59 PM
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20688781&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/0.86-Beta-1---NETCF-2.0-broken--tp20659764p20688781.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20686489</id>
	<title>Re: psexec and NAnt</title>
	<published>2008-11-25T09:52:02Z</published>
	<updated>2008-11-25T09:52:02Z</updated>
	<author>
		<name>Bob Archer</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;You can set any environmental variables
you need in the exec task rather then needing to call that bat file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Eric Fetzer
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elstonkers@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Tuesday, November 25, 2008
12:47 PM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; Melissa; Nant Users&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; Re: [NAnt-users] psexec
and NAnt&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;I don't believe I can do that in PSExec.&amp;nbsp; Each call is a session,
and thus, the call to vcvars32 would be a session, and then the call to nant
would be a session.&amp;nbsp; The only thing I can think of is to put the two calls
into a batch file, put that on the machine, and then call the batch file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt;

&lt;hr size=1 width=&quot;100%&quot; align=center&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Melissa
&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkacher@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; Eric Fetzer
&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686489&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elstonkers@...&lt;/a&gt;&amp;gt;; Nant Users
&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686489&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Tuesday, November 25, 2008
9:06:57 AM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; Re: [NAnt-users] psexec
and NAnt&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;The environment that vcvars32.bat sets up
goes away as soon as the exec call is completred. It isn't available in the
next call.&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:blue'&gt;Run vcvars32.bat betore you call nant.&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style='margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt'&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt;-----Original Message-----&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;From:&lt;/span&gt;&lt;/b&gt; Eric Fetzer
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686489&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elstonkers@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Monday, November 24, 2008
2:27 PM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; Nant Users&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; [NAnt-users] psexec and
NAnt&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;OK, I've got some strangeness here.&amp;nbsp; So I call NAnt from a
different machine using PSExec to call it.&amp;nbsp; On all but one of our apps
that I build this way (close to 100 total), all's cool.&amp;nbsp; This one,
however, fails from psexec where it succeeds directly from the command
line.&amp;nbsp; The difference between this project and all others is that this
project has C++ projects in it.&amp;nbsp; The error is always something like:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;[cl] Starting 'cl (@&amp;quot;C:\Documents and Settings\me\Local
Settings\Temp\tmp13AE.tmp&amp;quot; /EHsc /FR&amp;quot;.\Release/&amp;quot; /W3 /Od /ZI
/RTC1 /MT /nologo)' in 'D:\MyBuildFolder\MyCPlusPlusProject'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;When I build this at the command line, it would succeed with the only
difference being another folder like 14 or something under the Temp
directory.&amp;nbsp; I can reproduce this by trying to call the build from a
regular cmd.exe window.&amp;nbsp; So... I tried to add the following line to the
build file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp; &amp;lt;exec program=&amp;quot;C:\Program Files\Microsoft Visual Studio
.NET 2003\Common7\Tools\vsvars32.bat&amp;quot; timeout=&amp;quot;30000&amp;quot; /&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;Same error.&amp;nbsp; Anyone with a clue?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;Eric&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686489&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/psexec-and-NAnt-tp20671365p20686489.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20686375</id>
	<title>Re: psexec and NAnt</title>
	<published>2008-11-25T09:47:19Z</published>
	<updated>2008-11-25T09:47:19Z</updated>
	<author>
		<name>Eric Fetzer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif;font-size:12pt&quot;&gt;&lt;DIV&gt;I don't believe I can do that in PSExec.&amp;nbsp; Each call is a session, and thus, the call to vcvars32 would be a session, and then the call to nant would be a session.&amp;nbsp; The only thing I can think of is to put the two calls into a batch file, put that on the machine, and then call the batch file.&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV style=&quot;FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif&quot;&gt;&lt;BR&gt;
&lt;DIV style=&quot;FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif&quot;&gt;&lt;FONT face=Tahoma size=2&gt;
&lt;HR SIZE=1&gt;
&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;From:&lt;/SPAN&gt;&lt;/B&gt; Melissa &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686375&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkacher@...&lt;/a&gt;&amp;gt;&lt;BR&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;To:&lt;/SPAN&gt;&lt;/B&gt; Eric Fetzer &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686375&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elstonkers@...&lt;/a&gt;&amp;gt;; Nant Users &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686375&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;&amp;gt;&lt;BR&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;Sent:&lt;/SPAN&gt;&lt;/B&gt; Tuesday, November 25, 2008 9:06:57 AM&lt;BR&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-WEIGHT: bold&quot;&gt;Subject:&lt;/SPAN&gt;&lt;/B&gt; Re: [NAnt-users] psexec and NAnt&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;


&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;The environment that vcvars32.bat sets up goes away as soon as the exec call is completred. It isn't available in the next call.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;Run vcvars32.bat betore you call nant.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;&lt;FONT face=Tahoma size=2&gt;-----Original Message-----&lt;BR&gt;&lt;B&gt;From:&lt;/B&gt; Eric Fetzer [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686375&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elstonkers@...&lt;/a&gt;] &lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, November 24, 2008 2:27 PM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; Nant Users&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [NAnt-users] psexec and NAnt&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV style=&quot;FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif&quot;&gt;
&lt;DIV&gt;OK, I've got some strangeness here.&amp;nbsp; So I call NAnt from a different machine using PSExec to call it.&amp;nbsp; On all but one of our apps that I build this way (close to 100 total), all's cool.&amp;nbsp; This one, however, fails from psexec where it succeeds directly from the command line.&amp;nbsp; The difference between this project and all others is that this project has C++ projects in it.&amp;nbsp; The error is always something like:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;[cl] Starting 'cl (@&quot;C:\Documents and Settings\me\Local Settings\Temp\tmp13AE.tmp&quot; /EHsc /FR&quot;.\Release/&quot; /W3 /Od /ZI /RTC1 /MT /nologo)' in 'D:\MyBuildFolder\MyCPlusPlusProject'&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;When I build this at the command line, it would succeed with the only difference being another folder like 14 or something under the Temp directory.&amp;nbsp; I can reproduce this by trying to call the build from a regular cmd.exe window.&amp;nbsp; So... I tried to add the following line to the build file:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;lt;exec program=&quot;C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat&quot; timeout=&quot;30000&quot; /&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Same error.&amp;nbsp; Anyone with a clue?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;Eric&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;

      &lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20686375&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/psexec-and-NAnt-tp20671365p20686375.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20684862</id>
	<title>Re: 0.86 Beta 1 - NETCF-2.0 broken?</title>
	<published>2008-11-25T08:34:50Z</published>
	<updated>2008-11-25T08:34:50Z</updated>
	<author>
		<name>Can Özmen</name>
	</author>
	<content type="html">Hi Gert,
&lt;br&gt;&lt;br&gt;I have Visual Studio 2003 and 2008 installed, but I don't remember
&lt;br&gt;installing the standalone SDK.
&lt;br&gt;&lt;br&gt;Should I do that?
&lt;br&gt;&lt;br&gt;Can.
&lt;br&gt;&lt;br&gt;On Mon, Nov 24, 2008 at 21:39, Gert Driesen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684862&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gert.driesen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey Can,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you have the .NET Framework SDK 2.0 installed?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gert
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Can Özmen [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684862&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;canozmen@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: maandag 24 november 2008 13:07
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684862&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [NAnt-users] 0.86 Beta 1 - NETCF-2.0 broken?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does NAnt 0.86 (Build 0.86.2898.0; beta1; 08.12.2007) work with NETCF-2.0?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It dies with the following error when I'm trying to build a project
&lt;br&gt;&amp;gt; against NETCF-2.0:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Failed to initialize the 'Microsoft .NET Compact Framework 2.0' (netcf-2.0)
&lt;br&gt;&amp;gt; targ
&lt;br&gt;&amp;gt; et framework.:
&lt;br&gt;&amp;gt; NAnt.Core.BuildException: Failed to initialize the 'Microsoft .NET Compact
&lt;br&gt;&amp;gt; Frame
&lt;br&gt;&amp;gt; work 2.0' (netcf-2.0) target framework. ---&amp;gt; Registry Value Not Found! -
&lt;br&gt;&amp;gt; key='SO
&lt;br&gt;&amp;gt; FTWARE\Microsoft\.NETFramework\\sdkInstallRootv2.0';hive='LocalMachine';:
&lt;br&gt;&amp;gt; NAnt.Core.BuildException: Registry Value Not Found! -
&lt;br&gt;&amp;gt; key='SOFTWARE\Microsoft\.N
&lt;br&gt;&amp;gt; ETFramework\\sdkInstallRootv2.0';hive='LocalMachine';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The same project builds fine against NETCF-1.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Can Ozmen
&lt;br&gt;&amp;gt; ________________________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; NAnt-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684862&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No virus found in this incoming message.
&lt;br&gt;&amp;gt; Checked by AVG - &lt;a href=&quot;http://www.avg.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.avg.com&lt;/a&gt;&lt;br&gt;&amp;gt; Version: 8.0.175 / Virus Database: 270.9.9/1806 - Release Date: 11/22/2008
&lt;br&gt;&amp;gt; 6:59 PM
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Can Ozmen
&lt;br&gt;________________________
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684862&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/0.86-Beta-1---NETCF-2.0-broken--tp20659764p20684862.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20684298</id>
	<title>Re: psexec and NAnt</title>
	<published>2008-11-25T08:06:57Z</published>
	<updated>2008-11-25T08:06:57Z</updated>
	<author>
		<name>Melissa Kacher-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;TITLE&gt;Message&lt;/TITLE&gt;



&lt;META content=&quot;MSHTML 6.00.6000.16735&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;The 
environment that vcvars32.bat sets up goes away as soon as the exec call is 
completred. It isn't available in the next call.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;Run 
vcvars32.bat betore you call nant.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=484410516-25112008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV&gt;&lt;/DIV&gt;
  &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;&lt;FONT face=Tahoma size=2&gt;-----Original Message-----&lt;BR&gt;&lt;B&gt;From:&lt;/B&gt; Eric Fetzer 
  [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elstonkers@...&lt;/a&gt;] &lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, November 24, 2008 2:27 
  PM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; Nant Users&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [NAnt-users] psexec and 
  NAnt&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif&quot;&gt;
  &lt;DIV&gt;OK, I've got some strangeness here.&amp;nbsp; So I call NAnt from a different 
  machine using PSExec to call it.&amp;nbsp; On all but one of our apps that I build 
  this way (close to 100 total), all's cool.&amp;nbsp; This one, however, fails from 
  psexec where it succeeds directly from the command line.&amp;nbsp; The difference 
  between this project and all others is that this project has C++ projects in 
  it.&amp;nbsp; The error is always something like:&lt;/DIV&gt;
  &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;[cl] Starting 'cl (@&quot;C:\Documents and Settings\me\Local 
  Settings\Temp\tmp13AE.tmp&quot; /EHsc /FR&quot;.\Release/&quot; /W3 /Od /ZI /RTC1 /MT 
  /nologo)' in 'D:\MyBuildFolder\MyCPlusPlusProject'&lt;/DIV&gt;
  &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;When I build this at the command line, it would succeed with the only 
  difference being another folder like 14 or something under the Temp 
  directory.&amp;nbsp; I can reproduce this by trying to call the build from a 
  regular cmd.exe window.&amp;nbsp; So... I tried to add the following line to the 
  build file:&lt;/DIV&gt;
  &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;&amp;nbsp; &amp;lt;exec program=&quot;C:\Program Files\Microsoft Visual Studio .NET 
  2003\Common7\Tools\vsvars32.bat&quot; timeout=&quot;30000&quot; /&amp;gt;&lt;/DIV&gt;
  &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;Same error.&amp;nbsp; Anyone with a clue?&lt;/DIV&gt;
  &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV&gt;Thanks,&lt;/DIV&gt;
  &lt;DIV&gt;Eric&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20684298&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/psexec-and-NAnt-tp20671365p20684298.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20671365</id>
	<title>psexec and NAnt</title>
	<published>2008-11-24T14:27:05Z</published>
	<updated>2008-11-24T14:27:05Z</updated>
	<author>
		<name>Eric Fetzer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif;font-size:12pt&quot;&gt;&lt;DIV&gt;OK, I've got some strangeness here.&amp;nbsp; So I call NAnt from a different machine using PSExec to call it.&amp;nbsp; On all but one of our apps that I build this way (close to 100 total), all's cool.&amp;nbsp; This one, however, fails from psexec where it succeeds directly from the command line.&amp;nbsp; The difference between this project and all others is that this project has C++ projects in it.&amp;nbsp; The error is always something like:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;[cl] Starting 'cl (@&quot;C:\Documents and Settings\me\Local Settings\Temp\tmp13AE.tmp&quot; /EHsc /FR&quot;.\Release/&quot; /W3 /Od /ZI /RTC1 /MT /nologo)' in 'D:\MyBuildFolder\MyCPlusPlusProject'&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;When I build this at the command line, it would succeed with the only difference being another folder like 14 or something under the Temp directory.&amp;nbsp; I can reproduce this by trying to call the build from a regular cmd.exe window.&amp;nbsp; So... I tried to add the following line to the build file:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;lt;exec program=&quot;C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat&quot; timeout=&quot;30000&quot; /&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Same error.&amp;nbsp; Anyone with a clue?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;Eric&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;



      &lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20671365&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/psexec-and-NAnt-tp20671365p20671365.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20659764</id>
	<title>0.86 Beta 1 - NETCF-2.0 broken?</title>
	<published>2008-11-24T04:06:52Z</published>
	<updated>2008-11-24T04:06:52Z</updated>
	<author>
		<name>Can Özmen</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;Does NAnt 0.86 (Build 0.86.2898.0; beta1; 08.12.2007) work with NETCF-2.0?
&lt;br&gt;&lt;br&gt;It dies with the following error when I'm trying to build a project
&lt;br&gt;against NETCF-2.0:
&lt;br&gt;&lt;br&gt;Failed to initialize the 'Microsoft .NET Compact Framework 2.0' (netcf-2.0) targ
&lt;br&gt;et framework.:
&lt;br&gt;NAnt.Core.BuildException: Failed to initialize the 'Microsoft .NET Compact Frame
&lt;br&gt;work 2.0' (netcf-2.0) target framework. ---&amp;gt; Registry Value Not Found! - key='SO
&lt;br&gt;FTWARE\Microsoft\.NETFramework\\sdkInstallRootv2.0';hive='LocalMachine';:
&lt;br&gt;NAnt.Core.BuildException: Registry Value Not Found! - key='SOFTWARE\Microsoft\.N
&lt;br&gt;ETFramework\\sdkInstallRootv2.0';hive='LocalMachine';
&lt;br&gt;&lt;br&gt;The same project builds fine against NETCF-1.0.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Can Ozmen
&lt;br&gt;________________________
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.kralcan.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kralcan.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20659764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/0.86-Beta-1---NETCF-2.0-broken--tp20659764p20659764.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20610686</id>
	<title>Howto Export SVN Differences using NANT</title>
	<published>2008-11-20T13:49:15Z</published>
	<updated>2008-11-20T13:49:15Z</updated>
	<author>
		<name>ifi_naeem</name>
	</author>
	<content type="html">This is an extraction from the build file i used to automatically build release for my coldfusion 7 project. &amp;nbsp;
&lt;br&gt;&lt;br&gt;-------------------------
&lt;br&gt;&lt;br&gt;&amp;lt;property name=&amp;quot;getRevisionsDifference.from&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;property name=&amp;quot;getRevisionsDifference.to&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;property name=&amp;quot;getRevisionsDifference.outputdir&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;property name=&amp;quot;getRevisionsDifference.svnuri&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;lt;target name=&amp;quot;getRevisionsDifference&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- Retrieve current revision number --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;echo message=&amp;quot;Retrieving revisions differences from ${getRevisionsDifference.from} to ${getRevisionsDifference.to}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;exec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; program=&amp;quot;svn&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; commandline='diff -r ${getRevisionsDifference.from}:${getRevisionsDifference.to} &amp;quot;${svn.uri}&amp;quot; --summarize'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; output=&amp;quot;${svn.output.dir}\_revisions_diff.xml&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; failonerror=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;item&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;filestatus&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;filepath&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;filename&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;item&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;getRevisionsDifference.from&amp;quot; value=&amp;quot;&amp;quot;/&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;foreach item=&amp;quot;Line&amp;quot; in=&amp;quot;${svn.output.dir}\_revisions_diff.xml&amp;quot; property=&amp;quot;item&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	&amp;lt;regex pattern=&amp;quot;^(?'filestatus'\w+)\s+(?'filepath'.*)(\\|/)(?'filename'.*)$&amp;quot; input=&amp;quot;${item}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	&amp;lt;property name=&amp;quot;outputfile&amp;quot; value=&amp;quot;${string::replace(string::replace(filepath,getRevisionsDifference.svnuri,getRevisionsDifference.outputdir), '/', '\')}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	&amp;lt;echo message=&amp;quot;${filestatus} : ${filepath} : ${filename} : ${outputfile} )&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	&amp;lt;mkdir dir=&amp;quot;${outputfile}&amp;quot; unless=&amp;quot;${directory::exists(outputfile)}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 	&amp;lt;exec
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; program=&amp;quot;svn&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; commandline='export &amp;quot;${filepath}/${filename}&amp;quot; &amp;quot;${outputfile}\${filename}&amp;quot; --force'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; output=&amp;quot;${svn.output.dir}\_revisions_diff.log&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; failonerror=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/foreach&amp;gt; 
&lt;br&gt;&amp;lt;/target&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Howto-Export-SVN-Differences-using-NANT-tp20610686p20610686.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20600688</id>
	<title>NAnt - External Program Failed</title>
	<published>2008-11-20T05:03:26Z</published>
	<updated>2008-11-20T05:03:26Z</updated>
	<author>
		<name>mercurysmiles</name>
	</author>
	<content type="html">when i execute the below command for fxcop through nant, i get build succeeded message but with 1 non-fatal error and 3 warnings.
&lt;br&gt;&lt;br&gt;command:
&lt;br&gt;&amp;lt;exec program=&amp;quot;C:\Program Files\Microsoft FxCop 1.35\fxcopcmd.exe&amp;quot; commandline=&amp;quot;/p:D:\test\fxcoptest.fxcop /f:D:\test\abc.dll /f:D:\test\def.dll /f:D:\test\ghi.dll /o:D:\test\fxcoptest.xml /forceoutput&amp;quot; failonerror=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;error: 
&lt;br&gt;[exec] External Program Failed: C:\Program Files\Microsoft FxCop 1.35\fxcopcmd.exe (return code was 8)
&lt;br&gt;warnings:
&lt;br&gt;[exec] Could not load file: 'D:\test\abc.dll'
&lt;br&gt;[exec] Could not load file: 'D:\test\def.dll'
&lt;br&gt;[exec] Could not load file: 'D:\test\ghi.dll'
&lt;br&gt;&lt;br&gt;if anyone knows the solution, please respond.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NAnt---External-Program-Failed-tp20600688p20600688.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563714</id>
	<title>Re: xmlpeek - Multiple nodes found with the XPath expression</title>
	<published>2008-11-18T08:54:57Z</published>
	<updated>2008-11-18T08:54:57Z</updated>
	<author>
		<name>netvampire.tw</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif, 新細明體;font-size:12pt&quot;&gt;&lt;DIV&gt;
&lt;DIV&gt;Hi~I had wrote a script my buildfile and solved my problem.take a look at my solution and feedback to me.thanks~&lt;/DIV&gt;
&lt;DIV&gt;please&amp;nbsp;link to &lt;A href=&quot;http://groups.google.com.tw/group/SCM_OnLine/web/nant-loop-xmlpeek-using-script&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;FONT color=#810081&gt;http://groups.google.com.tw/group/SCM_OnLine/web/nant-loop-xmlpeek-using-script&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;







      &lt;table align=left border=0 cellspacing=0 width=&quot;100%&quot;&gt;&lt;tr&gt;&lt;td bgcolor=black height=1&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height=40&gt;付費才容量無上限？Yahoo!奇摩電子信箱2.0免費給你，信件永遠不必刪！ - &lt;a href=&quot;http://tw.rd.yahoo.com/referurl/mail/mail20/tag_hot0103/*http://tw.mg0.mail.yahoo.com/dc/landing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;馬上體驗&lt;/a&gt;！&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563714&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-xmlpeek---Multiple-nodes-found-with-the-XPath-expression-tp20563714p20563714.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20563639</id>
	<title>Re: xmlpeek multinode and script parameters</title>
	<published>2008-11-18T08:53:10Z</published>
	<updated>2008-11-18T08:53:10Z</updated>
	<author>
		<name>netvampire.tw</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif, 新細明體;font-size:12pt&quot;&gt;&lt;DIV&gt;Hi~I had wrote a script my buildfile and solved my problem.take a look at my solution and feedback to me.thanks~&lt;/DIV&gt;
&lt;DIV&gt;please&amp;nbsp;link to &lt;A href=&quot;http://groups.google.com.tw/group/SCM_OnLine/web/nant-loop-xmlpeek-using-script&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com.tw/group/SCM_OnLine/web/nant-loop-xmlpeek-using-script&lt;/A&gt;&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;







      &lt;table align=left border=0 cellspacing=0 width=&quot;100%&quot;&gt;&lt;tr&gt;&lt;td bgcolor=black height=1&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height=40&gt;付費才容量無上限？Yahoo!奇摩電子信箱2.0免費給你，信件永遠不必刪！ - &lt;a href=&quot;http://tw.rd.yahoo.com/referurl/mail/mail20/tag_hot0103/*http://tw.mg0.mail.yahoo.com/dc/landing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;馬上體驗&lt;/a&gt;！&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20563639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/xmlpeek-multinode-and-script-parameters-tp20551346p20563639.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20555974</id>
	<title>Re: xmlpeek multinode and script parameters</title>
	<published>2008-11-18T01:16:17Z</published>
	<updated>2008-11-18T01:16:17Z</updated>
	<author>
		<name>netvampire.tw</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman, new york, times, serif, 新細明體;font-size:12pt&quot;&gt;&lt;DIV&gt;Dear &lt;SPAN class=sender&gt;Mike:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; I had try to use xmllist,but&amp;nbsp;I still have&amp;nbsp;problems here.my xml as below.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;when I use xmllist //list/dirset/revision,I got 2,3&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;when I use xmllist //list/dirset/basedir,I got d:\workspace\Edwin2\,d:\workspace\Edwin3\&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;then I want to use exec task and three properties&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&amp;lt;exec program=&quot;app&quot;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&amp;lt;arg value=&quot;${revision}&quot;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&amp;lt;arg value=&quot;${basedir}&quot;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&amp;lt;arg value=&quot;${todir}&quot;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;I only can use foreach once a property,isn't it?how can I combind three property together&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;and loop ? thanks for help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=sender&gt;&lt;SPAN class=sender&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=sender&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&lt;BR&gt;&amp;lt;list&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;dirset&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;revision&amp;gt;2&amp;lt;/revision&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;basedir&amp;gt;d:\workspace\Edwin2\&amp;lt;/basedir&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;todir&amp;gt;D:\release2&amp;lt;/todir&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/dirset&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;dirset&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;revision&amp;gt;3&amp;lt;/revision&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;basedir&amp;gt;d:\workspace\Edwin3\&amp;lt;/basedir&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;todir&amp;gt;D:\release3&amp;lt;/todir&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/dirset&amp;gt;&lt;BR&gt;&amp;lt;/list&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;







      &lt;table align=left border=0 cellspacing=0 width=&quot;100%&quot;&gt;&lt;tr&gt;&lt;td bgcolor=black height=1&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height=40&gt;付費才容量無上限？Yahoo!奇摩電子信箱2.0免費給你，信件永遠不必刪！ - &lt;a href=&quot;http://tw.rd.yahoo.com/referurl/mail/mail20/tag_hot0103/*http://tw.mg0.mail.yahoo.com/dc/landing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;馬上體驗&lt;/a&gt;！&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20555974&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/xmlpeek-multinode-and-script-parameters-tp20551346p20555974.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20551346</id>
	<title>xmlpeek multinode and script parameters</title>
	<published>2008-11-17T16:25:53Z</published>
	<updated>2008-11-17T16:25:53Z</updated>
	<author>
		<name>Mike Frederick-2</name>
	</author>
	<content type="html">I'm only addressing the XMLPEEK question; my answer makes the second 
&lt;br&gt;question unnecessary.
&lt;br&gt;&lt;br&gt;Don't use xmlpeek for this operation. &amp;nbsp;I only use xmllist 
&lt;br&gt;now...&lt;a href=&quot;http://weblogs.asp.net/soever/archive/2006/12/01/nant-xmllist-command-updated.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.asp.net/soever/archive/2006/12/01/nant-xmllist-command-updated.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;XMLLIST allows for multi-attribute/multi-node reads. &amp;nbsp;It also does the 
&lt;br&gt;correct thing with output (output only occurs when logging is set to 
&lt;br&gt;Verbose).
&lt;br&gt;&lt;br&gt;Date: Sun, 16 Nov 2008 15:17:33 +0800 (CST)
&lt;br&gt;From: &amp;quot;netvampire.tw&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20551346&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netvampire.tw@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: [NAnt-users] xmlpeek multinode and script parameter?
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20551346&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nant-users@...&lt;/a&gt;
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20551346&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;318607.86030.qm@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Content-Type: text/plain; charset=&amp;quot;utf-8&amp;quot;
&lt;br&gt;&lt;br&gt;I have a XML see blow,I want to read the revision recuresively.I had read Archives history.I can use nodeindex and foreach to read.but in the history it must already know how many nodeindex are there in xml file.I write a script to count nodeindex.
&lt;br&gt;I have problems
&lt;br&gt;1.may I use dynamic xmlpeek recursively?
&lt;br&gt;2.how can I use method parameter in the script? I need use scirpt with parameters with input filename and xpath
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;NAnt-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20551346&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;NAnt-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/nant-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/nant-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/xmlpeek-multinode-and-script-parameters-tp20551346p20551346.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20548601</id>
	<title>Re: problems building castle with 3.5</title>
	<published>2008-11-17T13:26:26Z</published>
	<updated>2008-11-17T13:26:26Z</updated>
	<author>
		<name>Jan Limpens-2</name>
	</author>
	<content type="html">problems resolved by referencing registry keys that had consistent path values
&lt;br&gt;thanks!
&lt;br&gt;&lt;br&gt;On Mon, Nov 17, 2008 at 3:39 PM, Jan Limpens &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20548601&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jan@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am having difficulties to build the castle stack
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://svn.castleproject.org:8080/svn/castle/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.castleproject.org:8080/svn/castle/trunk&lt;/a&gt;) with nant 3.5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The whole project starts to build just nicely but after 20 or so
&lt;br&gt;&amp;gt; successful 3.5 builds it suddenly fails.
&lt;br&gt;&amp;gt; I tried repeating the build process on a clean windows xp sp3 vm
&lt;br&gt;&amp;gt; (fresh install) with nothing but nant, svn and .net-3.5 installed and
&lt;br&gt;&amp;gt; got to the very same result.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone can help me?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; excerpt of the log (first a building project, then the failing):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BUILD SUCCEEDED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Total time: 0.6 seconds.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[nant]
&lt;br&gt;&amp;gt; C:\data\castle\InversionOfControl\Castle.Windsor\Castle.Windsor.build
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Buildfile:
&lt;br&gt;&amp;gt; file:///C:/data/castle/InversionOfControl/Castle.Windsor/Castle.Windsor.build
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target framework: Microsoft .NET Framework 3.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Base Directory:
&lt;br&gt;&amp;gt; C:\data\castle\InversionOfControl\Castle.Windsor.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target(s) specified: build
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [include] Including file
&lt;br&gt;&amp;gt; C:\data\castle\common-project.xml.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [include] Including file C:\data\castle\common.xml.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;sign&amp;quot; already exists,
&lt;br&gt;&amp;gt; and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;common.run-tests&amp;quot;
&lt;br&gt;&amp;gt; already exists, and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property
&lt;br&gt;&amp;gt; &amp;quot;common.testrunner.enabled&amp;quot; already exists, and &amp;quot;overwrite&amp;quot; is set to
&lt;br&gt;&amp;gt; false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property
&lt;br&gt;&amp;gt; &amp;quot;common.testrunner.failonerror&amp;quot; already exists, and &amp;quot;overwrite&amp;quot; is set
&lt;br&gt;&amp;gt; to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;ar.dialect&amp;quot; already
&lt;br&gt;&amp;gt; exists, and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property
&lt;br&gt;&amp;gt; &amp;quot;ar.connection.driver_class&amp;quot; already exists, and &amp;quot;overwrite&amp;quot; is set to
&lt;br&gt;&amp;gt; false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property
&lt;br&gt;&amp;gt; &amp;quot;ar.connection.connection_string.1&amp;quot; already exists, and &amp;quot;overwrite&amp;quot; is
&lt;br&gt;&amp;gt; set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property
&lt;br&gt;&amp;gt; &amp;quot;ar.connection.connection_string.2&amp;quot; already exists, and &amp;quot;overwrite&amp;quot; is
&lt;br&gt;&amp;gt; set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property
&lt;br&gt;&amp;gt; &amp;quot;registry.dotnet.v3.0.Installed&amp;quot; already exists, and &amp;quot;overwrite&amp;quot; is
&lt;br&gt;&amp;gt; set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [readregistry] Opening
&lt;br&gt;&amp;gt; LocalMachine:SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [readregistry] Opening
&lt;br&gt;&amp;gt; LocalMachine:SOFTWARE\Microsoft\NET Framework
&lt;br&gt;&amp;gt; Setup\NDP\v3.0\Setup\Windows Communication Foundation\.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;project.version&amp;quot; already
&lt;br&gt;&amp;gt; exists, and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;svn.revision&amp;quot; already
&lt;br&gt;&amp;gt; exists, and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; common.check-nant-version:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; common.find-tools:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;nunit-console2&amp;quot; already
&lt;br&gt;&amp;gt; exists, and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;nunit-console&amp;quot; already
&lt;br&gt;&amp;gt; exists, and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[property] Property &amp;quot;wix.dir&amp;quot; already exists,
&lt;br&gt;&amp;gt; and &amp;quot;overwrite&amp;quot; is set to false.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 