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

Reply via email to