On Wed, 2003-12-31 at 10:21 +0100, Jaroslaw Kowalski wrote:
> Enter your nant directory (where nant.build) is located and rebuild it by
> using:
> 
> $ make clean
> $ make all

Gives me this error:

make[1]: Entering directory `/usr/local/nant'
if test x = xWindows_NT; then make windows-nant; else make linux-nant;
fi
make[2]: Entering directory `/usr/local/nant'
mono bin/NAnt.exe -buildfile:NAnt.build build
ïNAnt 0.84 (Build 0.84.1450.0; net-1.0.win32; rc 2; 12/21/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
 
Framework 'mono-1.0' does not exist or is not specified in the NAnt
configuration file. Defaulting to no known framework.
Buildfile: file://usr/local/nant/NAnt.build
Target(s) specified: build
 
BUILD FAILED
 
/usr/local/nant/NAnt.build(3,5):
Property 'nant.settings.currentframework' has not been set.
 
Total time: 0.1 seconds.
 
make[2]: *** [linux-nant] Error 1
make[2]: Leaving directory `/usr/local/nant'
make[1]: *** [nant] Error 2
make[1]: Leaving directory `/usr/local/nant'
make: *** [all] Error 2
[EMAIL PROTECTED] nant]#



> Your rebuilt binaries go to build/mono-1.0.unix/nant-*/bin/
> 
> Jarek
> 
> ----- Original Message ----- 
> From: "Philip Van Hoof" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, December 31, 2003 10:11 AM
> Subject: [Nant-users] Trying to use NAnt with mono 0.28
> 
> 
> > When I try to use NAnt with the latest mono available in red-carpet I am
> > getting this error:
> >
> > [EMAIL PROTECTED] xnet]$ nant
> > ïNAnt 0.84 (Build 0.84.1450.0; net-1.0.win32; rc 2; 12/21/2003)
> > Copyright (C) 2001-2003 Gerry Shaw
> > http://nant.sourceforge.net
> >
> >
> > ** (/usr/local/nant/bin/NAnt.exe:5619): WARNING **: Could not find
> > assembly Microsoft.JScript
> >
> > ** (/usr/local/nant/bin/NAnt.exe:5619): WARNING **: Could not find
> > assembly Microsoft.JScript
> >
> > ** (/usr/local/nant/bin/NAnt.exe:5619): WARNING **: Could not find
> > assembly NAnt.Win32Tasks
> > INTERNAL ERROR
> >
> > An exception was thrown by the type initializer for NAnt.Core.
> > TypeFactory
> >
> > For more information regarding the cause of the build failure, enable
> > log4net using the instructions in NAnt.exe.config and run the build
> > again.
> >
> > Please send bug report to [EMAIL PROTECTED]
> > [EMAIL PROTECTED] xnet]$ mono --version
> > Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc.
> > [EMAIL PROTECTED] xnet]$
> >
> >
> >
> > With log4net
> > [EMAIL PROTECTED] xnet]$ nant
> > ïlog4net: log4net assembly [log4net, Version=1.2.0.30714,
> > Culture=neutral, PublicKeyToken=null]. Loaded from [/usr/local/nant/bin/
> > log4net.dll]. (.NET Runtime [1.1.4322.573] on Unix 5.1.2600.0)
> > log4net: DefaultRepositorySelector: defaultRepositoryType [log4net.
> > Repository.Hierarchy.Hierarchy]
> > log4net: DefaultRepositorySelector: Creating repository for assembly
> > [NAnt]
> > log4net: DefaultRepositorySelector: Assembly [NAnt, Version=0.84.1450.0,
> > Culture=neutral, PublicKeyToken=null] Loaded From [/usr/local/nant/bin/
> > NAnt.exe]
> > log4net: DefaultRepositorySelector: Assembly [NAnt] does not have a
> > DomainAttribute specified.
> > log4net: DefaultRepositorySelector: Assembly [NAnt] using domain
> > [log4net-default-domain] and repository type [log4net.Repository.
> > Hierarchy.Hierarchy]
> > log4net: DefaultRepositorySelector: Creating repository for domain
> > [log4net-default-domain] using type [log4net.Repository.Hierarchy.
> > Hierarchy]
> > log4net: DOMConfigurator: configuring repository [log4net-default-
> > domain] using file [/usr/local/nant/bin/NAnt.exe.config] watching for
> > file updates
> > log4net: DOMConfigurator: configuring repository [log4net-default-
> > domain] using file [/usr/local/nant/bin/NAnt.exe.config]
> > log4net: DOMConfigurator: configuring repository [log4net-default-
> > domain] using stream
> > log4net: DOMConfigurator: loading XML configuration
> > log4net: DOMConfigurator: Configuring Repository [log4net-default-
> > domain]
> > log4net: DOMConfigurator: Configuration update mode [Merge].
> > log4net: DOMConfigurator: Logger [root] Level string is [ERROR].
> > log4net: DOMConfigurator: Logger [root] level set to [name="ERROR",
> > value=70000].
> > log4net: DOMConfigurator: Loading Appender [ConsoleAppender] type:
> > [log4net.Appender.ConsoleAppender]
> > log4net: DOMConfigurator: Setting Property [ConversionPattern] to String
> > value [[%c{2}:%m  - [%x] <%X{auth}>]%n]
> > log4net: DOMConfigurator: Setting Property [Layout] to object [log4net.
> > Layout.PatternLayout]
> > log4net: DOMConfigurator: Created Appender [ConsoleAppender]
> > log4net: DOMConfigurator: Adding appender named [ConsoleAppender] to
> > logger [root].
> > log4net: DOMConfigurator: Hierarchy Threshold [OFF]
> > log4net: DefaultRepositorySelector: Creating repository for assembly
> > [NAnt.Core]
> > log4net: DefaultRepositorySelector: Assembly [NAnt.Core,
> > Version=0.84.1450.0, Culture=neutral, PublicKeyToken=null] Loaded From
> > [/usr/local/nant/bin/NAnt.Core.dll]
> > log4net: DefaultRepositorySelector: Assembly [NAnt.Core] does not have a
> > DomainAttribute specified.
> > log4net: DefaultRepositorySelector: Assembly [NAnt.Core] using domain
> > [log4net-default-domain] and repository type [log4net.Repository.
> > Hierarchy.Hierarchy]
> > log4net: DefaultRepositorySelector: domain [log4net-default-domain]
> > already exisits, using repository type [log4net.Repository.Hierarchy.
> > Hierarchy]
> > NAnt 0.84 (Build 0.84.1450.0; net-1.0.win32; rc 2; 12/21/2003)
> > Copyright (C) 2001-2003 Gerry Shaw
> > http://nant.sourceforge.net
> >
> >
> > ** (/usr/local/nant/bin/NAnt.exe:5855): WARNING **: Could not find
> > assembly Microsoft.JScript
> >
> > ** (/usr/local/nant/bin/NAnt.exe:5855): WARNING **: Could not find
> > assembly Microsoft.JScript
> >
> > ** (/usr/local/nant/bin/NAnt.exe:5855): WARNING **: Could not find
> > assembly NAnt.Win32Tasks
> > INTERNAL ERROR
> >
> > An exception was thrown by the type initializer for NAnt.Core.
> > TypeFactory
> >
> > For more information regarding the cause of the build failure, enable
> > log4net using the instructions in NAnt.exe.config and run the build
> > again.
> >
> > Please send bug report to [EMAIL PROTECTED]
> > [EMAIL PROTECTED] xnet]$
> >
> >
> >
> > -- 
> > Philip Van Hoof, Software Developer @ Cronos
> > home: me at freax dot org (change the From-field)
> > work: Philip dot VanHoof at cronos dot be
> > http://www.freax.be, http://www.freax.eu.org
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials.
> > Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> > Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&opk
> > _______________________________________________
> > Nant-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
-- 
Philip Van Hoof, Software Developer @ Cronos
home: me at freax dot org (change the From-field)
work: Philip dot VanHoof at cronos dot be
http://www.freax.be, http://www.freax.eu.org



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to