Try to "unblock" that zip file after download and then unpack it, or unblock
every unpacked .dll and .exe file.
Daniel
Am 03.05.2011 um 17:59 schrieb Chris Fouts:
> I just installed NAnt on my XP-based company laptop. When I run it I get the
> following. Any help? I have v0.9
Hello,
Win7 x64(en).
Regards,
Daniel
Am 19.04.2011 um 00:13 schrieb Ryan Boggs:
> That is interesting. I've heard someone else report something similar
> but couldn't verify that solution.
>
> What OS are you on?
>
> Thanks,
> Ryan
>
> On Mon, Apr 18,
ingle file -> properties -> unblock
When all files are unblocked, everything works fine.
So it looks like that the zip file is not correctly created.
Regards,
Daniel
--
Benefiting from Server Virtualization: Beyond
Hello,
i'm using NAnt for all my projects. I don't have any issues with it.
But its sad that the development/activity of this project is nearly zero.
Daniel
Am 14.03.2011 um 16:54 schrieb Bob Archer:
> Hi Folks... we rely heavily on NAnt for our builds. But, it seems that
>
Hello,
you can try out my NUnit task, available here: [1] [2]
This one works with NUnit 2.4 and 2.5
The latest build is available here: [3]
Daniel
[1] http://dev.nauck-it.de/utilities/wiki/NAnt
[2]http://dev.nauck-it.de/utilities/browser/NauckIT.NAnt/trunk/src/Tasks/NUnitTask.cs
[3] http
On 2/26/07, Alan Guedeney <[EMAIL PROTECTED]> wrote:
>
>
> Try (Notice the placement order of include and exclude):
>
>
>
>
>
>
>
>
Nop, it didn't worked.
I tried to set the first, then and th
ipped.
Right now, those files aren't skipped.
Is there a way to tell which one should go first?
Thank you,
Daniel
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'
t;name")]
public static string GetDirectoryName(string path)
{
return new DirectoryInfo( path ).Name;
}
]]>
</code>
and use it thi
length of the substring, I think I'll make a
path function that would provide the directory info i need.
Cheers,
Daniel
On 2/14/07, Rod Ayers <[EMAIL PROTECTED]> wrote:
> Have you tried:
> path::get-directory-name("c:\my-folder\")
>
> or
>
> path::get-d
alent .NET method.
so i take it that the only 2 options i have are:
1 - use string related functions
2 - extend nant....
Daniel
On 2/14/07, Bob Archer <[EMAIL PROTECTED]> wrote:
> You may want to get the code and look at the tests for this function.
> But, I assume it returns everythin
ied path string. "
What directory information? size? subfolders?
Thank you for your reply.
Daniel
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chanc
thanks,
Daniel
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on
Yes, it is. Here's one of the examples that we used. (Sorry for all
the spaces. Cut-and-paste got it all screwed up) :-(
Hi all,
In one of my nant builds, I need to use some functionality from the
ThoughtWorks.CruiseControl.Remote (it's a long story). So, include the
ThoughtWorks.CruiseControl.Remote.dll and then import the namespace
(please see the code snippet below). However, I'm getting the following
error a
Michael,
Interesting I'm using the same method in couple of targets here and
it works fine. Not sure if there's any *possible* typo.
Daniel
-Original Message-
From: Michael Jervis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 10:42 AM
To:
rvice to make sure if it exists. Of
course, it goes into much more detailed than this, but you got the idea.
Folks, that's the reason why I called it an ugly *hack* at the
beginning, but it seems to be working for what I'm trying to do so I
decided to leave it as it.
Thanks,
Daniel
Just so anyone else might need to do the same thing. Here's the link
that I thought you all might be interested.
http://dotnetjunkies.com/WebLog/appeng/archive/2005/03/15/60381.aspx
Granted, the blog was originated since beta1, but I found it's still
work (at least for me
Well, that was a *thousand-foot-view* of the process. We use the same
technique (with lots more details) to accomplish the scenarios you
described. So far, it's been working for us (knock on wood).
Daniel
-Original Message-
From: Gary Feldman [mailto:[EMAIL PROTECTED]
mples --
Hope this help.
Daniel
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 12:44 PM
To: Nguyen, Daniel
Subject: Re: [NAnt-users] Does NAnt have a "while" capability?
Does that work?
It is elegant
f.net/schemas/nant-0.85.win32.net-1.0.xsd";>
/target>
Daniel
From: Michael Frederick [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 11:51 AM
To: nant-users@lists.sourceforge.net
Subject: [
Alan,
Try this and let me know if it works. (Notice, I replaced the double
quote with this --> " )
Good luck!
Daniel
-Original Message-
From: Alan Guedeney [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 09, 2006 2:17 PM
To: nant-users@lists.sourceforge.net
Roland,
Are you looking for existing function to convert a string to lower-case? If
yes, try the string::to-lower(name-of-string) function.
Example:
Hope this help.
Daniel
-Original Message-
From: Roland Müller [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 08, 2006
newbie question:
How can I specify an app.config file to load when using the
Hi,
How can I specify an app.config location when using the
) Do I use these virtual directory mappings when asked
to provide the URL for the project "the add New Project" wizard?
3) Do I need add mappings
to the tag in my build script to accommodate these
mappings?
Help!
Daniel
Hi all,
Below is the link to TheServerSide.NET web site that praises
about NAnt tool. It’s a very nice article and long over due. I
would hoping Microsoft would say something nice about NAnt instead of boasting about
the MSBuild (at the end of the article), which I think probably a *r
It ought to be a law preventing spammers from do this sort of thing. If
there is a law prohibiting sale people from solicitation by phone
(anytime of day or night), then there ought to be a same law for
spammers.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On B
Hi Gert,
I've attached an example project that is having the issue. Let me know if you
need additional info.
--
Kind Regards,
Dan
Quoting Gert Driesen <[EMAIL PROTECTED]>:
> Daniel,
>
> Can you send me a small repro for this issue ?
>
> Thanks !
>
> Ge
Hi everyone,
I have a project that uses Excel as a reference from COM. The solution
generates
a file "Interop.Excel.dll" using the tlbimp command.
The project builds fine in VC 2003 however when I try and build the solution
using nant it fails. When it gets to the cpp files referencing Interop
Thanks for your help, Felice. It works.
Daniel
From: Felice Vittoria
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 16, 2004
12:51 PM
To: Daniel Nguyen;
[EMAIL PROTECTED]
Subject: RE: [Nant-users] VSS task
Daniel,
I'm not sure if NantContrib
Thanks Felice. One more question, does
NantContrib 0.84 version work with NAnt 0.85? If not, when can download the
latest version of NantContrib that would work with Nant 0.85?
Daniel
From: Felice Vittoria
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 16, 2004
11:45
mplain the same thing. Is
the VSSGET task obsolete? Any help
on this is greatly appreciated.
Daniel
+2! :)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thibaut Barrère
Sent: Friday, September 24, 2004 10:11 AM
To: Merrill Cornish
Cc: Gert Driesen; [EMAIL PROTECTED]
Subject: Re: [Nant-users] stable release for version 0.85
+1! this release deserve *at
Yeah, same here. Spread the wealth, my
brother! J
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan Cromwell
Sent: Tuesday, August 24, 2004 7:46
AM
To: [EMAIL PROTECTED]
Cc:
[EMAIL PROTECTED]
Subject: Re: [Nant-users] What is
Nantpad worth?
Holy crap
This is the 3rd time I received this email. I got the point and happy
for you with your new product. Since I'd only speak for myself and let
NAnt's community handle this issue however they see fit, but pleeease
stop spamming my mailbox for the same subject.
Thanks.
-Original Message-
F
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 2:58 AM
To: [EMAIL PROTECTED]
Subject: Nant-users digest, Vol 1 #836 - 8 msgs
Send Nant-users mailing list submissions to
[EMAIL PROTECTED]
To subscr
Title: Message
Hi, I would just
like to point out that a Visual Basic project compiled in Visual Studio does not
add folder hierarchy in the resource names like is done for C#
projects.
For example, given a
resource file
say 'Project\Resources\test.xml' and a set root namespace of
'CoolP
es the target for error handling for
onerror.
Is it possible to
override the on-error property per build script.
Eg if i define a
different on-error target in that particular file does it override the global
on-error handler and in fact should it.
From my testing i
d
While building with Visual Studio, the build outputs go to Debug directories under each project.
While building with NAat, where is the preferred location for outputs ?
Can VisualStudio locate these build outputs and run the solution, if I put them in a specific place ?
Thanks,
Eldo
Do you
I am building using NAnt and this is the log.
The build output directory is empty, even though the message from log says, BUILD SUCCESSFUL.
Can any one throw some light into this ?
Thanks a bunch !
Eldo
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing
Build Log
---
I get the same error even if I specify a configuration (I tried both debug
and release).
-Dan
-Original Message-
From: Daniel Bron [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 3:48 PM
To: 'Nant (E-mail)'
Subject: RE: [Nant-users] Problem with
What is this con
What is this configuration? I don't have to specify any configuration when
I build with Visual Studio. What are my options?
-Dan
-Original Message-
From: Jean Rajotte [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 3:24 PM
To: 'Daniel Bron'; 'Nant (
I am using NAnt to build a solution with multiple projects for an ASP.NET solution.
How to configure the default.build with the details of multiple projects ?
Here is my current default.build: (I need to add another project and the out put should go to a seperate dll file, similar to DAIDSES.De
Hello,
When I try to execute the following target:
I get the following error:
build_sln:
[echo] Building solution...
[solution] Starting solution build.
Configuration does not exist,
I am trying to build an ASP.NET project using NAnd and keep getting this error message:
C:\danielel\WORK\DAIDS-ES\ARCHDEMO\DAIDSES.DataAccess\OraHelper.cs(15,20): error CS0234: The type or namespace name 'OracleClient' does not exist in the class or namespace 'System.Data' (are you missing an as
I am new to NAnt and am using to build an ASP.NET project.
When I am building a project the error message is:
build:
[csc] Compiling 3 files to C:\danielel\WORK\DAIDS-ES\ARCHDEMO\build\DAIDSES.DataAccess.dll.
error CS5001: Program 'C:\danielel\WORK\DAIDS-ES\ARCHDEMO\build\DAIDSES.DataAccess.dl
Hello,
I'd like to see targets in Nant enhanced so that I can specify
initialization and cleanup operations. I often find myself following the
model:
...
...
Hello,
I have a type of target I call a lot. Every time I write this type of
target, the only difference from the last time is in some "parameters". I'm
wondering if there's any way to write a "template target" and call it like a
function (i.e. parameterize it).
I figure I could do this like:
Hello,
Is it possible to setup a task such that it won't run unless another task
has executed successfully? The depends clause won't work because if TaskA
depends on TaskB and TaskB hasn't been run, then TaskA will run TaskB. What
I want is for TaskA to run if and only if TaskB has already run a
Thank you for your help,
-D. Bron
-Original Message-
From: Jean Rajotte [mailto:[EMAIL PROTECTED]
Sent: Friday, December 12, 2003 10:47 AM
To: 'Daniel Bron'; 'Nant (E-mail)'
Subject: RE: [Nant-users] Including external properties files
it's not a property f
Hello,
I'm new to Nant. Is there any way to include external properties files from
a build file? That is, I would like to seperate (global) properties and
actions, so different users can have different configurations.
-D. Bron
---
This SF.ne
elped open the door for the
MSBuild.
Just my $.02
Thanks,
Daniel "Give credits to those who really deserved it" Nguyen
-Original Message-
From: Harvey Green [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 11:19 PM
To: [EMAIL PROTECTED]
Subject: Re: [Nant-users] M
on the console.
If I use the latest nant nunit 2.1.4) from cvs I get the following result:
the name of the results file in this case is: test.dll-results.xml
I also don' get the expected output, bar on stdout...
--
Daniel
Ian MacLean wrote:
Daniel,
Would it be possible to pu
ases
themself, like using System.Console.WriteLine("...").
But more importantly like I said, tests which in prevous builds took a
couple of seconds to run now takes forever (I haven't actually waited
that long, but long enough to detect that something's wrong...)
--
Daniel
Gert Driesen
tried it with the latest nightly, same result.
Is the ability to specify which test to run in an assembly broken? Also,
what's with the missing output?
Any clues?
--
Daniel
smime.p7s
Description: S/MIME Cryptographic Signature
Title: Message
Hi
all,
We've been using
Nant quite successfully for a while now, but I'm having trouble today with the
xml logging. We have a build error that reports out when logging to a
text file, but not when we are using XML logging. I have attached snippets
from both the text outp
It worksl, thanks a lot.
--
Daniel
Gert Driesen wrote:
Daniel,
The nightly build is available at
http://nant.sourceforge.net/nightly/builds.
I've also updated one of the examples in the nunit2 task docs
(http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html).
Let me know if you hav
7;t seem to do anything either. What am I doing wrong?
--
Daniel
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Nant-users mailing list
[EMAIL PR
It works, thanks a lot.
--
Daniel
Gert Driesen wrote:
Daniel,
The nightly build is available at
http://nant.sourceforge.net/nightly/builds.
I've also updated one of the examples in the nunit2 task docs
(http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html).
Let me know if you hav
lp me enormously, thanks!
I'll commit this change after I've done some further testing, so it should
be available in the next nighlty build (which I'll probable build in an hour
or so).
Thanks again..
Gert
--
Daniel
---
This sf.ne
oject directory. Is there no way to control this
I'll perhaps look into adding a file attribute to the formatter task later
..
Yes please...
--
Daniel
Gert
--
Daniel
Gert Driesen wrote:
What version of NAnt are you using .?
In the NAnt 0.8.4 some changes have been made to NAnt on this subje
7;t seem to do anything either. What am I doing wrong?
--
Daniel
--
Daniel
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Nant-users mailing list
[EMAIL PR
Jaroslaw,
Cool! Thanks so much for
your help. This is exactly what I was looking for. :-)
Daniel
-Original Message-From: Jaroslaw Kowalski
[mailto:[EMAIL PROTECTED]Sent: Tuesday, September 16, 2003 12:33
PMTo: Daniel Nguyen; [EMAIL PROTECTED];
[EMAIL PROTECTED]Subject
e number I want to increase is
the 3rd digit in the AssemblyVersion. Any help would be greatly
appreciated.
Daniel Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]
Mike,
I'm also using Nant v0.8.3 rc2, VSS v6.0d, but didn't have the same problem
you ran into with/without *version* attribute. Just a shot in the dark --
have you try without the version attribute and let it get the latest version
to see if it would work?
daniel
-Origin
o use NAnt to do my builds without any
problem (so far ;)
HTH.
Daniel
-Original Message-From: Cohen, Noah (CA - Ottawa)
[mailto:[EMAIL PROTECTED]Sent: Friday, August 01, 2003 2:26
PMTo: [EMAIL PROTECTED]Subject:
[Nant-users] nant-0.8.3-rc2 does not build?
When I t
Oh, I got you.
Daniel
-Original Message-
From: Brett Michael [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 12:59 AM
To: 'Nant-Users'
Subject: RE: [Nant-users] Idea:
The task is only one example (which has obviously been fixed).
But it would still be useful and
Ian,
Thanks for the pointers. Just being newbie and still trying to make sense
of everything :-(
By the way, do you have an example of the Nested Elements?
Thnx,
Daniel
-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 10:20 PM
To: Daniel
May be I'm misunderstood you guys, but I'm using version 0.8.3 and the
task seems clear to me. Take the following snippet for example:
And here's the result --
clean:
[delete]
ime. Does anyone has any idea how to get around this?
Thanks in advance for your help.
Daniel "newbie
to NAnt" Nguyen Lanmark Graphics
Corporation [EMAIL PROTECTED]
ceForge.NAnt.Target.Execute() at
SourceForge.NAnt.Project.Execute(String targetName) at
SourceForge.NAnt.Project.Execute() at
SourceForge.NAnt.Project.Run()
More information was logged via log4net at level debug
Try 'nant -help' for more information
Daniel Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]
Title: Message
Jean,
Thanks for your
help. I replaced the file line with the
message="something" and it works!
Why both file= and
attachments=? It's being newbie and also from the example comes with NAnt
--> doc\help\tasks\mailtask.html :-(
thanks,
Daniel
Mark,
-k (or actually /k) flag in Nant version 0.8.3 means -defaultframework. If
you type "nant -help" in the command line, you will see it. Hope this help.
Daniel
-Original Message-
From: Mark Priest [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2003 3:24 PM
To: [EMAIL
Jean,
Maybe I misread you, but I think you can uninstall NAntPad using Add/Remove
program. At least I was able to uninstall it on my XP box.
Cheers,
dn
-Original Message-
From: Jean Rajotte [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 8:32 AM
To: 'Anthony Brown'; [EMAIL PROTEC
Since I'm new to NAnt, I won't pretend to be a Mr. *Know-It-All*. But, I'm
wondering if this has anything to do with compiling in Debug -vs- Release or
vice versa. I had similar problem (though only occurs in VS) when one of
the projects I was working on would compiled in Debug mode, but failed i
Thanks Ian! This is what I was looking for.
Daniel
-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 1:19 AM
To: Daniel Nguyen
Cc: '[EMAIL PROTECTED]'
Subject: Re: [Nant-users] Nant newbie
Daniel,
there is no book dedicted to Nant
comes with Nant download.
Thank you in advance for your info.
Thanks,
Daniel Nguyen
[EMAIL PROTECTED]
77 matches
Mail list logo