Re: [nant-dev] [0.8.3] RC2 build failure

2003-07-28 Thread Gert Driesen
I did make some changes to the build process on the main branch in order to
better support third party libraries (for multiple framework versions).

Apparently you've committed the NAnt.VSNet.build from the main branch to the
0.8.3 branch.

Gert

- Original Message - 
From: Matthew Mastracci [EMAIL PROTECTED]
To: John Barstow [EMAIL PROTECTED]
Cc: Nant-Developers (E-mail) [EMAIL PROTECTED]
Sent: Monday, July 28, 2003 7:47 AM
Subject: Re: [nant-dev] [0.8.3] RC2 build failure


 I actually hadn't touched that file.  I was getting that error when I
 was trying to build and assumed that I had just caught someone
 mid-checkin.  I haven't checked the CVS log to see what changes have
 been happening to the build process, however.

 On Sun, 2003-07-27 at 20:28, John Barstow wrote:
  I'm doing the build of RC2 with the 1.0 Framework and getting the
following
  build failure.  I assume it's related to the check-ins for the
solution
  fixes.  This is on BRANCH-083.
 
  BUILD FAILED
  C:\source\tools\nant\src\NAnt.VSNet\NAnt.VSNet.build(11,10):
   Property 'current.build.defines' has not been set!
 
  John C Barstow
 
 
 
  ---
  This SF.Net email sponsored by: Free pre-built ASP.NET sites including
  Data Reports, E-commerce, Portals, and Forums are available now.
  Download today and enter to win an XBOX or Visual Studio .NET.
 
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
  ___
  nant-developers mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/nant-developers
 -- 
 Matthew Mastracci [EMAIL PROTECTED]


 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites including
 Data Reports, E-commerce, Portals, and Forums are available now.
 Download today and enter to win an XBOX or Visual Studio .NET.

http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
 ___
 nant-developers mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nant-developers





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] [0.8.3] RC2 build failure

2003-07-28 Thread John Barstow
 Apparently you've committed the NAnt.VSNet.build from the main branch to
the
 0.8.3 branch.
No problem, I've got the build happening.  I'll commit my changes back to
the branch before tagging the release.  Barring any unexpected issues, RC2
will be out tonight.

John C Barstow


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] [0.8.3] RC2 build failure

2003-07-28 Thread Matthew Mastracci
Doh!  I did do a merge from HEAD to 0.8.3.  That would explain why it
was busted...   I can revert it tomorrow, unless someone has a chance
tonite.

On Mon, 2003-07-28 at 00:03, Gert Driesen wrote:
 I did make some changes to the build process on the main branch in order to
 better support third party libraries (for multiple framework versions).
 
 Apparently you've committed the NAnt.VSNet.build from the main branch to the
 0.8.3 branch.

 Gert
 
 - Original Message - 
 From: Matthew Mastracci [EMAIL PROTECTED]
 To: John Barstow [EMAIL PROTECTED]
 Cc: Nant-Developers (E-mail) [EMAIL PROTECTED]
 Sent: Monday, July 28, 2003 7:47 AM
 Subject: Re: [nant-dev] [0.8.3] RC2 build failure
 
 
  I actually hadn't touched that file.  I was getting that error when I
  was trying to build and assumed that I had just caught someone
  mid-checkin.  I haven't checked the CVS log to see what changes have
  been happening to the build process, however.
 
  On Sun, 2003-07-27 at 20:28, John Barstow wrote:
   I'm doing the build of RC2 with the 1.0 Framework and getting the
 following
   build failure.  I assume it's related to the check-ins for the
 solution
   fixes.  This is on BRANCH-083.
  
   BUILD FAILED
   C:\source\tools\nant\src\NAnt.VSNet\NAnt.VSNet.build(11,10):
Property 'current.build.defines' has not been set!
  
   John C Barstow
  
  
  
   ---
   This SF.Net email sponsored by: Free pre-built ASP.NET sites including
   Data Reports, E-commerce, Portals, and Forums are available now.
   Download today and enter to win an XBOX or Visual Studio .NET.
  
 http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
   ___
   nant-developers mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/nant-developers
  -- 
  Matthew Mastracci [EMAIL PROTECTED]
 
 
  ---
  This SF.Net email sponsored by: Free pre-built ASP.NET sites including
  Data Reports, E-commerce, Portals, and Forums are available now.
  Download today and enter to win an XBOX or Visual Studio .NET.
 
 http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
  ___
  nant-developers mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/nant-developers
 
 
-- 
Matthew Mastracci [EMAIL PROTECTED]


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [0.8.3] RC2 build failure

2003-07-27 Thread John Barstow
I'm doing the build of RC2 with the 1.0 Framework and getting the following
build failure.  I assume it's related to the check-ins for the solution
fixes.  This is on BRANCH-083.

BUILD FAILED
C:\source\tools\nant\src\NAnt.VSNet\NAnt.VSNet.build(11,10):
 Property 'current.build.defines' has not been set!

John C Barstow



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers