Evan,

Check out Nantpad at www.nantpad.com which is a tool that gives you an explorer-type 
interface for your scripts.  It also has integrated help for all the tasks.  I would 
be interested to know if you find Nantpad useful.

Regards
Anthony

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 12:45 PM
To: [EMAIL PROTECTED]
Subject: Nant-users digest, Vol 1 #539 - 7 msgs


Send Nant-users mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/nant-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Nant-users digest..."


Today's Topics:

   1. Help me we can't use latest Nant with latest NUnit ([EMAIL PROTECTED])
   2. <Solution> and Web Projects (=?iso-8859-1?q?Nick=20Robinson?=)
   3. Re: <Solution> and Web Projects (=?iso-8859-1?q?Nick=20Robinson?=)
   4. new #cvslib binary - fixes CVS\Entries problem; RE: [Nant-users] problem with 
the cvs-update task ::   System.IO.FileNotFoundException: 
path=[c:\main\night\HelloWorld]fileType=[Repository]Filenotfound. (Clayton Harbour)
   5. Re: <Solution> and Web Projects (Gert Driesen)
   6. Re: <license> tag help (Thomas Marshall)
   7. Nant Help for a Newbie? (Bonnett, Evan A)

--__--__--

Message: 1
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 11 Dec 2003 15:46:23 -0000
Subject: [Nant-users] Help me we can't use latest Nant with latest NUnit

All,

We are trying NANT release candidate 1 (0.8.4) with the latest version of
NUnit (2.1.4.0).  We build pointing to NUnit.Framework.dll from our NUnit
install and cannot build with NANT.   If we reverse this, and point to
NANT's NUnit.Framework.dll we can no longer use the NUnit GUI to run tests.
Is it is possible to build so we can use both?

Regards,

David Taylor
Extension: 4496
Email:       [EMAIL PROTECTED]
Mobile:     +44 7966 490138



--__--__--

Message: 2
Date: Thu, 11 Dec 2003 16:26:33 +0000 (GMT)
From: =?iso-8859-1?q?Nick=20Robinson?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Nant-users] <Solution> and Web Projects

Hi,

I have a solution task that loads a solution that contains a web project.  I dont want 
to use
WebDAV.  I have setup a Map:

    <solution solutionfile="${build.section.path}\UI.sln" 
configuration="${build.config}">
        <webmap>
                <map url="http://localhost/Gloria/gloria.csproj";
path="D:\Projects\Gloria\Source\Production\Syngenta\Gloria\UI\Gloria\gloria.csproj" />
        </webmap>
    </solution>

However, nant reports the following error:

" [nant] D:\Projects\Gloria\Source\Production\NAnt Scripts\Syngenta.Gloria.Web.nant

        Buildfile: file:///D:/Projects/Gloria/Source/Production/NAnt
Scripts/Syngenta.Gloria.Web.nant
        Target(s) specified: build

        build:


        Syngenta.Gloria.Web:

             [echo] Syngenta/Gloria/UI/gloria/gloria.csproj
         [solution] Starting solution build.

        BUILD FAILED

        Error checking whether 'http://localhost/gloria/gloria.csproj' is an 
enterprise template
project.
         The remote server returned an error: (403) Forbidden.

        Total time: 0.2 seconds."

I have tried switching IIS off, and on and I get the same error each time.  There is a 
virtual
directory setup too, but I dont want the web server to be used if possible.

Has anybody got any ideas as to why this may be failing?

I am using the latest RC, RC1.

Regards


=====
nick.robinson
site : www.fromconcept.co.uk
blog : www.fromconcept.co.uk/weblog.aspx

________________________________________________________________________
BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st 
December 2003. The way the internet was meant to be. 
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk


--__--__--

Message: 3
Date: Thu, 11 Dec 2003 16:33:41 +0000 (GMT)
From: =?iso-8859-1?q?Nick=20Robinson?= <[EMAIL PROTECTED]>
Subject: Re: [Nant-users] <Solution> and Web Projects
To: [EMAIL PROTECTED]

