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 PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Giuseppe Greco > Sent: zondag 6 februari 2005 23:00 > To: Gert Driesen > Cc: NAnt Developers > Subject: RE: [nant-dev] Still problems with the <al> task > > 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 files to > '/home/genius/projects/gekkota/build/gekkota-0.4-debug/lib/de- > DE/Gekkota.resources.dll'. > [al] Contents of /tmp/tmp3eb7ae42. > [al] /target:"library" > [al] /out:"/home/genius/projects/gekkota/build/gekkota-0.4- > debug/lib/de-DE/Gekkota.resources.dll" > [al] /culture:"de-DE" > [al] /nologo > [al] /embed:"/home/genius/projects/gekkota/build/gekkota-0.4- > debug/lib/de-DE/Gekkota.de-DE.resources" > [al] > [al] Starting '/usr/local/bin/mono > ("/usr/local/lib/mono/1.0/al.exe" @"/tmp/tmp3eb7ae42")' in > '/home/genius/projects/gekkota/src/Gekkota' > [al] ALINK: error A1012: '"library"' is not a valid setting for > option 'target' > > BUILD FAILED > > /home/genius/projects/gekkota/src/Gekkota/Gekkota.build(110,8): > External Program Failed: /usr/local/lib/mono/1.0/al.exe > (return code was > 1): > NAnt.Core.BuildException: > /home/genius/projects/gekkota/src/Gekkota/Gekkota.build(110,8): > External Program Failed: /usr/local/lib/mono/1.0/al.exe > (return code was > 1) > in <0x003ab> NAnt.Core.Tasks.ExternalProgramBase:ExecuteTask () > > I hope that helps... > > Ciao, > j3d. > > On Sun, 2005-02-06 at 22:20 +0100, Gert Driesen wrote: > > 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 PROTECTED] On > > > Behalf Of Giuseppe Greco > > > Sent: zondag 6 februari 2005 20:13 > > > To: NAnt Developers > > > Subject: [nant-dev] Still problems with the <al> task > > > > > > 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> > > > > > > ... and you'll get the following error message: > > > > > > build: > > > > > > [echo] Build Directory is ../../build/gekkota-0.4-debug > > > [al] Compiling 1 files to > > > '/home/genius/projects/gekkota/build/gekkota-0.4-debug/lib/ > > > de-DE/Gekkota.resources.dll'. > > > [al] ALINK: error A1012: '"lib"' is not a valid setting for option > > > 'target' > > > > > > BUILD FAILED > > > > > > Any idea? > > > > > > Furthermore, I would suggest to replace "lib" with "library", just > > > to be consistent with the <csc> task. > > > > > > Thanks, > > > j3d. > > > > > > -- > > > ---------------------------------------- > > > Giuseppe Greco > > > > > > ::agamura:: > > > > > > phone: +41 (0)91 604 67 65 > > > mobile: +41 (0)79 602 99 27 > > > email: [EMAIL PROTECTED] > > > web: www.agamura.com > > > ---------------------------------------- > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > > > Reporting > > > Tool for open source databases. Create drag-&-drop > reports. Save time > > > by over 75%! Publish reports on the web. Export to DOC, > XLS, RTF, etc. > > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > > _______________________________________________ > > > nant-developers mailing list > > > nant-developers@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/nant-developers > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- > Interactive Reporting > > Tool for open source databases. Create drag-&-drop reports. > Save time > > by over 75%! Publish reports on the web. Export to DOC, > XLS, RTF, etc. > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > nant-developers mailing list > > nant-developers@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/nant-developers > -- > ---------------------------------------- > Giuseppe Greco > > ::agamura:: > > phone: +41 (0)91 604 67 65 > mobile: +41 (0)79 602 99 27 > email: [EMAIL PROTECTED] > web: www.agamura.com > ---------------------------------------- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > nant-developers mailing list > nant-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-developers > >
/target:"library" /out:"Test.resources.dll" /culture:"en-US" /nologo /embed:"Test.en-US.resources"