Title: Message
Hi,
 
I am not sure if this is "typical" but it works :-):
 
there are additional build files defined in the upper directory that define some of the properties:
 
 
Cheers,
 
 
Clayton
-----Original Message-----
From: Bonnett, Evan A [mailto:[EMAIL PROTECTED]
Sent: March 10, 2004 1:52 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Does anyone have a Web App Build File Template

Does anyone have an example of a typical build file for a web app?  For example:

<?xml version="1.0"?>
<project name="HelloWebWorld" default="build" basedir=".">
        <target name="build">
                <csc target="library" output="projName.dll" />
                <sources>
                        ???Which files go in here?  All aspx, ascx, incudes, images, resx?  Am I missing anything or do I have                          too much?

                </sources>
                <references>
                        ???All referenced dll's here? What form is the reference path (e.g. c:\WINDOWS\... Or just System.dll)?

                </references>
        </target>      
</project>

How would I create this with Slingshot?

I'm trying, just bare with me...

Thanks all,

Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577


Reply via email to