will do gert..could you provide a link where i can submit this bug?

bedankt,
Martin 
______________________________________________ 
Jogi és Bizalmassági kinyilatkoztatás/Verzicht und 
Vertraulichkeitanmerkung/Note de déni et de confidentialité
 Ez az
üzenet bizalmas.  Ha nem ön az akinek szánva volt, akkor kérjük, hogy
jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának
készítése nem megengedett.  Ez az üzenet csak ismeret cserét szolgál és
semmiféle jogi alkalmazhatósága sincs.  Mivel az electronikus üzenetek
könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet
ezen üzenet tartalma miatt.

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> From: gert.drie...@telenet.be
> To: rmbo...@gmail.com; mgai...@hotmail.com
> CC: nant-develop...@lists.sourceforge.net; 
> nant-annou...@lists.sourceforge.net; nant-users@lists.sourceforge.net
> Subject: RE: [nant-dev] [NAnt-users] Announcing NAnt 0.90-beta1
> Date: Sun, 18 Apr 2010 09:28:40 +0200
> 
> Ryan,
> 
> The Mono team is dropping support for .NET Framework 1.x, hence mcs is no
> longer available.
> I believe Mono 2.6.x is the last release to support .NET 1.x.
> 
> We'll just need to check what version of Mono is available, or just check
> for the compiler that is available (1.x: mcs, 2.x: gmcs, 4.x: dmcs).
> Good thing NAnt build authors to not have to deal with this.
> 
> Martin, please submit a bug report for this.
> 
> Gert
> 
> -----Original Message-----
> From: Ryan Boggs [mailto:rmbo...@gmail.com] 
> Sent: zondag 18 april 2010 3:27
> To: Martin Gainty
> Cc: nant-develop...@lists.sourceforge.net;
> nant-annou...@lists.sourceforge.net; nant-users@lists.sourceforge.net
> Subject: Re: [nant-dev] [NAnt-users] Announcing NAnt 0.90-beta1
> 
> Hey Martin,
> 
> What Linux are you running?
> 
> Thanks,
> Ryan
> 
> On Sat, Apr 17, 2010 at 6:16 PM, Martin Gainty <mgai...@hotmail.com> wrote:
> > Hi Ryan
> >
> > any suggestion as to where i can obtain mcs?
> >
> > $ make
> > mkdir -p bootstrap
> > cp -R lib/ bootstrap/lib
> > # Mono loads log4net before privatebinpath is set-up, so we need this in
> the
> > sam
> > e directory
> > # as NAnt.exe
> > cp lib/common/neutral/log4net.dll bootstrap
> > cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
> > mcs -target:exe -define:MONO -out:bootstrap\\NAnt.exe
> > -r:bootstrap\\log4net.dll
> > \
> >                 -recurse:src\\NAnt.Console\\*.cs
> src\\CommonAssemblyInfo.cs
> > /bin/sh: mcs: command not found
> >
> > ?
> > Thanks!
> > Martin Gainty
> > ______________________________________________
> > Note de déni et de confidentialité
> >
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> > aucune responsabilité pour le contenu fourni.
> >
> >
> >
> >
> >> Date: Sat, 17 Apr 2010 17:34:49 -0700
> >> From: rmbo...@gmail.com
> >> To: nant-develop...@lists.sourceforge.net;
> >> nant-users@lists.sourceforge.net; nant-annou...@lists.sourceforge.net
> >> Subject: [NAnt-users] Announcing NAnt 0.90-beta1
> >>
> >> Announcing NAnt 0.90-beta1
> >>
> >> The first beta of NAnt 0.90 has been released. Please continue to
> >> test and report bugs so we can make the final release of 0.90 the best
> >> it can be.
> >>
> >> A roadmap has been created to help illustrate the current release
> >> plan. Please note that this roadmap is a work in progress and is
> >> subject to change depending on feature priorities, issues, and
> >> developer's comfort level with the release:
> >> https://sourceforge.net/apps/mediawiki/nant/index.php?title=Roadmap
> >>
> >> This release focuses on extending our already strong support for
> >> multiple target frameworks, bringing improved flexibility and
> >> performance. A number of outstanding issues have been fixed as well.
> >>
> >> Binary and source distributions are available for immediate download
> from:
> >> http://sourceforge.net/project/showfiles.php?group_id=31650
> >>
> >> The CVS tag for NAnt 0.90 Beta1 is:
> >> rel-0-90-beta1
> >>
> >> Instruction for checking out sources from CVS are available here:
> >> http://sourceforge.net/cvs/?group_id=31650
> >>
> >> Discussion of NAnt occurs on the mailing list at
> >> nant-us...@lists.sourceforge.net.
> >>
> >> Bugs can be reported using the Bug Tracker at
> >> http://sourceforge.net/projects/nant.
> >>
> >> About NAnt:
> >> NAnt is a free .NET build tool, allowing applications to be built
> >> targeting both Microsoft .NET and Mono while supporting both Windows
> >> and Linux platforms.
> >>
> >> Check the NAnt homepage for additional info at
> >> http://nant.sourceforge.net.
> >>
> >> Thanks,
> >> Ryan
> >>
> >>
> >>
> ----------------------------------------------------------------------------
> --
> >> Download Intel&#174; Parallel Studio Eval
> >> Try the new software tools for yourself. Speed compiling, find bugs
> >> proactively, and fine-tune applications for parallel performance.
> >> See why Intel Parallel Studio got high marks during beta.
> >> http://p.sf.net/sfu/intel-sw-dev
> >> _______________________________________________
> >> NAnt-users mailing list
> >> NAnt-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/nant-users
> >
> > ________________________________
> > Hotmail has tools for the New Busy. Search, chat and e-mail from your
> inbox.
> > Learn more.
> 
> ----------------------------------------------------------------------------
> --
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> nant-developers mailing list
> nant-develop...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 9.0.733 / Virus Database: 271.1.1/2815 - Release Date: 04/16/10
> 20:31:00
> 
                                          
_________________________________________________________________
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to