Re: [NAntC-Dev] Compiling under VS2005

2006-07-09 Thread Gert Driesen
 

 -Original Message-
 From: Shmarya Rubenstein [mailto:[EMAIL PROTECTED] 
 Sent: zaterdag 8 juli 2006 21:44
 To: Gert Driesen
 Cc: nantcontrib-developer@lists.sourceforge.net
 Subject: Re: [NAntC-Dev] Compiling under VS2005
 
 Hi,
 
 If you add the following as a pre-build event, everything is 
 hanky-dory:
 
 $(DevEnvDir)..\..\SDK\v2.0\Bin\xsd.exe 
 $(ProjectDir)Tasks\Msi\Msitask.xsd /c /l:CS 
 /n:NAnt.Contrib.Schemas.Msi  
 /uri:NAnt.Contrib.Tasks.Msi.MsiTask /o:$(ProjectDir)Tasks\Msi\

Yeah, but that won't work when targeting .NET 1.0 or 1.1, or when the SDK is
installed in another directory.

Not sure how we should proceed with this.

Gert



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer


Re: [NAntC-Dev] Compiling under VS2005

2006-07-08 Thread Shmarya Rubenstein




Shouldn't there be a pre-build-event to generate the file so that one
can debug nant-contrib from within VS?

Shmarya


Gert Driesen wrote:

   

  
  
-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] 
On Behalf Of Shmarya Rubenstein
Sent: vrijdag 7 juli 2006 13:27
To: nantcontrib-developer@lists.sourceforge.net
Subject: [NAntC-Dev] Compiling under VS2005

Hello all,

I'm trying to get NAntContrib (CVS Head) to compile in VS.NET 
2005 without a lot of success. There seem to be a bunch of 
dependencies missing

Anyone had any success with this? 

  
  
You should build it using the supplied build scripts. 

The VS.NET project needs references to:

- NAnt.Core
- NAnt.DotNetTasks

But it also needs to include sources that built from MsiTask.xsd (using
xsd.exe).

Gert


  




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer


Re: [NAntC-Dev] Compiling under VS2005

2006-07-08 Thread Shmarya Rubenstein




Hi,

If you add the following as a pre-build event, everything is hanky-dory:

 "$(DevEnvDir)..\..\SDK\v2.0\Bin\xsd.exe"
"$(ProjectDir)Tasks\Msi\Msitask.xsd" /c /l:CS
/n:NAnt.Contrib.Schemas.Msi /uri:NAnt.Contrib.Tasks.Msi.MsiTask
/o:$(ProjectDir)Tasks\Msi\
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer


Re: [NAntC-Dev] Compiling under VS2005

2006-07-07 Thread Gert Driesen
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 On Behalf Of Shmarya Rubenstein
 Sent: vrijdag 7 juli 2006 13:27
 To: nantcontrib-developer@lists.sourceforge.net
 Subject: [NAntC-Dev] Compiling under VS2005
 
 Hello all,
 
 I'm trying to get NAntContrib (CVS Head) to compile in VS.NET 
 2005 without a lot of success. There seem to be a bunch of 
 dependencies missing
 
 Anyone had any success with this? 

You should build it using the supplied build scripts. 

The VS.NET project needs references to:

- NAnt.Core
- NAnt.DotNetTasks

But it also needs to include sources that built from MsiTask.xsd (using
xsd.exe).

Gert


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer