Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
  #1  
Old 09-21-2004, 05:28 PM
dsmith dsmith is online now
Registered User
 
Join Date: 06-05-2003
Posts: 5
/clean does not work

I tried passing /clean to a .NET 2003 project via Options tab (Enter any additional values...). It worked when I used a VC6 project but not .NET 2003. .NET 2003 expects /clean *instead* of /build and /clean is supposed to be the first parameter to devenv.exe. devenv.exe /build abc.sln /clean does not work.
Reply With Quote
  #2  
Old 09-21-2004, 06:09 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Clean is not supported in the Make VS.NET action. Is there any particular reason not to just do a force rebuild (equivalent of clean, then build) instead of clean? If you must perform a clean, use a Run Program action with a command of:

%DEVENV_NET% /clean solconfig "c:\path\to\slnfile.sln"

although in my tests /clean only seemed to do something for C++ projects.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 02:05 PM.


Copyright © 1999-2023 Kinook Software, Inc.