I found an earlier message that mentioned Windows Server 2003.  I am usng Windows 2000
Professional.  However, switching full access onto in IIS seemed to get me further.  
Now I get the
following error:

     [nant] D:\Projects\Gloria\Source\Production\NAnt Scripts\Syngenta.Gloria.Web.nant

            Buildfile: file:///D:/Projects/Gloria/Source/Production/NAnt
Scripts/Syngenta.Gloria.Web.nant
            Target(s) specified: build

            build:


            Syngenta.Gloria.Web:

                 [echo] Syngenta/Gloria/UI/gloria/gloria.csproj
             [solution] Starting solution build.
             [solution] Only C#, VB.NET and C++ projects are supported.  Skipping 
project
'GloriaWebSetup\GloriaWebSetup.vdproj'.

            BUILD FAILED

            INTERNAL ERROR

            System.ArgumentException: URI formats are not supported.
   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.Path.GetFullPath(String path)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, 
TempFileCollection
tfc, String outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, 
ArrayList
referenceProjects, TempFileCollection tfc, SolutionTask solutio
nTask, WebMapCollection webMappings, FileSet excludesProjects, String outputDir)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

            Please send bug report to [EMAIL PROTECTED]

            Total time: 0.4 seconds.

Anybody any ideas?

Thanks,

Nick.

 

 --- Nick Robinson <[EMAIL PROTECTED]> wrote: > Hi,
> 
> I have a solution task that loads a solution that contains a web project.  I dont 
> want to use
> WebDAV.  I have setup a Map:
> 
>     <solution solutionfile="${build.section.path}\UI.sln" 
> configuration="${build.config}">
>       <webmap>
>               <map url="http://localhost/Gloria/gloria.csproj";
> path="D:\Projects\Gloria\Source\Production\Syngenta\Gloria\UI\Gloria\gloria.csproj" 
> />
>       </webmap>
>     </solution>
> 
> However, nant reports the following error:
> 
> " [nant] D:\Projects\Gloria\Source\Production\NAnt Scripts\Syngenta.Gloria.Web.nant
> 
>         Buildfile: file:///D:/Projects/Gloria/Source/Production/NAnt
> Scripts/Syngenta.Gloria.Web.nant
>         Target(s) specified: build
> 
>         build:
> 
> 
>         Syngenta.Gloria.Web:
> 
>              [echo] Syngenta/Gloria/UI/gloria/gloria.csproj
>          [solution] Starting solution build.
> 
>         BUILD FAILED
> 
>         Error checking whether 'http://localhost/gloria/gloria.csproj' is an 
> enterprise template
> project.
>          The remote server returned an error: (403) Forbidden.
> 
>         Total time: 0.2 seconds."
> 
> I have tried switching IIS off, and on and I get the same error each time.  There is 
> a virtual
> directory setup too, but I dont want the web server to be used if possible.
> 
> Has anybody got any ideas as to why this may be failing?
> 
> I am using the latest RC, RC1.
> 
> Regards
> 
> 
> =====
> nick.robinson
> site : www.fromconcept.co.uk
> blog : www.fromconcept.co.uk/weblog.aspx
> 
> ________________________________________________________________________
> BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st 
> December
> 2003. The way the internet was meant to be.
> http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users 

=====
nick.robinson
site : www.fromconcept.co.uk
blog : www.fromconcept.co.uk/weblog.aspx

________________________________________________________________________
BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st 
December 2003. The way the internet was meant to be. 
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk


--__--__--

Message: 4
Subject: new #cvslib binary - fixes CVS\Entries problem; RE: [Nant-users] problem with 
the cvs-update task ::   System.IO.FileNotFoundException: 
path=[c:\main\night\HelloWorld]fileType=[Repository]Filenotfound.
Date: Thu, 11 Dec 2003 09:38:57 -0800
From: "Clayton Harbour" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>,
        <[EMAIL PROTECTED]>,
        <[EMAIL PROTECTED]>

Hi Pierre,

I have checked a new #cvslib binary into the NAnt repository which fixes
some related issues.  Could you try your test again in the next nightly
build and see if this fixes the issue.



Thanks,


