----- Original Message ----- 
From: "Giuseppe Greco" <[EMAIL PROTECTED]>
To: "NAnt Developers" <[EMAIL PROTECTED]>
Sent: Saturday, April 24, 2004 8:25 PM
Subject: [nant-dev] <al> task on Linux


> Hi all,
> 
> I'm trying to create a satellite assembly with a task
> like this:
> 
>   <al
>     target="lib"
>     output="${build.dir}/${culture}/${assembly}.resources.dll"
>     culture="${culture}">
>     <sources basedir="${build.dir}/${culture}">
>       <includes name="*.resources" />
>     </sources>
>   </al>
> 
> ... but I always get the following error message:
> 
>   "ALINK: error A1017: No target filename was specified".
> 
> Note that I'm able to create satellite assemblies manually:
> 
>   al /t:lib /embed:myApp.en-US.resources /c:en-US
>     /out:myApp.resources.dll
> 

I'll look into this tomorrow....


> I've also tried to check out the latest version from CVS to
> see whether or not it works, but I'm not able to build it:
> 
>   src/NAnt.DotNet/Tasks/NDocTask.cs(201) error CS0117:
>     `NDoc.Core.Project' does not contain a definition for
>       `AppendProbePath'

I did restructure the binaries in cvs, did you do a clean checkout ?

I'll look into this soon anyway ...

Gert


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to