RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread James, Justin
Thanks for the FileInfo tip. It worked great. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 9:42 PM To: James, Justin; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Problem with Nant Tasks Justin, If you modify the attributes

RE: [Nant-users] D2036 or C1083, depending on your point of view (C++)

2005-05-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > John Debay > Sent: woensdag 18 mei 2005 2:48 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] D2036 or C1083, depending on your point > of view (C++) > > Hi, > > If you specify an

RE: [Nant-users] LNK1181 error when specifying output file in VC++ solution

2005-05-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > John Debay > Sent: woensdag 18 mei 2005 1:46 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] LNK1181 error when specifying output > file in VC++ solution > > Hi, > > It appears t

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread Gert Driesen
Justin, If you modify the attributes (properties) to be backed by FileInfo (for file attributes) or DirectoryInfo (for directory attributes), then the NAnt element initialization will automatically convert relative paths to absolute paths (relative to project base directory). For example, use thi

[Nant-users] Cannot build web project with solution task

2005-05-17 Thread Jain, Manish (GE Consumer Finance, Contractor)
Sounds stupid but I've never tried this before, I am switching from devenv to solution task in my scripts, but I get following error - Cannot build web project 'http://localhost/A/A.csproj'. Please use to map the given URL to a project-relative path, or specify enablewebdav="true" on the task

[Nant-users] D2036 or C1083, depending on your point of view (C++)

2005-05-17 Thread John Debay
Hi, If you specify an Intermediate Directory in a C++ project (right-click the project, click Properties, click General), you seem to run into trouble. In my real project, I received this error when specifying an intermediate directory with a trailing slash (e.g. $(ProjectDir)..\..\build\debug\

[Nant-users] LNK1181 error when specifying output file in VC++ solution

2005-05-17 Thread John Debay
Hi, It appears that if you change the name of an object file from "filename.obj" to something else in a Visual Studio 2003 project, NAnt cannot find that .obj file at link time. The build fails as a result. For example, if you have a file "foo.cpp", and you right-click on foo.cpp in the project

RE: [Nant-users] Newbie problem with expressions

2005-05-17 Thread Bjerstedt, Tony
What version of NAnt are you running against? Functions are new in 0.85 and if you running against 0.84 or an early 0.85 will not work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brough, Nicolas (Contractor) Sent: Tuesday, May 17, 2005 3:37 PM To: Robi

RE: [Nant-users] Newbie problem with expressions

2005-05-17 Thread Brough, Nicolas (Contractor)
Same result - the property isn't being set. -Original Message- From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: 17 May 2005 21:29 To: Brough, Nicolas (Contractor); nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Newbie problem with expressions Try Heath x3006 -O

[Nant-users] Newbie problem with expressions

2005-05-17 Thread Brough, Nicolas (Contractor)
Hi, I know I've probably got something utterly wrong, but I can't get this to work: ${src.dir} My understanding is that src.dir should be set to true or false (so I can later use it for an "if" statement). But all it does is throw the log below - NAnt doesn't seem to be setting src.di

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread James, Justin
Gert, Is there a particular task that comes with the distribution that you would recommend looking at to see how the Project.GetFullPath should be used. Thx -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 11:52 AM To: James, Justin; nant-users

RE: [Nant-users] Problem with Nant Tasks

2005-05-17 Thread Gert Driesen
Hi Justin, This has been changed, but it should not affect users using NAnt tasks that are part of the NAnt distribution. I'll look into the history of this change, and add info to the release notes (for the next release (candidate)). In your custom tasks, you should use Project.GetFullPath to re

Re: [Nant-users] Nant build (solution task) just hanging - anyone an idea?

2005-05-17 Thread Gert Driesen
Hi Thomas, Just start NAnt in verbose or debug mode. eg. NAnt.exe -verbose -buildfile: or NAnt.exe -debug -buildfile: Gert - Original Message - From: "Thomas Tomiczek" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 17, 2005 5:40 PM Subject: FW: [Nant-users] Nant build (solution task) jus

FW: [Nant-users] Nant build (solution task) just hanging - anyone an idea?

2005-05-17 Thread Thomas Tomiczek
Title: Nant build (solution task) just hanging - anyone an idea? Ok,  some more info.     It seems that lc.exe is hanging - I can see the process being active and staying active even after a CTRL-C on nant.     Has anyone ever experiences lc.exe just hanging?     Is there any way to get the co

Re: [Nant-users] License task issues

2005-05-17 Thread Gert Driesen
Larry, Can you send me a repro for this ? Is there an evaluation version of ActiveReports ? Can you also include the assemblies generated by NAnt and VS.NET ? Thanks, Gert - Original Message - From: "Larry Wanzer" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 17, 2005 4:16 PM Subject: [

[Nant-users] License task issues

2005-05-17 Thread Larry Wanzer
We use a third party reporting tool in our application called Active Reports. It produces an entry in a licenses.licx file so that when a report is displayed a red tagline saying it's an evaluation version doesn't display at the bottom of the report. A machine is registered by running licensepro.

[Nant-users] Nant build (solution task) just hanging - anyone an idea?

2005-05-17 Thread Thomas Tomiczek
Title: Nant build (solution task) just hanging - anyone an idea? Calling into a solution (with the solution task) to compile a program nant is just hanging. The output I am getting is (last line):   [license] C:\Work\PowerNodes\PowerNodes\01.1\Solutions\PowerNodes\ PowerNodes

RE: [Nant-users] csc task not working (as expected)

2005-05-17 Thread Mert Derman
I have the same problem. I have a main build file for the solution calling all the build files of the projects in the solution. They are all nearly same. But after four of the builds end succesfully the last one fails because task cannot find the *.cs files. I tried all the possibilities like Eli

[Nant-users] Problem with Nant Tasks

2005-05-17 Thread James, Justin
I am trying to upgrade a bunch of build files from .84 to .85 rc3 and ran into an issues with the nant tasks. In .84 when you used the nant tasks the build file would execute from the directory where the called build file was located so any directory references that we relative to the build file

[Nant-users] (no subject)

2005-05-17 Thread Richard Griffiths
Hi, Apologies for my first post being a problem but I have an application that uses a test runner (written in VB, but utilizing a junit framework) and I'm tring to get the test runner to work. Normally I'd just run the tests like this vai the command line tests.testrunner.exe /t:TextMode (whic

RE: [Nant-users] Issue with XmlPoke - my mistake?

2005-05-17 Thread Marc Holmes
Title: Issue with XmlPoke - my mistake? Missing assemblyIdentity?   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Thomas TomiczekSent: 17 May 2005 11:11To: nant-users@lists.sourceforge.netSubject: [Nant-users] Issue with XmlPoke - my mi

[Nant-users] Isssue with XmlPeek & Xml encoding.

2005-05-17 Thread Thomas Tomiczek
Title: Isssue with XmlPeek & Xml encoding. Hi. We use a XML File to generate a AssemblyInfo.cs file. We need to take data out of this, and we do so using XmlPeek. One of the data entries is a string, containing a "&" (Like in: "THONA Software & Consulting Ltd."). Anyone an idea how to

[Nant-users] Issue with XmlPoke - my mistake?

2005-05-17 Thread Thomas Tomiczek
Title: Issue with XmlPoke - my mistake? Ok, here is what I want to get done. This XML:                                                                                     Needs some re