Clayton

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: December 11, 2003 7:39 AM
> To: Clayton Harbour
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Nant-users] problem with the cvs-update task ::
> System.IO.FileNotFoundException:
> path=3D[c:\main\night\HelloWorld]fileType=3D[Repository]Filenotfound.
>=20
>=20
> Hi Clayton,
>=20
> I'm using nant 0.84 (build 0.84.1435.0) .
>=20
>=20
> I've changed Nant.exe.config in order to have some detailed log. I got
> that
> ....
>=20
>=20
> [Core.Task:Task.Execute() for 'cvs-update'  - [] <>]
> [Tasks.AbstractCvsTask:Setting options  - [] <>]
> [Tasks.AbstractCvsTask:this.WorkingDirectory.Revision=3D[]  - [] <>]
> [Client.CVSServerConnection:Exception: System.NullReferenceException
> Message: Object reference not set to an instance of an object.
> Source: ICSharpCode.SharpCvsLib
>    at ICSharpCode.SharpCvsLib.Client.CVSServerConnection..ctor()
>   - [] <>]
> [Tasks.UpdateTask:Reading all directory entries from working directory
> HelloWorld.  - [] <>]
> [FileSystem.Manager:Does this path have a cvs directory at end of
file?
> hasCvsDir=3D[False]path=3D[c:\main\night\HelloWorld]  - [] <>]
> [FileSystem.Manager:Cvsdir=3D[c:\main\night\HelloWorld\CVS]  - [] <>]
> [FileSystem.Manager:Does this path have a cvs directory at end of
file?
> hasCvsDir=3D[True]path=3D[c:\main\night\HelloWorld\CVS]  - [] <>]
> [FileSystem.Manager:Cvsdir=3D[c:\main\night\HelloWorld\CVS]  - [] <>]
> [Core.Task:cvs-update Generated Exception  - [] <>]
> Exception: System.IO.FileNotFoundException
> Message: path=3D[c:\main\night\HelloWorld]fileType=3D[Repository]File =
not
> found.
> Source: ICSharpCode.SharpCvsLib
>    at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String
path,
> FileType fileType)
>    at
ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String
> directory)
>    at
NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory
> workingDirectory)
>    at NAnt.SourceControl.Tasks.UpdateTask.CreateCommand()
>    at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>=20
> It's a little strange...I've looked in the ISharpCode.SharpCvsLib.dll
and
> the only object whose instance may be null in the CVSServerConnection
> constructor seems to be:
> local0 =3D (SharpCvsLibConfig) ConfigurationSettings.GetConfig
> ("sharpcvslib");
>=20
> Do I have to change a default config ?
>=20
> Pierre
>=20
>=20
>=20
>=20
> |---------+------------------------------>
> |         |           [EMAIL PROTECTED]|
> |         |           adicism.com        |
> |         |                              |
> |         |           11/12/03 16:58     |
> |         |                              |
> |---------+------------------------------>
>
>-----------------------------------------------------------------------
> -------------------------------------------------------|
>   |
> |
>   |       To:       Pierre THOREY/ress/fr/[EMAIL PROTECTED], nant-
> [EMAIL PROTECTED]                                        |
>   |       cc:
> |
>   |       Subject:  RE: [Nant-users] problem with the cvs-update task
::
> System.IO.FileNotFoundException: path=3D[c:             |
>   |        \main\night\HelloWorld]fileType=3D[Repository]Filenot =
found.
> |
>
>-----------------------------------------------------------------------
> -------------------------------------------------------|
>=20
>=20
>=20
>=20
> Hi Pierre,
>=20
> What version of NAnt are you using?
>=20
>=20
> Clayton
>=20
>=20
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: December 11, 2003 2:33 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Nant-users] problem with the cvs-update task ::
> > System.IO.FileNotFoundException:
> > path=3D[c:\main\night\HelloWorld]fileType=3D[Repository]Filenot =
found.
> >
> > Hello,
> >
> > I got the following issue.
> > I'm using a cvs server (version 1.11.5) .
> >
> > Whis this target,
> > <target name=3D"src.update">
> >             <cvs-update
> >                 destination=3D"c:\main\night"
> >                 cvsroot=3D":pserver:[EMAIL PROTECTED]:/home/cvs"
> >                 password=3D""
> >                 module=3D"HelloWorld" />
> > </target>
> > I get the following error :
> >
> > src.update:
> >
> >
> > BUILD FAILED
> >
> > INTERNAL ERROR
> >
> > System.IO.FileNotFoundException:
> path=3D[c:\main\night\HelloWorld]fileType
> > =3D[Repository]File not found.
> >    at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String
> path,
> > FileType fileType)
> >    at
> ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String
> > directory)
> >    at
> NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory
> > workingDirectory)
> >    at NAnt.SourceControl.Tasks.UpdateTask.CreateCommand()
> >    at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
> >    at NAnt.Core.Task.Execute()
> >    at NAnt.Core.Target.Execute()
> >    at NAnt.Core.Project.Execute(String targetName)
> >    at NAnt.Core.Project.Execute()
> >    at NAnt.Core.Project.Run()
> >
> > Please send bug report to [EMAIL PROTECTED]
> >
> > Total time: 0.1 seconds.
> >
> > Any idea ?
> >
> > Thanks a lot,
> >
> > Pierre
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > Does SourceForge.net help you be more productive?  Does it
> > help you create better code?  SHARE THE LOVE, and help us help
> > YOU!  Click Here: http://sourceforge.net/donate/
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
>=20
>=20
>=20
>=20
>=20
>=20
>=20
> ******************************************************************
> The sender's email address has changed to
> firstname.lastname@ sgcib.com. You may want to update your
> personal address book. Please see http://www.sgcib.com for more
> information.
>                                **
> This message and any attachments (the "message") are confidential
> and intended solely for the addressee(s). Any unauthorised use or
> dissemination is prohibited. E-mails are susceptible to alteration.
> Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates
> shall be liable for the message if altered, changed or falsified.
>                          ***************
> L'adresse mail  de votre correspondant a change en prenom.nom@
sgcib.com.
> Il est recommande de mettre a jour votre carnet d'addresse
> personnel.Pour plus d'informations, aller  sur http://www.sgcib.com
>                                **
> Ce message et toutes les pieces jointes (ci-apres le "message")
> sont confidentiels et etablis a l'intention exclusive de ses
> destinataires. Toute utilisation ou diffusion non autorisee est
> interdite. Tout message electronique est susceptible d'alteration.
> La SOCIETE GENERALE et ses filiales declinent toute
> responsabilite au titre de ce message s'il a ete altere, modifie
> ou falsifie.
> ******************************************************************



