Oh yeah, that information would be helpful wouldn't it.

Version: NAnt 0.85 (Build 0.85.1690.0; net-1.0.win32; nightly;
8/17/2004)
 - I have seen this problem for a while, I would just keep the number of
projects from 16-18, but now I can't do that anymore.
Nightly: I have not tried the most recent, I will today.

When the <solution> task begins, it doesn't even load the project from
the .sln file.  The project is an application.

Here is the part of the  build file that makes the call.
                <foreach item="File" property="filename" verbose="true"
>
            <in>
                                <items refid="Solutions"></items>
            </in>
            <do>
                <echo message="...Attempting to run ${filename}..." />
                                
<property name="solution.name"
value="${path::get-file-name-without-extension(filename)}" />
<property name="solution.output"
value="${build.dest.output}\${solution.name}.DEBUG" />
                                
                <!-- make an output dir 
                <mkdir dir="${solution.output}" />-->
                                
                <solution solutionfile="${filename}"
configuration="${config}" verbose="true" />
            </do>
        </foreach>

Hope this helps.

-Brandon

-----Original Message-----
From: Michael Joseph [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 29, 2004 8:16 AM
To: Brandon Lonac; [EMAIL PROTECTED]
Subject: RE: [Nant-users] <solution> task ignores 1 project out of 20

Hi Brandon,

A couple of routine questions:
- What version of NAnt are you running?  Have you tried a nightly build?
- Can we see some output from your build, or a snippet from your Nant
build file?
- Do you get any more information if you turn on verbosity (ie. nant -v)
?

Thanks
michael
________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brandon
Lonac
        Sent: Wednesday, September 29, 2004 5:06 PM
        To: [EMAIL PROTECTED]
        Subject: [Nant-users] <solution> task ignores 1 project out of
20              

        Hello...

        I am running into a situation where the solution task is not
building a service project.  I have 20 projects in the solution, far as
the build order in vs.net goes it is in the middle.  There is no error,
it just doesn't build it.

        Any help would be great, this bit me hard last night when I went
to deploy the project to find out it is not building.

        Thanks.
        -Brandon 

This email is sent subject to a disclaimer available at
http://www.jamwarehouse.com/about_us/EmailDisclaimer/



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to