[Fwd: Re: [nant-dev] style task]

2003-09-26 Thread Ian MacLean
--- Begin Message --- +1 for me. This would be useful. Should it go in core or NAntcontrib though ? Ian Hi, I wrote a style task that basically wraps a style program called astyle (Artystic style http://astyle.sf.net ). The astyle program is a code formatting tools t

[nant-dev] error using Solution task

2003-09-26 Thread Jonathan David
Help. I'm new to Nant (have used ANT in the Past) and I get the following error when using the solution task: INTERNAL ERROR System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\DOCUME~1\JONATH~1\LOCALS~1\Temp\ntjvg2hj". at System.IO.__Error.WinIOError(Int32 errorCod

[nant-dev] Error using task (addendum)

2003-09-26 Thread Jonathan David
I get the following error when using the solution task in nAnt rev. 0.8.3: Buildfile: file:///C:/X.eye Workfiles/CORE/.netclient/app/xeye/framework/nant.build str_framework: [solution] Starting solution build. Total time: 0 seconds. BUILD FAILED INTERNAL ERROR System.NotSupportedException:

[nant-dev] LicenseTask - Failed to access existing DesignTime license

2003-09-26 Thread Dr. Rainer Hessmer
I hope it is ok for me to post this email to this group. I am not an active NAnt developer but I am familiar with the code. Here is a problem that I encountered: I use the NAnt.VSNet task to compile a solution consisting of a number of projects that use various (licensed) Infragistics controls. Wh

[nant-dev] Bug Report for NAnt

2003-09-26 Thread Martin Bennedik
I had the following bug when trying to use NAnt, please help: C:\Data\BuildIt\Code>"C:\Program Files\NAnt\bin\Nant" NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/Data/BuildIt/Code/qca.build interfaces: [solution] Starting solution build

[nant-dev] "options" for CompilerBase.cs

2003-09-26 Thread James C. Papp
How do the NAnt developers feel about adding an “options” property to CompilerBase.cs? It would work just like the options property in ClTask.cs. The reason for this is two fold: 1.) It allows access to command line options that are currently not support by NAnt, and gives future support

[nant-dev] style task

2003-09-26 Thread Clayton Harbour
Hi, I wrote a style task that basically wraps a style program called astyle (Artystic style http://astyle.sf.net ). The astyle program is a code formatting tools that cleans/ standardizes your source code. The task is not really ground breaking but I have not been able

[nant-dev] SqlTask Too Verbose

2003-09-26 Thread Turpin, Jay
Title: SqlTask Too Verbose Hi! How do I turn down the verbosity of the SqlTask? I set verbose=false in my Nant build file, but it still spits out all the SQL statements being run to the console and my Draco.NET log file. I noticed it was updated a couple months ago to properly build with the

Re: [nant-dev] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
Sorry for the misdirection. My workaround did work. My screwup was in permissions (go figure). It was nice talking to myself... --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > Actually, I need to dig a bit further for a > workaround > in the mean time because mine isn't cutting the > mustard. I'

Re: [nant-dev] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
Actually, I need to dig a bit further for a workaround in the mean time because mine isn't cutting the mustard. I've got a web project that has one set of sattelite assmblies in it (5 I believe). The output should end up creating a different dll for each language in subfolders of the bin dir. Wh

[nant-dev] Sattelite Assemblies

2003-09-26 Thread Eric Fetzer
Are Satellite Assemblies on the horizon for the solution task? Thanks - Eric __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This sf.net email is sponsored

Re: [nant-dev] Re: Solution Task - Unable to find appropriate configuration for proj ect reference

2003-09-26 Thread Ian MacLean
Martin Aliger wrote: GAC do not help becouse nunit.frawork depend on two other assemblies without strong name (coudn't be placed into GAC) GAC is irrelevent. If you have an assembly in the gac that doesn't exist elsewhere on disk then its impossible to reference it. The gac is for runtime res

Re: [nant-dev] Re: Solution Task - Unable to find appropriate configuration for proj ect reference

2003-09-26 Thread Ian MacLean
The record task resides in nantcontrib so you'll need to grab a NAntContrib nightly from http://nantcontrib.sourceforge.net/nightly/builds/ or build it from source. you can tell nant where to find the contrib task assemblies by adding the path to the entry in nant.exe.config. Or you can just c

Re: [nant-dev] Re: Solution Task - Unable to find appropriate configuration for proj ect reference

2003-09-26 Thread Martin Aliger
Try to use new assemblyfolders subtag. GAC do not help becouse nunit.frawork depend on two other assemblies without strong name (coudn't be placed into GAC) >As an aside, since installing the latest CVS build the record task seems to have disappeared. Anyone any ide

[nant-dev] Re: Solution Task - Unable to find appropriate configuration for proj ect reference

2003-09-26 Thread Simon Steele
Hi, >I'm trying out the solution task for the first time and am experiencing a >couple of problems. I'm using Nant 0.8.3 final. >The result of the build should be: > >Project\bin\debug\project1.dll >Project\Tests\bin\debug\project1.dll >Project\Tests\bin\debug\Tests.dll > >Unfortunately when I try

[nant-dev] Solution Task - Unable to find appropriate configuration for proj ect reference

2003-09-26 Thread Simon Steele
Hi, I'm trying out the solution task for the first time and am experiencing a couple of problems. I'm using Nant 0.8.3 final. The project structure comes out of CVS like this: Project\ Solution.sln Project1.csproj bin\ debug\ Tests\ Tests.csproj bin\ debug\ The result