Bugs item #1144996, was opened at 2005-02-20 21:19
Message generated for change (Settings changed) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1144996&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Other
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: ant4 (rest4)
Assigned to: Gert Driesen (drieseng)
Summary: Please help on installation

Initial Comment:
I have problem to follow the instruction on installation at:

http://nant.sourceforge.net/release/latest/help/introducti
on/installation.html

-- Installing from binaries:

In step 4:

Ensure the bin folder in your NAnt installation is in your 
PATH environment variable. 

In Windows, a common method to do this is to create an 
environment variable NANT_HOME that contains the 
folder you installed NAnt to. 
Then add %NANT_HOME%\bin to your PATH variable. 
Both of these should be System variables. 

What does it exactly mean? Can you offer an example on 
that?

-- Installing from source

When I tried Installing from source and use NMake, I got 
an error:

fatal error U1077: 'cp' is not recornized as an internal or 
external command

I checked the Makefile.nmake in

 nant-0.85-rc2-src\nant-0.85-rc2\Makefile.nmake

, it conatains the 'cp' command. Is it the "Copy' 
command in Linux? Do I have to install Linux?

I tried to change 'cp' to 'copy' in the Makefile.namke, it 
started to build successfully but in the end it still failed:

  userdoc:

     Uable to load file 'NAnt.Core'


----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-04-10 17:30

Message:
Logged In: YES 
user_id=707851

Ping !

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-03-05 10:06

Message:
Logged In: YES 
user_id=707851

Did you try a recent nightly build 
(http://nant.sourceforge.net/nightly/latest) ?

----------------------------------------------------------------------

Comment By: ant4 (rest4)
Date: 2005-03-01 08:34

Message:
Logged In: YES 
user_id=1223781

"I am not sure why" - sorry

----------------------------------------------------------------------

Comment By: ant4 (rest4)
Date: 2005-03-01 08:33

Message:
Logged In: YES 
user_id=1223781

Drieseng, thank you so much for the help. Sorry that I could 
not reply to you ealier. 

After I change "cp" to "copy", the error message is different 
this time. I am sure why. Here is the message:

...
     [exec]             BUILD SUCCEEDED
     [exec]
     [exec]             Total time: 640 seconds.
     [exec]

install-windows:

     [echo] Installing NAnt to 'F:\Program\NAnt' ...
     [copy] Copying 406 files to 'F:\Program\NAnt'.

install:

BUILD FAILED

Target 'Files' does not exist in this project.

Total time: 663.4 seconds.

NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return 
code '0x1'
Stop.
----------------
I will download the updated release and try again.

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-02-23 20:51

Message:
Logged In: YES 
user_id=707851

step 4:

This can be easily done using My Computer -> Properties -> 
Advanced Tab -> Environment Variables

But its not really required, you can also just specifiy the full 
path to NAnt.exe whenever you want to run a build file.

Install error:

The "cp" command was in fact a mistake, this is now correct 
in cvs (and will be in the next nightly build and release)

Can you provide more information on the error you got in 
the "userdoc" target ?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1144996&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to