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