--__--__--

Message: 5
From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "Nick Robinson" <[EMAIL PROTECTED]>,
        <[EMAIL PROTECTED]>
Subject: Re: [Nant-users] <Solution> and Web Projects
Date: Thu, 11 Dec 2003 18:16:49 +0100

Can you somehow package up a zip file containing the minimum set of files
necessary to reproduce this issue ?

Thanks,

Gert

----- Original Message -----
From: "Nick Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 11, 2003 5:26 PM
Subject: [Nant-users] <Solution> and Web Projects


Hi,

I have a solution task that loads a solution that contains a web project.  I
dont want to use
WebDAV.  I have setup a Map:

    <solution solutionfile="${build.section.path}\UI.sln"
configuration="${build.config}">
<webmap>
        <map url="http://localhost/Gloria/gloria.csproj";
path="D:\Projects\Gloria\Source\Production\Syngenta\Gloria\UI\Gloria\gloria.
csproj" />
</webmap>
    </solution>

However, nant reports the following error:

" [nant] D:\Projects\Gloria\Source\Production\NAnt
Scripts\Syngenta.Gloria.Web.nant

        Buildfile: file:///D:/Projects/Gloria/Source/Production/NAnt
Scripts/Syngenta.Gloria.Web.nant
        Target(s) specified: build

        build:


        Syngenta.Gloria.Web:

             [echo] Syngenta/Gloria/UI/gloria/gloria.csproj
         [solution] Starting solution build.

        BUILD FAILED

        Error checking whether 'http://localhost/gloria/gloria.csproj' is an
enterprise template
project.
         The remote server returned an error: (403) Forbidden.

        Total time: 0.2 seconds."

I have tried switching IIS off, and on and I get the same error each time.
There is a virtual
directory setup too, but I dont want the web server to be used if possible.

Has anybody got any ideas as to why this may be failing?

I am using the latest RC, RC1.

Regards


=====
nick.robinson
site : www.fromconcept.co.uk
blog : www.fromconcept.co.uk/weblog.aspx

________________________________________________________________________
BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer
ends 21st December 2003. The way the internet was meant to be.
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




--__--__--

Message: 6
Date: Thu, 11 Dec 2003 11:37:55 -0800 (PST)
From: Thomas Marshall <[EMAIL PROTECTED]>
Subject: Re: [Nant-users] <license> tag help
To: Michael Dang <[EMAIL PROTECTED]>, [EMAIL PROTECTED]

I updated the license task to take out the path as
recommended, but it does not make any difference. 
When I run the build the FlexGridBuildTest.exe.license
file is created, but it looks like it is not getting
included as a reference (i.e. I don't get any XXX
References read from FlexGridBuildTest.exe.license
messages).  Below is the current build file, please
let me know if there are any other ideas to get this
working:

<?xml version="1.0"?>

<project name="FlexGridBuildTest" default="build">
        <description>Test building a project with a flex
grid</description>

        <property name="flex.debug"   value="true"/>
        <property name="flex.lib.dir" value="C:\Program
Files\ComponentOne Studio.NET\bin"/>
        <property name="flex.out"    
value="FlexGridBuildTest\bin\debug"/>
        <property name="flex.src"    
value="FlexGridBuildTest"/>

        <target name="init" description="create a directory
for the files, and get the util files">

                <!-- Create an output directory -->
                <mkdir dir="${flex.out}"/>

                <!-- Copy DLLs from the lib directory -->
                <copy todir="${flex.out}">
                        <fileset basedir="${flex.lib.dir}">
                                <includes name="C1.Win.C1FlexGrid.dll"/>
                        </fileset>
                </copy>
        </target>

        <target name="clean" description="remove all
generated files">
                <delete dir="${flex.out}" failonerror="false"/>
        </target>

        <target name="build" depends="init"
description="compile the code">
                <license input="${flex.src}\licenses.licx"
output="${flex.out}\FlexGridBuildTest.exe.license"
licensetarget="FlexGridBuildTest.exe">
                        <assemblies>
                                <includes
name="${flex.out}\C1.Win.C1FlexGrid.dll"/>
                        </assemblies>
                </license>

                <csc target="winexe"
output="${flex.out}\FlexGridBuildTest.exe"
debug="${flex.debug}">
                        <references>
                                <includes
name="${flex.out}\C1.Win.C1FlexGrid.dll"/>
                        </references>

                        <resources>
                                <includes name="${flex.src}\*.resx"/>
                                <includes name="${flex.out}\*.license"/>
                        </resources>

                        <sources>
                                <includes name="${flex.src}\*.cs"/>
                        </sources>
                </csc> 
        </target>
</project>


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


--__--__--

Message: 7
From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Thu, 11 Dec 2003 14:44:11 -0500
Subject: [Nant-users] Nant Help for a Newbie?

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C3C01F.2635E010
Content-Type: text/plain

Looks like people aren't to hot to help a new guy?  Posted a couple messages
requesting help but have received no answers.  I read through some
documentation but it wasn't intuitive enough to teach me how to use Nant.
I'm very interested in learning this tool but does anyone have a how-to?
Step by step? Something?  A url would be great.

Thanks in advance

Evan A. Bonnett


