----- Original Message ----- 
From: "Jason King" <[EMAIL PROTECTED]>
To: "nant list" <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 4:30 PM
Subject: [Nant-users] Platforms and frameworks


> Hello
>
> I am pleased to the concept of platforms and frameworks in the
> NAnt.exe.config file.  I have figured out how to force NAnt to target the
> MS.NET 1.1 framework when running under win32 (you change the default to
> "net-1.1" in the platform tag right?) and that seems to work nicely.
>
> Now, my questions are:
>
> 1) how do you adjust NAnt to work with Mono under Linux?  For the life of
> me, I can't figure out how to do it.  I get error messages along the lines
> of "Failed to load library ./libkernel32.dll.so" several times, followed
by
> "Could not find assembly Microsoft.JScript" and "Could not find assembly
> NAnt.Win32Tasks" I am trying to use the release version from Dec 26 2003,
> version 0.84

The binaries in the distribution package for the 0.84 release cannot be used
directory with Mono, you'll first have to bootstrap NAnt on linux using :

make clean
make all

However, before doing this, you'll have to adjust the values of the
following attributes in the 'mono-1.0' framework node of the 'unix' platform
to match the location of your mono install :

- sdkdirectory
- frameworkdirectory
- frameworkassemblydirectory

>
> 2) Under Windows, is there a way of adjusting how do you tell NAnt / your
> buildfile to target the 1.0 platform or the 1.1 platform without adjusting
> the .config file?

I'll try to respond to this later (when I have some more time) ....

Gert



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

Reply via email to