RE: [Nant-users] returns multiple node values

2005-05-25 Thread Stephen Lewis
Bevan was kind enough to answer Shelly Midha's question on using XMLPeek. I am not an XPATH person, but am trying to update a XML file for input to an obfuscator. I'd like to be able to update each of the fields with a build dependant path. Here is the XML file

RE: [Nant-users] returns multiple node values

2005-05-25 Thread Bevan Arps
Shelly Midha asked: > I'm using to read xml configuration file. > I want to retreive the 'value' for given value of Well, I've never used xmlpeek - but I do develop XSLT stylesheets, so I understand XPATH expressions. > xpath="/parameters/parameter/name" > property="DB.Dat

RE: [Nant-users] Strong Name Keys and Solution Task

2005-05-25 Thread Gert Driesen
Hi Dan,   What version of NAnt are you using ?   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan PupekSent: donderdag 23 december 2004 17:18To: NAnt Users ListSubject: [Nant-users] Strong Name Keys and Solution Task How have others been able t

RE: [Nant-users] Solution does not compiles correctly

2005-05-25 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Célio Cidral Junior > Sent: woensdag 25 mei 2005 20:08 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Solution does not compiles correctly > > Hello! > > I think the solution is

[Nant-users] Solution does not compiles correctly

2005-05-25 Thread Célio Cidral Junior
Hello! I think the solution is not being compiled correctly in a specific circumstance. I tried to compile a solution using the task and then the build failed because there was some test classes that passed not the test. Then I opened the solution, removed the test classes from the test project a

RE: [Nant-users] returns multiple node values

2005-05-25 Thread Melissa Kacher
Use nodeindex and get them one at a time. Here is the documentation on xmlpeek:   http://nant.sourceforge.net/release/latest/help/tasks/xmlpeek.html From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shelly MidhaSent: Wednesday, May 25, 2005 1:26 AMTo: nant-users@lists.sourcefo

[Nant-users] Any way to force the task to fail on missing projects?

2005-05-25 Thread Foster, Richard - PAL
Title: Any way to force the task to fail on missing projects? Hi there, I was scratching my head for several minutes over this one…. I had a typo in the path of one of the referenced in a . Because there were other valid projects in the same task, the Solution task did not fail. Is the

RE: [Nant-users] VS.NET & lc.exe differences in solution task - anyone has a sane approach?

2005-05-25 Thread Christian Leh
Another way would be that you simply add the possibility to add something like known from solution task where the uplicx task should search for assemblies .. I happy that I could help :) Christian Leh > -Original Message- > From: Thomas Tomiczek [mailto:[EMAIL PROTECTED] > Sent: Mi

[Nant-users] Mail Logger

2005-05-25 Thread Paul Cowan
Hi all, Is it possible to send attachments using the MailLogger?  I have the following defined:                         I then run the script like:   nant -buildfile:my_buildfile.build -logger:NAnt.Core.MailLogger -l:my_build_log.log   I have an NUnit

[Nant-users] Solution task - question how it handles lc.exe

2005-05-25 Thread Thomas Tomiczek
Title: Solution task - question how it handles lc.exe Just a question When the nant solution task invokes lc.exe - does it copy the lc.exe to the project bin / output directory, or not? There seem to be some issues when not :-) Thomas

[Nant-users] returns multiple node values

2005-05-25 Thread Shelly Midha
  I'm using to read xml configuration file. I want to retreive the 'value' for given value of   When using as in the follwoing target,                     XML file --- ***          DATA_FILE

Re: [Nant-users] [Fwd: Nightly build]

2005-05-25 Thread Mike Roberts
On 5/25/05, Marcin Hoppe <[EMAIL PROTECTED]> wrote: > On 5/24/05, Ian MacLean <[EMAIL PROTECTED]> wrote: > > What's the best way to run Nant as a nightly build?? > > As a scheduled job in an operating system or with CruiseControl.NET or > some other Continuous Integration tool. I use the second op

[Nant-users] VS.NET & lc.exe differences in solution task - anyone has a sane approach?

2005-05-25 Thread Thomas Tomiczek
Title: VS.NET & lc.exe differences in solution task - anyone has a sane approach? There is a difference in how lc.exe and vs.net handle the licenses.licx file. Basically: * VS.NET ignrores the version information of components to be licensed, and compileds against the component version that

Re: [Nant-users] [Fwd: Nightly build]

2005-05-25 Thread Marcin Hoppe
On 5/24/05, Ian MacLean <[EMAIL PROTECTED]> wrote: > What's the best way to run Nant as a nightly build?? As a scheduled job in an operating system or with CruiseControl.NET or some other Continuous Integration tool. I use the second option and it works brilliant. Best regards! Marcin -