Re: [nant-dev] PostBuildEvent

2009-01-20 Thread Lokhande, Manjusha
Thanks for the update Kevin!

But actually, I do not wish to execute the PostBuildEvent at all. I want
to skip it. I can do so with MSBuild just passing /p:PostBuildEvent=""
on command line. This prevents the PostBuildEvent to fire. I want to do
the same thing in NAnt. And I cannot use MSBuild because the project is
in .NET framework 1.0.

Can you help me more on this?

 

Regards,

Manjusha Lokhande

 



From: scound...@gmail.com [mailto:scound...@gmail.com] On Behalf Of
Kevin Miller
Sent: Tuesday, January 20, 2009 7:04 PM
To: Lokhande, Manjusha
Cc: nant-developers@lists.sourceforge.net
Subject: Re: [nant-dev] PostBuildEvent

 

Manjusha,

 

Whatever you are doing in your post build step could likely be
accomplished by Nant itself. I usually invoke MSBuild to build solutions
and NAnt for everything else. For me this usually involves copying the
msbuild artifacts out of my ./src//bin/Release directories to
a common release folder. 

 

If you just want a target to execute when your entire NAnt build is
successful you could set the nant.onsuccess property -
http://nant.sourceforge.net/release/0.85/help/fundamentals/properties.ht
ml

 

I usually reserve nant.on for system level things like
unauthenticating from a server or rolling back a database.

 
Kevin Miller 



On Tue, Jan 20, 2009 at 2:34 AM, Lokhande, Manjusha
 wrote:

Thanks for the response Gert!

Can you or anybody give me some idea how I can achieve this?

 

Regards,

Manjusha Lokhande

 



From: Gert Driesen [mailto:gert.drie...@telenet.be] 
Sent: Tuesday, January 20, 2009 3:05 AM
To: Lokhande, Manjusha; nant-developers@lists.sourceforge.net
Subject: Re: [nant-dev] PostBuildEvent

 

Hi Manjusha,

 

No, this is not something we currently support in the  task.

 

Gert

 

From: Lokhande, Manjusha   

Sent: Tuesday, January 20, 2009 6:44 AM

To: nant-developers@lists.sourceforge.net 

Subject: [nant-dev] PostBuildEvent

 

Hi,

 

I have a PostBuildEvent defined in my .csproj file.

But I do not wish to run this event after completing the build through
NAnt. How could I achieve this with NAnt?

Is there any way to bypass PostBuildEvent using NAnt build script?

In case of MSBuild, a PostBuildEvent can be bypassed simply passing an
empty string to a parameter named PostBuildEvent (/p:PostBuildEvent="").

Is anybody aware of such thing in NAnt?

Please HELP!

 

Thanks,

Manjusha Lokhande

 

 

 



Important Notice to Recipients: 

It is important that you do not use e-mail to request, authorize or
effect the purchase or sale of any security or commodity, to send fund
transfer instructions, or to effect any other transactions. Any such
request, orders, or instructions that you send will not be accepted and
will not be processed by Morgan Stanley. 




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword 



___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

 

 

 



Important Notice to Recipients: 

It is important that you do not use e-mail to request, authorize or
effect the purchase or sale of any security or commodity, to send fund
transfer instructions, or to effect any other transactions. Any such
request, orders, or instructions that you send will not be accepted and
will not be processed by Morgan Stanley. 



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers
 
 
 


Important Notice to Recipients:
It is important that you do not use e-mail to request, authorize or effect the 
purchase or sale of any security or commodity, to send fund transfer 
instructions, or to effect any other transactions. Any such request, orders, or 
instructions that you send will not be accepted and will not be processed by 
Morgan Stanley.
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2524102 ] NUnit2 task support for SetUpFixture attribute

2009-01-20 Thread SourceForge.net
Bugs item #2524102, was opened at 2009-01-20 17:56
Message generated for change (Settings changed) made by ggeurts
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2524102&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
>Priority: 7
Private: No
Submitted By: Gerke Geurts (ggeurts)
Assigned to: Nobody/Anonymous (nobody)
Summary: NUnit2 task support for SetUpFixture attribute

Initial Comment:
Usage of the /fixture command line option for nunit-console does not support 
all nunit features. 

