[nant-dev] [ nant-Bugs-1117094 ] include buildfile not working as indicated

2005-02-06 Thread SourceForge.net
Bugs item #1117094, was opened at 2005-02-06 02:20 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1117094group_id=31650 Category: Core Group: 0.85 Status: Closed Resolution: Works For Me

[nant-dev] No way to get NAnt compiled on Linux with Mono

2005-02-06 Thread Giuseppe Greco
Hi all, I'm trying to recompile NAnt with the latest Mono from SVN... but believe me, no way! First, the build process looks for /usr/lib/mono/2.0, which does not exist... Okay, then after fixing that, the build process stops due the following unhandled exception: log4net:ERROR LogLog:

RE: [nant-dev] Build Failed - Internal Error

2005-02-06 Thread Gert Driesen
Margaret, I'd advise you to upgrade to NAnt 0.85 RC1 or a recent nightly build (http://nant.sourceforge.net/nightly/latest), and use the webmap child element of the solution task to map URL to local paths. See the task docs of the solution task for an example of this:

[nant-dev] Nant exception

2005-02-06 Thread Joe Scharf
Thanks for all your efforts with NANT. The following exception explains itself and I will attempt to work around it, however reporting the failing path would be an improvement. I have attached the offending nant script. cheers joe C:\Documents and Settings\joseph\My Documents\BackupBardonnant

RE: [nant-dev] No way to get NAnt compiled on Linux with Mono

2005-02-06 Thread Gert Driesen
Giuseppe, You're actually running into two separate Mono bugs (for which I've filed bug reports quite a long time ago): 1. http://bugzilla.ximian.com/show_bug.cgi?id=66237: Mono does not remap references to system assemblies from a previous version of .NET to corresponding assemblies in the

RE: What version of SharpCvsLib does Nant use. RE: [nant-dev] cvs-pass exception when user name contains full stop

2005-02-06 Thread Clayton Harbour
Title: Message Hi Chris, sorry it took a couple of days to get back, thanks for your patience on this. To answer your version question, NAnt is using the cvs version of sharpcvslib. When we go to release I will tag the repository and branch if need be to make patches. I think you test

[nant-dev] Still problems with the al task

2005-02-06 Thread Giuseppe Greco
Hi all, I've still problems with the al task... Just try the following task on Linux with Mono (1.1.4): al target=lib output=${build.dir}/lib/${culture}/${assembly}.resources.dll culture=${culture} sources basedir=${build.dir}/lib/${culture} include name=*.resources / /sources /al

RE: [nant-dev] Still problems with the al task

2005-02-06 Thread Gert Driesen
Hi Giuseppe, I don't have time to look into this right now, but can you send me a verbose log (NAnt.exe -verbose ...) ? BTW: you should be able to use either lib or library on MS.NET, not sure about Mono though. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [nant-dev] Still problems with the al task

2005-02-06 Thread Giuseppe Greco
Hi Gert, here below is the verbose log: build-resources: build: [echo] Build Directory is ../../build/gekkota-0.4-debug [al] Output file '/home/genius/projects/gekkota/build/gekkota-0.4-debug/lib/de- DE/Gekkota.resources.dll' does not exist, recompiling. [al] Compiling 1

RE: [nant-dev] Still problems with the al task

2005-02-06 Thread Gert Driesen
Giuseppe, Apparently Mono's al does not support quoted arguments in the response file. I'd advise you to reopen the Mono response file bug report, and perhaps attach an example of a response file to it (eg. the one I attached to this email). Gert -Original Message- From: [EMAIL