-----Original Message-----
From: Thomas Marshall [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 11, 2003 2:38 PM
To: Michael Dang; [EMAIL PROTECTED]
Subject: Re: [Nant-users] <license> tag help


I updated the license task to take out the path as
recommended, but it does not make any difference. 
When I run the build the FlexGridBuildTest.exe.license
file is created, but it looks like it is not getting
included as a reference (i.e. I don't get any XXX
References read from FlexGridBuildTest.exe.license
messages).  Below is the current build file, please
let me know if there are any other ideas to get this
working:

<?xml version="1.0"?>

<project name="FlexGridBuildTest" default="build">
        <description>Test building a project with a flex grid</description>

        <property name="flex.debug"   value="true"/>
        <property name="flex.lib.dir" value="C:\Program Files\ComponentOne
Studio.NET\bin"/>
        <property name="flex.out"    
value="FlexGridBuildTest\bin\debug"/>
        <property name="flex.src"    
value="FlexGridBuildTest"/>

        <target name="init" description="create a directory
for the files, and get the util files">

                <!-- Create an output directory -->
                <mkdir dir="${flex.out}"/>

                <!-- Copy DLLs from the lib directory -->
                <copy todir="${flex.out}">
                        <fileset basedir="${flex.lib.dir}">
                                <includes name="C1.Win.C1FlexGrid.dll"/>
                        </fileset>
                </copy>
        </target>

        <target name="clean" description="remove all
generated files">
                <delete dir="${flex.out}" failonerror="false"/>
        </target>

        <target name="build" depends="init"
description="compile the code">
                <license input="${flex.src}\licenses.licx"
output="${flex.out}\FlexGridBuildTest.exe.license"
licensetarget="FlexGridBuildTest.exe">
                        <assemblies>
                                <includes
name="${flex.out}\C1.Win.C1FlexGrid.dll"/>
                        </assemblies>
                </license>

                <csc target="winexe"
output="${flex.out}\FlexGridBuildTest.exe"
debug="${flex.debug}">
                        <references>
                                <includes
name="${flex.out}\C1.Win.C1FlexGrid.dll"/>
                        </references>

                        <resources>
                                <includes name="${flex.src}\*.resx"/>
                                <includes name="${flex.out}\*.license"/>
                        </resources>

                        <sources>
                                <includes name="${flex.src}\*.cs"/>
                        </sources>
                </csc> 
        </target>
</project>


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program. Does
SourceForge.net help you be more productive?  Does it help you create better
code?  SHARE THE LOVE, and help us help YOU!  Click Here:
http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

------_=_NextPart_001_01C3C01F.2635E010
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>Nant Help for a Newbie?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Looks like people aren't to hot to help a new =
guy?&nbsp; Posted a couple messages requesting help but have received =
no answers.&nbsp; I read through some documentation but it wasn't =
intuitive enough to teach me how to use Nant.&nbsp; I'm very interested =
in learning this tool but does anyone have a how-to? Step by step? =
Something?&nbsp; A url would be great.</FONT></P>

<P><FONT SIZE=3D2>Thanks in advance</FONT>
</P>

<P><FONT SIZE=3D2>Evan A. Bonnett</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Thomas Marshall [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>] =
</FONT>
<BR><FONT SIZE=3D2>Sent: Thursday, December 11, 2003 2:38 PM</FONT>
<BR><FONT SIZE=3D2>To: Michael Dang; =
[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: Re: [Nant-users] &lt;license&gt; tag =
help</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>I updated the license task to take out the path =
as</FONT>
<BR><FONT SIZE=3D2>recommended, but it does not make any difference. =
</FONT>
<BR><FONT SIZE=3D2>When I run the build the =
FlexGridBuildTest.exe.license</FONT>
<BR><FONT SIZE=3D2>file is created, but it looks like it is not =
getting</FONT>
<BR><FONT SIZE=3D2>included as a reference (i.e. I don't get any =
XXX</FONT>
<BR><FONT SIZE=3D2>References read from =
FlexGridBuildTest.exe.license</FONT>
<BR><FONT SIZE=3D2>messages).&nbsp; Below is the current build file, =
please</FONT>
<BR><FONT SIZE=3D2>let me know if there are any other ideas to get =
this</FONT>
<BR><FONT SIZE=3D2>working:</FONT>
</P>

<P><FONT SIZE=3D2>&lt;?xml version=3D&quot;1.0&quot;?&gt;</FONT>
</P>

<P><FONT SIZE=3D2>&lt;project name=3D&quot;FlexGridBuildTest&quot; =
default=3D&quot;build&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;description&gt;Test building a project with a flex =
grid&lt;/description&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;property name=3D&quot;flex.debug&quot;&nbsp;&nbsp; =
value=3D&quot;true&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;property name=3D&quot;flex.lib.dir&quot; =
value=3D&quot;C:\Program Files\ComponentOne =
Studio.NET\bin&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;property name=3D&quot;flex.out&quot;&nbsp;&nbsp;&nbsp; =
</FONT>
<BR><FONT =
SIZE=3D2>value=3D&quot;FlexGridBuildTest\bin\debug&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;property name=3D&quot;flex.src&quot;&nbsp;&nbsp;&nbsp; =
</FONT>
<BR><FONT SIZE=3D2>value=3D&quot;FlexGridBuildTest&quot;/&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;target =
name=3D&quot;init&quot; description=3D&quot;create a directory</FONT>
<BR><FONT SIZE=3D2>for the files, and get the util =
files&quot;&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;!-- =
Create an output directory --&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;mkdir =
dir=3D&quot;${flex.out}&quot;/&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;!-- Copy =
DLLs from the lib directory --&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;copy =
todir=3D&quot;${flex.out}&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;fileset =
basedir=3D&quot;${flex.lib.dir}&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;includes =
name=3D&quot;C1.Win.C1FlexGrid.dll&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/fileset&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/copy&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/target&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;target =
name=3D&quot;clean&quot; description=3D&quot;remove all</FONT>
<BR><FONT SIZE=3D2>generated files&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;delete =
dir=3D&quot;${flex.out}&quot; =
failonerror=3D&quot;false&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/target&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;target =
name=3D&quot;build&quot; depends=3D&quot;init&quot;</FONT>
<BR><FONT SIZE=3D2>description=3D&quot;compile the =
code&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;license =
input=3D&quot;${flex.src}\licenses.licx&quot; =
output=3D&quot;${flex.out}\FlexGridBuildTest.exe.license&quot;</FONT>
<BR><FONT =
SIZE=3D2>licensetarget=3D&quot;FlexGridBuildTest.exe&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;assemblies&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;includes</FONT>
<BR><FONT =
SIZE=3D2>name=3D&quot;${flex.out}\C1.Win.C1FlexGrid.dll&quot;/&gt;</FONT=
>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/assemblies&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/license&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;csc =
target=3D&quot;winexe&quot; =
output=3D&quot;${flex.out}\FlexGridBuildTest.exe&quot;</FONT>
<BR><FONT SIZE=3D2>debug=3D&quot;${flex.debug}&quot;&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;references&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;includes</FONT>
<BR><FONT =
SIZE=3D2>name=3D&quot;${flex.out}\C1.Win.C1FlexGrid.dll&quot;/&gt;</FONT=
>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/references&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;resources&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;includes =
name=3D&quot;${flex.src}\*.resx&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;includes =
name=3D&quot;${flex.out}\*.license&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/resources&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;sources&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;includes =
name=3D&quot;${flex.src}\*.cs&quot;/&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/sources&gt;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&lt;/csc&gt; =
</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>&lt;/target&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;/project&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>__________________________________</FONT>
<BR><FONT SIZE=3D2>Do you Yahoo!?</FONT>
<BR><FONT SIZE=3D2>New Yahoo! Photos - easier uploading and sharing. <A =
HREF=3D"http://photos.yahoo.com/"; =
TARGET=3D"_blank">http://photos.yahoo.com/</A></FONT>
</P>
<BR>

<P><FONT =
SIZE=3D2>-------------------------------------------------------</FONT>
<BR><FONT SIZE=3D2>This SF.net email is sponsored by: SF.net Giveback =
Program. Does SourceForge.net help you be more productive?&nbsp; Does =
it help you create better code?&nbsp; SHARE THE LOVE, and help us help =
YOU!&nbsp; Click Here: <A HREF=3D"http://sourceforge.net/donate/"; =
TARGET=3D"_blank">http://sourceforge.net/donate/</A> =
_______________________________________________</FONT></P>

<P><FONT SIZE=3D2>Nant-users mailing list</FONT>
<BR><FONT SIZE=3D2>[EMAIL PROTECTED] <A =
HREF=3D"https://lists.sourceforge.net/lists/listinfo/nant-users"; =
TARGET=3D"_blank">https://lists.sourceforge.net/lists/listinfo/nant-user=
s</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C3C01F.2635E010--



--__--__--

_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


End of Nant-users Digest


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to