Extract from http://www.nunit.com/index.php?p=consoleCommandLine&r=2.4.8 about 
the /run command line option: "Unlike the /fixture option, this option affects 
the running rather than the loading of the tests. Consequently it supports much 
broader use, including situations involving SetUpFixtures, which are not run if 
the class in question is not loaded. You should use /run in lieu of /fixture in 
most cases." 


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2524102&group_id=31650

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2524102 ] NUnit2 task support for SetUpFixture attribute

2009-01-20 Thread SourceForge.net
Bugs item #2524102, was opened at 2009-01-20 17:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2524102&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gerke Geurts (ggeurts)
Assigned to: Nobody/Anonymous (nobody)
Summary: NUnit2 task support for SetUpFixture attribute

Initial Comment:
Usage of the /fixture command line option for nunit-console does not support 
all nunit features. 

Extract from http://www.nunit.com/index.php?p=consoleCommandLine&r=2.4.8 about 
the /run command line option: "Unlike the /fixture option, this option affects 
the running rather than the loading of the tests. Consequently it supports much 
broader use, including situations involving SetUpFixtures, which are not run if 
the class in question is not loaded. You should use /run in lieu of /fixture in 
most cases." 


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2524102&group_id=31650

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] PostBuildEvent

2009-01-20 Thread Gert Driesen
Hi Manjusha,

No, this is not something we currently support in the  task.

Gert

From: Lokhande, Manjusha 
Sent: Tuesday, January 20, 2009 6:44 AM
To: nant-developers@lists.sourceforge.net 
Subject: [nant-dev] PostBuildEvent


Hi,

 

I have a PostBuildEvent defined in my .csproj file.

But I do not wish to run this event after completing the build through NAnt. 
How could I achieve this with NAnt?

Is there any way to bypass PostBuildEvent using NAnt build script?

In case of MSBuild, a PostBuildEvent can be bypassed simply passing an empty 
string to a parameter named PostBuildEvent (/p:PostBuildEvent="").

Is anybody aware of such thing in NAnt?

Please HELP!

 

Thanks,

Manjusha Lokhande







Important Notice to Recipients: 
It is important that you do not use e-mail to request, authorize or effect the 
purchase or sale of any security or commodity, to send fund transfer 
instructions, or to effect any other transactions. Any such request, orders, or 
instructions that you send will not be accepted and will not be processed by 
Morgan Stanley. 





--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword 





___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] PostBuildEvent

2009-01-20 Thread Lokhande, Manjusha
Thanks for the response Gert!

Can you or anybody give me some idea how I can achieve this?

 

Regards,

Manjusha Lokhande

 



From: Gert Driesen [mailto:gert.drie...@telenet.be] 
Sent: Tuesday, January 20, 2009 3:05 AM
To: Lokhande, Manjusha; nant-developers@lists.sourceforge.net
Subject: Re: [nant-dev] PostBuildEvent

 

Hi Manjusha,

 

No, this is not something we currently support in the  task.

 

Gert

 

From: Lokhande, Manjusha   

Sent: Tuesday, January 20, 2009 6:44 AM

To: nant-developers@lists.sourceforge.net 

Subject: [nant-dev] PostBuildEvent

 

Hi,

 

I have a PostBuildEvent defined in my .csproj file.

But I do not wish to run this event after completing the build through
NAnt. How could I achieve this with NAnt?

Is there any way to bypass PostBuildEvent using NAnt build script?

In case of MSBuild, a PostBuildEvent can be bypassed simply passing an
empty string to a parameter named PostBuildEvent (/p:PostBuildEvent="").

Is anybody aware of such thing in NAnt?

Please HELP!

 

Thanks,

Manjusha Lokhande

 

 

 



Important Notice to Recipients: 

It is important that you do not use e-mail to request, authorize or
effect the purchase or sale of any security or commodity, to send fund
transfer instructions, or to effect any other transactions. Any such
request, orders, or instructions that you send will not be accepted and
will not be processed by Morgan Stanley. 




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword 



___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers
 
 
 


Important Notice to Recipients:
It is important that you do not use e-mail to request, authorize or effect the 
purchase or sale of any security or commodity, to send fund transfer 
instructions, or to effect any other transactions. Any such request, orders, or 
instructions that you send will not be accepted and will not be processed by 
Morgan Stanley.
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers