[Nant-users] requesting help with a build error

2004-03-16 Thread curtiszarger
Hello, I am having trouble getting my build to run. I get an error that indicates no files are found. I believe the errant line is the tag, but each of the suspect areas (, , and ) has correct files types available. Can anyone point out where I am going wrong? I am using NAnt 0.84 (Build

Re: [Nant-users] Nant contrib and Nant nightly build

2004-03-16 Thread Gert Driesen
Nick, I just uploaded a new nightly build of both NAnt (http://nant.sourceforge.net/nightly/builds) and NAntContrib (http://nantcontrib.sourceforge.net/nightly/builds). So these definitely build. If you still have problems, please send us a message and attach a build log (NAnt.exe -buildfile: -v

Re: [Nant-users] CVS update

2004-03-16 Thread Jaroslaw Kowalski
My vote is 2 (but make sure that "extraoptions" is needed in <5% cases). Jarek - Original Message - From: "Clayton Harbour" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Kevin Dickover" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]>; "Scott Hernandez" <[EMAIL

FW: [Nant-users] Nant contrib and Nant nightly build

2004-03-16 Thread Zigomanis, Nick
Hi Tom, Thanks for the response. Tried it with the latest nightly build, nant-0.85-20040315, but it didn't work. After several compile problems, I gave it up. Nick. -Original Message- From: Tom Peryam [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 4:26 AM To: Zigomanis, Nick;

RE: [Nant-users] Nant contrib and Nant nightly build

2004-03-16 Thread Zigomanis, Nick
Hi Gert, Ah... that's just too simple! I take it you mean I have to extract the latest contrib stuff from cvs (since only the 0.84 package is available as a download). I'll try that out. Thanks for the response, Nick. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent

RE: [Nant-users] CVS update

2004-03-16 Thread Clayton Harbour
Hi, -1000 for the framework idea :-). Okay I am going to try to put my bruised ego aside and pull something constructive from this :-). Framework aside for now the issue is: what syntax do you prefer: 1) option collections (current):

RE: [Nant-users] Building Crystal Reports using Nant

2004-03-16 Thread Nitin Agarwal
Title: Message I used ILDASM to compare the DLLs generated by VS.NET and NANT. I couldn't find a single difference between 2. This is when I do not use the prefix attribute for the resources tag. All the resources and other MSIL code is exactly same in both the cases. -Original Me

[Nant-users] Building Crystal Reports using Nant

2004-03-16 Thread Nitin Agarwal
Title: Building Crystal Reports using Nant I am building a Web project using Nant. My Web application includes some Crystal Report files (.rpt and corresponding .cs file generated by Visual Studio). I am embedding the rpt files as resource files using the tag for task. The issue is some

Re: [Nant-users] Getting Code from VSS via NAnt

2004-03-16 Thread Jaroslaw Kowalski
There's a trick that uses task. Taken from my build script: ... do something with the properties ... This will read ALL lines from "version.txt" (there's only one and that's the trick) and set sooda.* properties appropriately. See task documentation for more info. Hope it helps.

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-16 Thread Bonnett, Evan A
Title: Message Great.  But is there no way to get the value from a file and set a property?  If not, would that be a good candidate for a custom task? Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development 937-485-8577 58577 -Original Message-From: Morri

RE: [Nant-users] Nant contrib and Nant nightly build

2004-03-16 Thread Tom Peryam
I am currently using beta nant-0.85-20040212 with the release nant contrib package with no problems. -Original Message- From: Zigomanis, Nick [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 7:45 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Nant contrib and Nant nightly build Hi

Re: [Nant-users] CVS update

2004-03-16 Thread Ian MacLean
Clayton Harbour wrote: I like the nested command and it looks like it would be easy to extend something like this into some sort of pluggable version control task. Why do you want to do it? The last thing we need here is abstraction. I would like to do this because it p

RE: [Nant-users] CVS update

2004-03-16 Thread Clayton Harbour
> > I like the nested command and it looks like it would be > easy to extend > > something like this into some sort of pluggable version > control task. > > Why do you want to do it? The last thing we need here is abstraction. I would like to do this because it provides a framework to add more

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Peter McEvoy
I'll see if I can get a simple test case together for you using basic .Net licensing, rather than infragistics stuff (then no distro problems). Hopefully have the test case for you today/tomorrow. Pete > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: 16 March

Re: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Gert Driesen
Peter, Seems like this issue keeps haunting me ;) I'll try to post a build with additional debug messages later this week, but I'm running out of inspiration here ... I did notice that you are mixing assemblies of different versions of the NetAdvantage suite (2.x and 3.0) Can you (again) packag

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-16 Thread Peter McEvoy
Gert et al, I have had a chance to try license generation again with the latest nightly (NAnt 0.85 (Build 0.85.1533.0; net-1.0.win32; nightly; 13/03/2004)). Unfortunately, I am still getting a "License Attribute not found" exception. My build file looks like: Here is the d

Re: [Nant-users] CVS update

2004-03-16 Thread Jaroslaw Kowalski
> I like the nested command and it looks like it would be easy to extend > something like this into some sort of pluggable version control task. Why do you want to do it? The last thing we need here is abstraction. CVS is simple. Ultra simple. Various VCSes have different concepts and features so