Re: [Nant-users] Problem with lc.exe task ignors output parameter

2005-11-09 Thread Marcin Grzębski
Hi, Martin Henderson wrote: I am using NANT 0.85 RC3. I am trying to compile a licenses.licx file and place the resulting .licenses file in a specific directory. target="${binary.dir}\${binary.filename}" output="${src.drv}\${project.path}\${binary.filename}.licenses" verbose="true"/>

[Nant-users] Problem with ECHO task and encoding.

2005-11-09 Thread Marcin Grzębski
Hi All, I want to join two or more text files (with polish windows encoding 1250) in a single file in the same encoding. I found task with append possiblities, but i found that i haven't control over its encoding. Second task i was trying, was , but it hasn't any append possibilities. Is there