Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Burgess, Michael
Solution task can't be used because we have .csdproj files as it's a
win32/ce/citrix project.

Don't know much about MSBuild other than my dabble with it on a 4-day
VSTS workshop.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Feldman
Sent: 08 August 2006 13:39
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Burgess, Michael wrote:

 This may be less a NAnt problem and more an MS issue, but I'm sure you

 guys would be able to help.

 If I'm currently calling 'devenv' through the exec task and realise 
 that it's pretty inefficient.

 Is there any kind of thing to consider when porting my scripts to 
 build using 'csc'? Are there any limitations or projects that can't be

 built in this manner, such as deployment etc?

First consider using the solution task, or the NAntContrib msbuild 
task if you're using VS.Net 2005.

Gary



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


___

This e-mail and the documents attached are confidential and intended
solely for the addressee; it may also be privileged. If you receive this
e-mail in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the
sender endeavours to maintain a computer virus-free network, the
sender does not warrant that this transmission is virus-free and will
not be liable for any damages resulting from any virus transmitted. 
___

-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Bonio Lopez
Hi,
Here is an example how to use ms_build
loadtasks assembly=${NantContribBaseDir}\NAnt.Contrib.Tasks.dll /
msbuild  project=XXX.csdproj  
property name=Configuration value=Release /
/msbuild

Regards,
Boni 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Burgess,
Michael
Sent: Dienstag, 8. August 2006 14:37
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Solution task can't be used because we have .csdproj files as it's a
win32/ce/citrix project.

Don't know much about MSBuild other than my dabble with it on a 4-day VSTS
workshop.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman
Sent: 08 August 2006 13:39
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Burgess, Michael wrote:

 This may be less a NAnt problem and more an MS issue, but I'm sure you

 guys would be able to help.

 If I'm currently calling 'devenv' through the exec task and realise 
 that it's pretty inefficient.

 Is there any kind of thing to consider when porting my scripts to 
 build using 'csc'? Are there any limitations or projects that can't be

 built in this manner, such as deployment etc?

First consider using the solution task, or the NAntContrib msbuild task
if you're using VS.Net 2005.

Gary



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


___

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not
warrant that this transmission is virus-free and will not be liable for any
damages resulting from any virus transmitted. 
___

-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Burgess, Michael
Is that VS2005 only?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bonio
Lopez
Sent: 08 August 2006 17:03
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Hi,
Here is an example how to use ms_build
loadtasks assembly=${NantContribBaseDir}\NAnt.Contrib.Tasks.dll /
msbuild  project=XXX.csdproj  
property name=Configuration value=Release /
/msbuild

Regards,
Boni 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Burgess,
Michael
Sent: Dienstag, 8. August 2006 14:37
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Solution task can't be used because we have .csdproj files as it's a
win32/ce/citrix project.

Don't know much about MSBuild other than my dabble with it on a 4-day
VSTS
workshop.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Feldman
Sent: 08 August 2006 13:39
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Burgess, Michael wrote:

 This may be less a NAnt problem and more an MS issue, but I'm sure you

 guys would be able to help.

 If I'm currently calling 'devenv' through the exec task and realise 
 that it's pretty inefficient.

 Is there any kind of thing to consider when porting my scripts to 
 build using 'csc'? Are there any limitations or projects that can't be

 built in this manner, such as deployment etc?

First consider using the solution task, or the NAntContrib msbuild
task
if you're using VS.Net 2005.

Gary



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


___

This e-mail and the documents attached are confidential and intended
solely
for the addressee; it may also be privileged. If you receive this e-mail
in
error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin
group
liability cannot be triggered for the message content. Although the
sender
endeavours to maintain a computer virus-free network, the sender does
not
warrant that this transmission is virus-free and will not be liable for
any
damages resulting from any virus transmitted. 
___


-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Bonio Lopez
Yes, ms_build supports VS2005 only
-Original Message-
From: Burgess, Michael [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 8. August 2006 18:13
To: Bonio Lopez; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Is that VS2005 only?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez
Sent: 08 August 2006 17:03
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Hi,
Here is an example how to use ms_build
loadtasks assembly=${NantContribBaseDir}\NAnt.Contrib.Tasks.dll /
msbuild  project=XXX.csdproj  
property name=Configuration value=Release /
/msbuild

Regards,
Boni 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Burgess,
Michael
Sent: Dienstag, 8. August 2006 14:37
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Solution task can't be used because we have .csdproj files as it's a
win32/ce/citrix project.

Don't know much about MSBuild other than my dabble with it on a 4-day VSTS
workshop.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman
Sent: 08 August 2006 13:39
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Burgess, Michael wrote:

 This may be less a NAnt problem and more an MS issue, but I'm sure you

 guys would be able to help.

 If I'm currently calling 'devenv' through the exec task and realise 
 that it's pretty inefficient.

 Is there any kind of thing to consider when porting my scripts to 
 build using 'csc'? Are there any limitations or projects that can't be

 built in this manner, such as deployment etc?

First consider using the solution task, or the NAntContrib msbuild task
if you're using VS.Net 2005.

Gary



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


___

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not
warrant that this transmission is virus-free and will not be liable for any
damages resulting from any virus transmitted. 
___


-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Bonio Lopez
No, either use exec and devenv or just csc tasks, and do a dependency
tracking manually using uptodate task.

-Original Message-
From: Burgess, Michael [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 8. August 2006 19:47
To: Bonio Lopez
Subject: RE: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Any ideas for VS2003?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez
Sent: 08 August 2006 19:27
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Yes, ms_build supports VS2005 only
-Original Message-
From: Burgess, Michael [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 8. August 2006 18:13
To: Bonio Lopez; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Is that VS2005 only?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bonio Lopez
Sent: 08 August 2006 17:03
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Hi,
Here is an example how to use ms_build
loadtasks assembly=${NantContribBaseDir}\NAnt.Contrib.Tasks.dll /
msbuild  project=XXX.csdproj  
property name=Configuration value=Release /
/msbuild

Regards,
Boni 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Burgess,
Michael
Sent: Dienstag, 8. August 2006 14:37
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Solution task can't be used because we have .csdproj files as it's a
win32/ce/citrix project.

Don't know much about MSBuild other than my dabble with it on a 4-day VSTS
workshop.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman
Sent: 08 August 2006 13:39
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

Burgess, Michael wrote:

 This may be less a NAnt problem and more an MS issue, but I'm sure you

 guys would be able to help.

 If I'm currently calling 'devenv' through the exec task and realise 
 that it's pretty inefficient.

 Is there any kind of thing to consider when porting my scripts to 
 build using 'csc'? Are there any limitations or projects that can't be

 built in this manner, such as deployment etc?

First consider using the solution task, or the NAntContrib msbuild task
if you're using VS.Net 2005.

Gary



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


___

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the sender
endeavours to maintain a computer virus-free network, the sender does not
warrant that this transmission is virus-free and will not be liable for any
damages resulting from any virus transmitted. 
___


-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-
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
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users



-
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