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
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
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
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
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
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
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
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
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?
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
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
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
--
12 matches
Mail list logo