Re: [Nant-users] 0.8.3 final

2003-09-14 Thread Ian MacLean
actually its not new. It just got migrated from nantcontrib into the core. In 0.8.3 the nantc source was more uptodate than the nant source ( since nant had branched ) so asminfo got left out. Ian asminfo is a new task. Ie Its been added to Nant post 0.8.3 Ian Hi, * Ian MacLean wrote on 08.09.2

Re: [Nant-users] csc Task: How to use resources

2003-09-14 Thread Ian MacLean
Sascha, What you're seeing is a recently introduced bug in compilerbase.cs. I've committed a fix that should appear in the next nightly build. using the resources tag in the following format will now work fine. :

Re: [Nant-users] 0.8.3 final

2003-09-14 Thread Ian MacLean
asminfo is a new task. Ie Its been added to Nant post 0.8.3 Ian Hi, * Ian MacLean wrote on 08.09.2003 (10:24): NAntContrib binaries ship with the 0.83 release. Unless you have to be using the latest cvs version of NAnt they should work fine. I downloaded the 0.8.3 release zip - no asminfo

Re: [Nant-users] 0.8.3 final

2003-09-14 Thread Sascha Andres
Hi, * Gert Driesen wrote on 07.09.2003 (22:46): > It still needs lots of work, certainly the docs that are not automatically > generated. > > We appreciate all the help we get. The csc task needs an example covering more of the features (I would submit one, as soon as I get the resources running)

Re: [Nant-users] 0.8.3 final

2003-09-14 Thread Sascha Andres
Hi, * Ian MacLean wrote on 08.09.2003 (10:24): > NAntContrib binaries ship with the 0.83 release. Unless you have to be > using the latest cvs version of NAnt they should work fine. I downloaded the 0.8.3 release zip - no asminfo task. Downloading the latest nightly build brings the asminfo task.

[Nant-users] csc Task: How to use resources

2003-09-14 Thread Sascha Andres
Hi, after upgrading to the latest nightly build, I have great problems regarding the csc task. It seems the resources are now no fileset anymore (the help states array), How to embed resources now? I tried multiple times, but this helps not. isn't appropriate I think. May I suggest a more comp