Re: [Nant-users] using pkg-config::get-link-flags in task

2004-06-24 Thread Ian MacLean
I'm trying to write a nant buildfile for a Mono application which uses Gtk#. I'm already using the pkg-config functions in nant to check for the package and to get the link flags (pkg-config --libs gtk-sharp). However, when i try to use that result to pass it along in a task, it won't work since

Re: [Nant-users] C# windows app problem

2004-06-24 Thread Ian MacLean
Thomas, a couple of things. Firstly you shouldn't be including the .sln file in the includes list for the csc task. It will just be ignored anyway. If you really want to build the solution then use the solution task. As for the resource loading issue- the problem is that you aren't compiling th

[Nant-users] Getting error when trying to build a Project.

2004-06-24 Thread Deepak Sivaraman
HI All,   I am trying to project which contains a interface and many of my files implements this interface ...The files also contains functions which Dataview or Datarow or arraylist when i compile build this project then i get an error " error BC30002: Type 'DataRow' is not defined

[Nant-users] C# windows app problem

2004-06-24 Thread Thomas A. Brandle
I am a new NAat user, and I am having some trouble building a windows application. I am using the last stable build 0.84                                                         

[Nant-users] using pkg-config::get-link-flags in task

2004-06-24 Thread Jeroen Zwartepoorte
Hi, I'm trying to write a nant buildfile for a Mono application which uses Gtk#. I'm already using the pkg-config functions in nant to check for the package and to get the link flags (pkg-config --libs gtk-sharp). However, when i try to use that result to pass it along in a task, it won't work s

RE: [Nant-users] NAntRunner VS.NET AddIn

2004-06-24 Thread Curtis Zarger
Donal, When I try to use the "one-click" option to execute a task from the tree, I get the following in the output window: (message about running vcvars32.bat ... ) '""' is not recognized as an internal or external command, operable program or batch file Can you help? THX Curt Zarger -Ori

[Nant-users] Re: build works, app doesn't

2004-06-24 Thread McCullough, Gary
In my case, unfortunately, it’s not the resource files. I don’t even have any resource files. My test project is just a hello-world console app.   Another symptom is that the wonky executable works on a Windows2000 machine, but not on the WindowsXP box I built it on. The C# exec works on

[Nant-users] Using Nant with .NET framework and w2k

2004-06-24 Thread david . a . taylor
Hi, I have tried installing the latest stable release (0.84). When I run it a working build fails reporting it cannot find system.xml.dll version 1.0.5000. We use .net framework 1.0 SP2 (v 1.0.3075) so that's understandable. I tried rebuilding the source to get rid of this link error but the na

[Nant-users] RE: VB6 Migration. Solution task leads to MissingManifestResourceException

2004-06-24 Thread Ronan Brady
o.k. sorry about the mess of a post but i've now upgraded to the latest nightly build and I still get the same problem. NAnt 0.85 (Build 0.85.1631.0; net-1.0.win32; nightly; 19/06/2004) And I've spotted that even though I've specified ... ... NAnt is now back running net-1.0. Any ideas?

[Nant-users] RE: VB6 Migration. Solution task leads to MissingManifestResourceException

2004-06-24 Thread Ronan Brady
apologies for this post ... just realised i took the nightly build from the top of the nightly build list and not the bottom :( -Original Message- From: Ronan Brady [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 11:24 To: '[EMAIL PROTECTED]' Subject:VB6 Migration. Solution

[Nant-users] VB6 Migration. Solution task leads to MissingManifestResourceException

2004-06-24 Thread Ronan Brady
I've migrated a VB6 project to VB.Net and now I'm trying to migrate the Nant automated build. I'm currently using NAnt 0.85 (Build 0.85.1525.0; net-1.1.win32; nightly; 05/03/2004 after having to upgrade due to some limitations in .84. Initially I had problems running the solution task because of t

[Nant-users] CS2001 compile error using Solution task

2004-06-24 Thread Ronan Brady
I had a similar problem, in the vb.proj file I found that the task/vbc compiler? had a problem with the following line: I simply deleted it (cause i don't know what it does ;-) ) ... i'm getting a missingresourceException now when I run the exe --