[Nant-users] Convert CRLF to LF and back

2004-10-05 Thread Brar Piening
Hi, is there a task or an attribute in NAnt or NAnt contrib which converts textfiles from CRLF to LF and vice versa (of course I searched for it myself without success)? I'm asking because I use VS .Net for coding and want to commit to a cvs server using unix conventions. I know this could be done

[Nant-users] [RE-SENT] How to react on the value of nant.settings.currentframework during build

2003-10-20 Thread Brar Piening
Hi there, to build our .Net Data Provider I have to treat some issues when building for the .Net Compact Framework (prepare resx-files, disable design time support, include different assemblies, ...). Is there any way to find out which framework I'm building for (at runtime)? Im thinking of someth

[Nant-users] How to react on the value of nant.settings.currentframework during build

2003-10-07 Thread Brar Piening
Hi there, to build our .Net Data Provider I have to treat some issues when building for the .Net Compact Framework (prepare resx-files, disable design time support, include different assemblies, ...). Is there any way to find out which framework I'm building for (at runtime)? Im thinking of someth

RE: [nant-dev] Re: [Nant-users] 0.8.3 final

2003-09-07 Thread Brar Piening
> Ian MacLean wrote: > I'm still fleshing out the details but basically infer the locale based > on the resx file name ( or allow it to be specified ) and then use ... or infer it if not specified? > assemblylinker to build the satellite assemblies. So you plan a comfort feature of implicitly "

RE: [nant-dev] Re: [Nant-users] 0.8.3 final

2003-09-07 Thread Brar Piening
n failure (at least for default installation)). In Fact the only Nant-Problem (in my case) is the lack of a "Prefix" Attribute for the resgen-task (to prefix the namespace to the *.resources files) which I usually patch out for my own NAnt inst