Title: Message

Michael,

 

I have Hosting.sln in $/Hosting, and I reference it in my Draco.exe.config:

 

<solutionfile>Hosting</solutionfile>

 

I’m attaching the .sln file for your inspection.

 

What else could be wrong? Maybe NAnt is more reliable/compatible with Draco.NET than devenv?

 

Thanks,

Mark

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ferrante
Sent: Tuesday, March 02, 2004 6:25 PM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] Build Failed

 

DevEnv can't find a solution file called "Hosting" in the draco.net sandbox area where $/hosting was retrieved.  It might be that DevEnv needs the name of the .sln file in the <solutionfile> parameter, is there such a file called "Hosting" that is a devenv solution file and is in the root of your $/Hosting folder?  Otherwise should pass in the .sln file that is desired.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark A. Richman
Sent: Tuesday, March 02, 2004 13:47
To: [EMAIL PROTECTED]
Subject: [Draconet-users] Build Failed

I am trying to build from VSS with devenv. I’m getting a build failure, with this in my draco.log:

 

3/2/2004 4:34:47 PM - Starting Draco.NET

3/2/2004 4:34:51 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32

3/2/2004 4:34:51 PM - HISTORY arguments: history "$/Hosting" -R -I-N -Y"mrichman,xxxxx" -Vd"3/2/2004;4:34:51 PM~3/2/2004;1:42:14 PM" [EMAIL PROTECTED]:\DOCUME~1\mrichman\LOCALS~1\Temp\tmp389.tmp

3/2/2004 4:34:51 PM - Hosting : Building module

3/2/2004 4:34:51 PM - Detected path: C:\Program Files\Microsoft Visual Studio\VSS\win32

3/2/2004 4:34:51 PM - Setting SSDIR environment variable to: E:\WinEngSource\

3/2/2004 4:34:51 PM - GET arguments: get "$/Hosting" -R -I-N -Y"mrichman,xxxxx" -W

3/2/2004 4:34:51 PM - cwd          : C:\DOCUME~1\mrichman\LOCALS~1\Temp\tmp38A.tmp

3/2/2004 4:34:51 PM - ssdir        : E:\WinEngSource\

3/2/2004 4:34:51 PM - DEVENV arguments: "Hosting" /build "Release" /out C:\DOCUME~1\mrichman\LOCALS~1\Temp\tmp397.tmp

3/2/2004 4:34:52 PM - Hosting : Build completed with exit code 1

3/2/2004 4:34:52 PM - Hosting : Sending build results email to: [EMAIL PROTECTED]

 

Below is the build failure message I get in my email.

 

I don’t see anything in that C:\DOCUME~1\mrichman\LOCALS~1\Temp\ directory.

 

What am I doing wrong? Here is my <build> element:

 

<build>

<name>Hosting</name>

<notification>

<email>

<recipient>[EMAIL PROTECTED]</recipient>

</email>

</notification>

<devenv>

            <solutionfile>Hosting</solutionfile>

            <solutionconfig>Release</solutionconfig>

            <!--

            <projectnameorfile>Hosting</projectnameorfile>

            <projectconfig>Release</projectconfig>

-->

</devenv>

<vss>

            <project>$/Hosting</project>

            <username>mrichman</username>

            <password>xxxxx</password>

            <ssdir>E:\WinEngSource\</ssdir>

</vss>

</build>

 

Build Results

Success: false
Module: Hosting
BuildTime: 2March200416:34:51


Modifications Since Last Build

Date:

2March200413:52:00

User:

Mrichman

Comment:

 

 

File

Directory

Rev.

Op.

AdministrationTests.cs

$/Hosting/Hosting.Tests

2

Update

Hosting.Tests.csproj

$/Hosting/Hosting.Tests

2

Update

BillingTests.cs

Hosting.Tests

6

Add

Build Output

The following files specified on the command line: 
 
         Hosting
 
could not be found and will not be loaded.


 

Mark Richman
(561) 912-2448

 

 

Attachment: Hosting.sln
Description: Binary data

Reply via email to