Re: [nant-dev] aspnet_compiler task

2006-10-17 Thread Gert Driesen
Ram,

Send them to the NAnt or NAntContrib list. I cannot guarantee that I'll have 
to look into these soon.

Also, I think we should first discuss how we're going to package these .NET 
2.0 (and higher) extensions.

Gert

- Original Message - 
From: Ramprakash Gopinathan [EMAIL PROTECTED]
To: Gert Driesen [EMAIL PROTECTED]; 'Martin Aliger' 
[EMAIL PROTECTED]; nant-developers@lists.sourceforge.net
Sent: Monday, October 16, 2006 10:53 PM
Subject: Re: [nant-dev] aspnet_compiler task



Gert,
I currently have one task i wrote for .NET 2.0, this is to get propery value 
from msbuild project file.  We have a 2 generic targets called fxcop and 
CodeCoverage  in master build script that has the need to examine project 
properties.
for instance the fxcop target loops through all project files in source 
directory to get assembly name and uses it to run fxcop.
Do you want me to send the source files with tests to you? I can add the 
aspnet_compiler tasks to this list as well

Let me know...

Thanks,
Ram/


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; 
[EMAIL PROTECTED]; [EMAIL PROTECTED]: RE: 
[nant-dev] aspnet_compiler taskDate: Mon, 16 Oct 2006 19:08:58 +0200






Hi Martin, Ram,

Nothing prevents us from having a separate NAnt.Contrib assembly for 2.0 
specific extensions (tasks, functions, filters, …).

We could also conditionally build these extension when NantContrib is built 
targeting .NET 2.0, but then the official binary distribution would not 
contain these extensions.

Gert




From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Ramprakash GopinathanSent: maandag 16 oktober 2006 18:44To: Martin Aliger; 
[EMAIL PROTECTED]: Re: [nant-dev] aspnet_compiler 
task

Hi Martin, I din't realize that contrib tasks need to be compatible under 
1.0, I guess I'll add it to my custom tasks list for 2.0. I suggested it 
because its going to be a common task that everyone who is trying to 
automate asp.net builds is going to want it. May be we need a nant20 contrib 
site we can post all tasks 2.0 specific stuffThanks for clarifying it Ram/



 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; 
 nant-developers@lists.sourceforge.net Subject: RE: [nant-dev] 
 aspnet_compiler task Date: Mon, 16 Oct 2006 18:22:26 +0200  Hi Ram,  
 I'd love to see such a task, even more if it supports WebApplication 
 model (as well as web sites). Also there is aspnet_merge tool, which 
 would be very nice to have (they are interconnected afaik).  btw: those 
 functionalities could be accessed directly via System.Web.Compilation 
 namespace. Or perhaps as commandline wrappers. I'd like more the direct 
 calls, even that it will need 2.0 framework (which is problem in current 
 contrib project). But you can always make new Ram.NAnt.AspnetTasks.dll 
 :-) For being part of NantContrib, you'd have to be compilable under 1.0 
 though.  Martin    From: 
 [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Ramprakash Gopinathan Sent: Monday, October 16, 2006 5:52 PM To: 
 nant-developers@lists.sourceforge.net Subject: [nant-dev] aspnet_compiler 
 taskIs there any plan for adding an aspnet_compiler task to nant 
 contrib? I'd like to develop this if no one is working on it or has 
 already got something developed. Let me know what you guys think...  
 Thanks, Ram/  





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


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


Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Martin Aliger
Hi Ram,
 
I'd love to see such a task, even more if it supports WebApplication model
(as well as web sites). Also there is aspnet_merge tool, which would be very
nice to have (they are interconnected afaik).

btw: those functionalities could be accessed directly via
System.Web.Compilation namespace. Or perhaps as commandline wrappers. I'd
like more the direct calls, even that it will need 2.0 framework (which is
problem in current contrib project). But you can always make new
Ram.NAnt.AspnetTasks.dll :-) For being part of NantContrib, you'd have to be
compilable under 1.0 though.

Martin 


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ramprakash Gopinathan
Sent: Monday, October 16, 2006 5:52 PM
To: nant-developers@lists.sourceforge.net
Subject: [nant-dev] aspnet_compiler task


 
Is there any plan for adding an aspnet_compiler task to nant
contrib? I'd like to develop this if no one is working on it or has already
got something developed.
Let me know what you guys think...
 
Thanks,
Ram/




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


Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan


Hi Martin,

I din't realize that contrib tasks need to be compatible under 1.0, I guess I'll add it to my custom tasks list for 2.0. I suggested it because its going to be a common task that everyonewho is trying to automateasp.net builds isgoing to want it.

May be we need a nant20 contrib site we can post all tasks 2.0 specific stuff
Thanks for clarifying it

Ram/



 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; nant-developers@lists.sourceforge.net Subject: RE: [nant-dev] aspnet_compiler task Date: Mon, 16 Oct 2006 18:22:26 +0200  Hi Ram,  I'd love to see such a task, even more if it supports WebApplication model (as well as web sites). Also there is aspnet_merge tool, which would be very nice to have (they are interconnected afaik).  btw: those functionalities could be accessed directly via System.Web.Compilation namespace. Or perhaps as commandline wrappers. I'd like more the direct calls, even that it will need 2.0 framework (which is problem in current contrib project). But you can always make new Ram.NAnt.AspnetTasks.dll :-) For being part of NantContrib, you'd have to be compilable under 1.0 though.  Martin    From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramprakash Gopinathan Sent: Monday, October 16, 2006 5:52 PM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] aspnet_compiler taskIs there any plan for adding an aspnet_compiler task to nant contrib? I'd like to develop this if no one is working on it or has already got something developed. Let me know what you guys think...  Thanks, Ram/   
-
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-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Gert Driesen








Hi Martin, Ram,



Nothing prevents us from having a separate NAnt.Contrib assembly
for 2.0 specific extensions (tasks, functions, filters, ).



We could also conditionally build these extension when NantContrib
is built targeting .NET 2.0, but then the official binary distribution would
not contain these extensions.



Gert









From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ramprakash
Gopinathan
Sent: maandag 16 oktober 2006 18:44
To: Martin Aliger; nant-developers@lists.sourceforge.net
Subject: Re: [nant-dev] aspnet_compiler task








Hi Martin,

I din't realize that contrib tasks need to be compatible under 1.0, I guess
I'll add it to my custom tasks list for 2.0. I suggested it because its going
to be a common task that everyonewho is trying to automateasp.net
builds isgoing to want it.

May be we need a nant20 contrib site we can post all tasks 2.0 specific stuff

Thanks for clarifying it

Ram/










 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; nant-developers@lists.sourceforge.net
 Subject: RE: [nant-dev] aspnet_compiler task
 Date: Mon, 16 Oct 2006 18:22:26 +0200
 
 Hi Ram,
 
 I'd love to see such a task, even more if it supports WebApplication model
 (as well as web sites). Also there is aspnet_merge tool, which would be
very
 nice to have (they are interconnected afaik).
 
 btw: those functionalities could be accessed directly via
 System.Web.Compilation namespace. Or perhaps as commandline wrappers. I'd
 like more the direct calls, even that it will need 2.0 framework (which is
 problem in current contrib project). But you can always make new
 Ram.NAnt.AspnetTasks.dll :-) For being part of NantContrib, you'd have to
be
 compilable under 1.0 though.
 
 Martin 
 
 
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Ramprakash Gopinathan
 Sent: Monday, October 16, 2006 5:52 PM
 To: nant-developers@lists.sourceforge.net
 Subject: [nant-dev] aspnet_compiler task
 
 
 
 Is there any plan for adding an aspnet_compiler task to nant
 contrib? I'd like to develop this if no one is working on it or has
already
 got something developed.
 Let me know what you guys think...
 
 Thanks,
 Ram/
 
 
 








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


Re: [nant-dev] aspnet_compiler task

2006-10-16 Thread Ramprakash Gopinathan



Gert,
I currently have one task i wrote for .NET 2.0, this is to get propery value from msbuild project file. We have a 2 generic targets called"fxcop" and "CodeCoverage"in master build script that has the need to examine project properties.
for instance the fxcop targetloops through all project files in source directoryto get assembly name and uses it to run fxcop. 
Do you want me to send the source files with tests to you? I can add the aspnet_compiler tasks to this list as well

Let me know...

Thanks,
Ram/


From: [EMAIL PROTECTED]To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; nant-developers@lists.sourceforge.netSubject: RE: [nant-dev] aspnet_compiler taskDate: Mon, 16 Oct 2006 19:08:58 +0200






Hi Martin, Ram,

Nothing prevents us from having a separate NAnt.Contrib assembly for 2.0 specific extensions (tasks, functions, filters, …).

We could also conditionally build these extension when NantContrib is built targeting .NET 2.0, but then the official binary distribution would not contain these extensions.

Gert




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramprakash GopinathanSent: maandag 16 oktober 2006 18:44To: Martin Aliger; nant-developers@lists.sourceforge.netSubject: Re: [nant-dev] aspnet_compiler task

Hi Martin,I din't realize that contrib tasks need to be compatible under 1.0, I guess I'll add it to my custom tasks list for 2.0. I suggested it because its going to be a common task that everyonewho is trying to automateasp.net builds isgoing to want it.May be we need a nant20 contrib site we can post all tasks 2.0 specific stuffThanks for clarifying itRam/



 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; nant-developers@lists.sourceforge.net Subject: RE: [nant-dev] aspnet_compiler task Date: Mon, 16 Oct 2006 18:22:26 +0200  Hi Ram,  I'd love to see such a task, even more if it supports WebApplication model (as well as web sites). Also there is aspnet_merge tool, which would be very nice to have (they are interconnected afaik).  btw: those functionalities could be accessed directly via System.Web.Compilation namespace. Or perhaps as commandline wrappers. I'd like more the direct calls, even that it will need 2.0 framework (which is problem in current contrib project). But you can always make new Ram.NAnt.AspnetTasks.dll :-) For being part of NantContrib, you'd have to be compilable under 1.0 though.  Martin    From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramprakash Gopinathan Sent: Monday, October 16, 2006 5:52 PM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] aspnet_compiler taskIs there any plan for adding an aspnet_compiler task to nant contrib? I'd like to develop this if no one is working on it or has already got something developed. Let me know what you guys think...  Thanks, Ram/   
-
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-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers