The reason for my previous post was to show the steps to build both the
nant and nantcontrib projects.  I set up a batch file in the nantcontrib
directory to do the build and then copy the assemblies to the
appropriate nant directory.

I have no background as to the reasons behind the current build process.

I looked back at your previous posts.  Are you trying to just install
nant and nantcontrib or do you also want to build them?  The
instructions I gave were for building and debugging the projects.

nant.dir references the root directory containing the NAnt build.  The
nantcontrib.build file appends the Bin directory to it for referencing
NAnt assemblies.

Did you build NAnt first?  If so, then you should point the nant.dir
property to the root build directory.  For me, that would be
-D:nant.dir=..\nant-0.85-20040722\build\net-1.1.win32\nant-0.85-debug

Noel

-----Original Message-----
From: Malcolm MacLucas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 27, 2004 11:28 AM
To: Gifford, Noel; Noel Gifford; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [Nant-users] 0.85 release candidate by August 4th

Thanks for your patience.

It's still not working for me inside of my build.bat file is

****begin file
nant /f:nantcontrib.build -D:nant.dir=..\nant\bin
****end file

I tried the -D option with ..\nant and ..\nant\bin.

I have the nant\bin directory in my path, so that works fine.

Is there a reason we are not making the assumption that the environment
is set
up as such

\parent_dir
    \nant
    \nantcontrib

and if they don't have their environment setup this way *then* the user
needs
to put all the paths in?

Thanks

Malcolm


--- "Gifford, Noel" <[EMAIL PROTECTED]> wrote:

> I guess I wasn't specific enough in the original post.
> 
> I create the Build.Bat file in the nantcontrib directory and use it to
> build nantcontrib and copy the build assemblies to the correct
location
> in the nant directory.  It may need to be modified for your specific
> situation and directory structure.
> 
> Build.bat contains the following 2 lines
> 
> ..\NAnt-0.85-20040722\bin\nant /f:nantcontrib.build
> -D:nant.dir=..\nant-0.85-20040722
> copy build\nantcontrib-0.85-debug\bin
> ..\nant-0.85-20040722\build\net-1.1.win32\nant-0.85-debug\bin
> 
> Noel
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm
> MacLucas
> Sent: Tuesday, July 27, 2004 9:47 AM
> To: Noel Gifford; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Nant-users] 0.85 release candidate by August 4th
> 
> Build.bat?
> 
> Just getting around to testing this out and there is no build.bat.  No
> build
> bat in the nightly build(040723), no build.bat in the 0.84 release.
> 
> Build.bat would be a great thing and I would love to test it.
> 
> can you post the contents of the build.bat that you have?
> 
> Thanks in advance
> 
> Malcolm
> 
> 
> --- Noel Gifford <[EMAIL PROTECTED]> wrote:
> 
> > Malcolm or anyone else having questions about building,
> > 
> > 4) Build the NAntContrib by going to its directory and running a
batch
> file
> > ( Build.bat)


=====
"Oh Bother!" said the Borg, "We just assimilated Pooh."


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to