[NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Zachary B. Wheeler
Hi All Is it possible to tokenize an entire script tag In my config file I have: "/> "/> But when I run my build I get the following error: Hexadecimal value 0x3c is n invalid attribute character Za

Re: [NAnt-users] addendum to vs2008, 2.0 framework, ---- my build file

2009-02-27 Thread Zachary B. Wheeler
that I selected in the solution explorer. Is this correct or am I totally off base. When I select the Net Framework 3.5 in the solution explorer then every thing runs fine; however, I have not identified the 2.0 framework? Zachary B. Wheeler Principal www.sddmtech.com "We List

Re: [NAnt-users] addendum to vs2008, 2.0 framework, ---- my build file

2009-02-27 Thread Zachary B. Wheeler
ute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Total time: 1.1 seconds. Am I missing an extension or file that states what the solution is? Zachary B. Wheeler Principal www.sddmtech.com "We Listen To Our Customers&

[NAnt-users] addendum to vs2008, 2.0 framework, ---- my build file

2009-02-27 Thread Zachary B. Wheeler
Here is the build file that I am using Zachary B. Wheeler Principal www.sddmtech.com "We Listen To Our Customers" Contact: 202.528.8969 Toll Free: 866.830.4147 Fax: 20

[NAnt-users] vs2008, 2.0 framework

2009-02-27 Thread Zachary B. Wheeler
true ilasm ildasm Zachary B. Wh

Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread Zachary B. Wheeler
U can use a script task If u need n example let me know Zachary B. Wheeler Principal www.sddmtech.com "We Listen To Our Customers" Contact: 202.528.8969 Toll Free: 866.830.4147 Fax: 202.478.2886 From: Michael Pento [mailto:mpe...@metratech.com] Sent: Thursday, F

[NAnt-users] psexec

2009-02-17 Thread Zachary B. Wheeler
the registery to modified on the remote machine (or is this something it will not allow). Mybat file setup.bat Iisweb /stop aspApplication Regsvr32 -u x:\dlls\aspDlls.dll Target Zachary B. Wheeler Principal www.sddmtech.com "We Listen T

[NAnt-users] PSTools - help

2009-02-13 Thread Zachary B. Wheeler
error? Do I have to have psexec installed on the remote computer as well? ?xml version="1.0" encoding="utf-8" ?> http://nant.sf.net/release/0.85/nant.xsd";>

[NAnt-users] nant , vs 2008 on 2.0 framework

2009-02-13 Thread Zachary B. Wheeler
? Zachary B. Wheeler Principal www.sddmtech.com "We Listen To Our Customers" Contact: 202.528.8969 Toll Free: 866.830.4147 Fax: 202.478.2886 -- Open Source Business Conference (OSBC), March 24-25, 2009, San

[NAnt-users] psExec

2009-02-10 Thread Zachary B. Wheeler
Hi All I have to research psExec. Has anyone used it. I read about it but how is it used with respect to Nant ? Thanks -Zac -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software

[NAnt-users] running a batch file

2009-02-10 Thread Zachary B. Wheeler
I have a batch file that I want to run from nant; I just want it to map a drive here is my target What is wrong with this bat file? When I run it it just hangs -- Create and Deploy Rich Internet Apps outside

[NAnt-users] Need Help with Including Config File in Build File

2009-02-06 Thread Zachary B. Wheeler
I have created a build file (script.build) and everything worked fine. Then I stripped out the properties and included them in another file called usa.config. I put an then I tried to use the properties and I keep getting the following error:Property has not been set. Below is the code for th

[NAnt-users] below are some more helpful task: Register DLLS, Unregister DLLS, Restart IIS, Compile VB6 program using Nant and NantContrib

2009-02-06 Thread Zachary B. Wheeler
Someone may find these useful --

[NAnt-users] examples of Environment Config Files

2009-02-06 Thread Zachary B. Wheeler
Hi Wanted to know if anyone has any existing development and production config files that I can view. I am new here only a week but I have to now create dev and production config files . just need to take a look at how they are set up. Regards Zac --

[NAnt-users] Accessing Properties Solved - thanks Chris

2009-02-06 Thread Zachary B. Wheeler
In the script task or scriptMain C#: project.Properties["Property Name"] Vb.net: project.Properties("Property Name") -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adob

[NAnt-users] question or help on ScriptMain(project as Project)

2009-02-06 Thread Zachary B. Wheeler
Has anyonepassed project parameters before if so what is the syntax. The link to this broken on the Script Task Reference page. I thought that in the ScriptMain(project as Project) that I could use any of the available properties in the build file. For instance Then in Public Sh

[NAnt-users] Just Some Targets that i have working that might help someone else out

2009-02-06 Thread Zachary B. Wheeler