RE: [Nant-users] xpath bug in xmlpoke?

2004-03-18 Thread Ben Lowery
To use XPath against a document that uses namespaces, the implementation has to supply mappings via an XmlNamespaceManager, set into the XPathExpression after the XPathExpression has been compiled. This isn't always the most intuitive thing, and I'm completely unsure if NAnt supports it. Without

RE: [Nant-users] solution task not picking up localized resx files?

2004-01-13 Thread Ben Lowery
assemblies off into a custom step in the build. Thanks, --b > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Ben Lowery > Sent: Friday, January 09, 2004 12:05 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] solut

[Nant-users] solution task not picking up localized resx files?

2004-01-09 Thread Ben Lowery
Hi there, I'm using visual studio to build satellite assemblies for a localized application. For my project, I have three .resx files in the root of my c# project: Strings.resx Strings.en-gb.resx String.ja-jp.resx In visual studio, String.resx is compiled using resgen and then embedded into

[Nant-users] bug in Element.cs?

2003-12-10 Thread Ben Lowery
hi there, I'm trying to build a task that includes a [BuildElementCollection] property that returns a null ref on first access. ie: [TaskName("foo")] class Foo { MyCollection col = null; [BuildElementCollection("bits", "bit")] public property MyBits { get { return col; } set { col

[Nant-users] Perforce Tasks?

2003-11-18 Thread Ben Lowery
Has anyone worked up some Perforce tasks for NAnt? If so, would you be willing to share them? Thanks, --b --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you cr

[Nant-users] Properties problem with the schema task

2003-10-23 Thread Ben Lowery
Hi there, I'm working with a recent nightly build of nant and I noticed that the schema task is now generating the name of the task as "properties" instead of "property". Any ideas on why the name is wrong? I stepped through the code for the schema task, but didn't have any luck figuring out wh

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Ben Lowery
I actually didn't think about this immediately, but adding zip support to the MailLogger would add a dependency for #ziplib to NAnt.Core, and I'm not sure if we want that ... As a different option, could Nick write a custom logger or listener and have that type take care of writing a compressed fi

[Nant-users] Getting vs.net 2003 to recognize .build files

2003-09-18 Thread Ben Lowery
Hi there, I decided to try and hook up .build files today in vs.net 2003 and I've gotten part of the way there, but I could use a hand with the last step. So far, I've built the schema, put it in the right place, and used the VSTweak program to try and get .build files to be recognized and tre

Re: [Nant-users] RE: [autonomy-dev] Re: Autonomy Build Server

2002-10-28 Thread Ben Lowery
> >It would be virtually impossible to write an > > ASP.NET version of Autonomy to poll a source repository, etc. > > given the fact > > that any ASP.NET application is inherently stateless. > > Whoa, I think we are talking about different things. What do you mean when > you say 'stateless'? Are

Re: [Nant-users] Ghost console window in forms application?

2002-10-11 Thread Ben Lowery
change target="exe" to target="winexe"? --b - Original Message - From: "Caprio, Griffin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 4:09 PM Subject: RE: [Nant-users] Ghost console window in forms application? > Ok, I figured out the command switch to make

Re: [Nant-users] Errors running NAnt

2002-09-03 Thread Ben Lowery
Errors running NAnt+1 for finding csc automatically. :) Hi Dadi, The problem is most likely that csc isn't in your path. Did you install Visual Studio .NET, or just the Framework SDK? If you installed Visual Studio .Net, there's a shortcut (Start->Microsoft Visual Studio .NET->Visual Studio .

Re: [Nant-users] Environment variables

2002-08-22 Thread Ben Lowery
yup, check out the sysinfo task. that should populate the sys.env.* properties, where * corresponds to your enironment variables. --b - Original Message - From: Damon Allison To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 4:22 PM Subject: [Nant-users] Environment variables Hello