[Nant-users] xslt include behavior

2005-02-01 Thread Ryan Hughes
Greetings, I have a set of XSLT style sheets that include a common sheet which contains logic.  It seems that if one of the sheets that includes the common sheet defines a new namespace prefix, that prefix is not recognized in the common sheet.   For example, the common sheet (lets call

[Nant-users] using nant to compile com interops

2005-02-01 Thread a.craft
ying to ues Nant to build a project which is reliant on a number of COM objects. I am using the solution task and it works fine except for when the dll minor version is greater than 9, for example i am using the MAPI dll, which is version 1.21 I looked into the code that parses that part of the p

[Nant-users] Any known problem with and stdout?

2005-02-01 Thread McKenna, Simon (RGH)
Greetings, Using NAnt to automate several Subversion tasks on our repositories, I've run into an issue with calling Subversion's svnadmin dump. I don't believe it's a problem with svnadmin per se. Here is the culprit: This does generate the dump file, however I have to run Nant w

Re: [Nant-users] Problems with NAnt

2005-02-01 Thread Christian Gross
Gert Driesen wrote: Christian, There are currently some issues in Mono which cause problems when running NAnt on the Mono 2.0 profile. A fix for the most important issue was posted to one of the mono lists by Llius for review, so it should be committed to cvs soon. About the "failed to start" iss

RE: [Nant-users] RE: vssget failed "access denied"

2005-02-01 Thread Thirupputkuzhi, Sanjay
Title: Message I think that the problem with your script is localpath="C:\0_drisler_test". It should instead be localpath="C:\0_drisler_test\filename". Right now, VSS is trying to overwrite a folder with a file and hence you are getting an "Access Denied" error.   Just tried with the follow

[Nant-users] RE: vssget failed "access denied"

2005-02-01 Thread Risler, Dave
Title: RE: vssget failed "access denied" Appreciate everybody’s inputs on this, but we’re still having the same problem.  A build with the –verbose option gave us this result that appears to be a NAnt Core issue.  Any ideas?  Is this a bug or do I have a problem in my using the ?  I’ve tried

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Bill Arnette
Also, after enabling the Nant Runner Add-in in Add-in manager, the project options dialog is hosed for everything. If I right click an item in the solution explorer and select Properties and then select anything in the left tree, the dialog for those options is not shown in the right side of the o

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Bill Arnette
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Josh Larson > Sent: Tuesday, February 01, 2005 2:55 PM > To: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] is there an add-in to run nant from > within vs.net? > > > To get the tab

RE: [Nant-users] task and resource files

2005-02-01 Thread Gert Driesen
Tom,   This issue is now fixed in CVS. I'll upload a new nightly build soon.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whitner, TomSent: dinsdag 1 februari 2005 20:05To: nant-users@lists.sourceforge.netSubject: [Nant-users] task and resource fil

Re: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Josh Larson
To get the tab to display I had to: install nantrunner start VS.NET 2003 remove the .build file from a project remove nantrunner from the active addins list add nantrunner to the active addins list add the previously removed build file However, after adding the .build file I get the following exc

[Nant-users] task and resource files

2005-02-01 Thread Whitner, Tom
Title: task and resource files I am trying to compile Microsoft's new Enterprise Library offering with the NAnt task.  The project in question contains two .resx files which are embedded into the output.  When compiled with VS 2003, these embedded resources appear in their expected namespac

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Bill Arnette
> > Hi, > You need to add the build file to your vs.net project. The > add-in looks > at the files in the project ending with .build and .nant. It should > display the targets for any files it finds as well as their > include file > targets. > > You can configure the add-in to tell it where n

RE: [Nant-users] Problems with NAnt

2005-02-01 Thread Gert Driesen
Christian, There are currently some issues in Mono which cause problems when running NAnt on the Mono 2.0 profile. A fix for the most important issue was posted to one of the mono lists by Llius for review, so it should be committed to cvs soon. About the "failed to start" issue : did you build

Re: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Donal McCarthy
Hi, You need to add the build file to your vs.net project. The add-in looks at the files in the project ending with .build and .nant. It should display the targets for any files it finds as well as their include file targets. You can configure the add-in to tell it where nant is by going to tool

[Nant-users] ASP.NET Web App File Exclusions

2005-02-01 Thread Paul Ingles
Hi, Just wondering whether anyone already had a set of fileset excludes that they used for deploying web applications? Removing all the resource files, source code etc. Thanks, Paul --- This SF.Net email is sponsored by: IntelliVIEW -- Intera

RE: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Bill Arnette
I haven't been able to get NantRunner to run at all. I add a .build file to my solution, but the NantRunner tab does not show up and there is no Tools->NantRunner or anything like that. I also can't seem to find any documentation about it. Also, it cannot be run as a limited-user without tweakin

Re: [Nant-users] Help with XMLPoke

2005-02-01 Thread Merrill Cornish
Kevin, Do you have an xmlns declaration for the xsi namespace? Merrill --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish repor

[Nant-users] Problems with NAnt

2005-02-01 Thread Christian Gross
Hi I use Mono 1.1.3 on OSX. My Mono installation is hand compiled and I cannot seem to get NAnt to work. I followed all of the instructions as per the emails with the title RE: [Nant-users] nant on macosx Gert Driesen Sun, 09 Jan 2005 23:56:53 -0800 One sidenote, there is a pkg-config on OS

Re: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Adrian Lazea
Hi there, I installed this add-in but I couldn't get it running at all. It didn't "see" any targets within my .build file. Is there any documentation available for configuring it? Thanks, -- Adrian Lazea Donal McCarthy wrote: Have a look at http://nantrunner.sourceforge.net Cheers, Donal There

Re: [Nant-users] is there an add-in to run nant from within vs.net?

2005-02-01 Thread Donal McCarthy
Have a look at http://nantrunner.sourceforge.net Cheers, Donal > There is a vs.net addin called nantrunner that accomplishes this I > believe. It's a little tricky to set up, but supposed to run your > scripts from inside vs.net > > HTH > > > > On Tue, 1 Feb 2005 10:27:46 +1100, Paul Jackson >