> 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.

Mostly I'm just trying to use the tools.  I've just gotten used to with nant
and nunit, having a quick check to make sure everything is ok.

In nant, I just open a cmd into the nant directory and type
bin\nant 
and away it goes.

In NUnit, I open up the gui, find the test.dll say run, and away it goes.

Currently, even with instructions from the experts I still can't get it to run.
 

My goal is to be able to write up instructions that 10 out of 10 high school
students can follow.  I look at NAnt, NUnit and CruiseControl as being a really
nice interwoven trio that define the whole continuing integration best
practice.

I'm more or less comfortable with NUnit, so now I'm moving on to NAnt to make
sure that I can build my product on a regular basis.

The problem is, as someone put it (somewhere on the nant wiki), "the
documentation assumes you've been using nant for 40 years"

My opinion is, that if we can make this such that the average high school
student can set it up, build it and run it, then they will, as will a ton of
other people and companies.  

However, in my company, if I can't show them results in 20 minutes (30 on the
outside) they will dub it, "too difficult and expensive to maintain" and they
will continue with their manual processes.

Thanks for letting me ramble, and thanks for the help.

Malcolm

 
> 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
> 


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


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
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_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to