Paul...I hear you. I have run into problems as
well. I haven't had the time to generate a small repo of my problem, but
if you do I think that would help all of us identify the problem. When I
try to run it I get an exception thrown.
Jason
From: [EMAIL PROTECTED]
[mailto:[EMA
As you expected...here is what we do
ruby.exe is on your path and ${stroytests.dir} points to the directory
that has all the *.rs files that contain the tests. all_tests.rb is
just a file that require(s) all the other test *
>-Original Message-
>From: Ian MacLean [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, June 21, 2005 8:17 PM
>To: Morris, Jason
>Cc: nant-users@lists.sourceforge.net
>Subject: Re: [Nant-users] Would anyone like to share their
>XSLT file to transform the xml output of the nunit2 ta
No worries Gert.
I tried the 20-Apr nightly and the problem went
away.
Jason
From: Gert Driesen
[mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005
7:54 AMTo: Morris, Jason;
nant-users@lists.sourceforge.netSubject: RE: [Nant-users] problem
with log4net 1.2.9 in
After upgrading to rc3, my tasks started
to break due to the new log4net 1.2.9 (1.2.1.40796). It looks like when
the task execs out to my TortoiseCVS cvs.exe, I get an
assembly reference mismatch. I prefer to use my external cvs.exe instead
of the packaged dll.
Anyone have any thoughts
riesen [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, April 19, 2005 10:53 PM
>To: Morris, Jason; nant-users@lists.sourceforge.net
>Subject: RE: [Nant-users] Has anyone tried the new task?
>
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [ma
I grabbed the latest nantcontrib and nant, but the task keeps
throwing errors when I try to do the example that is in the docs.
I would be interested in see this added as well. Would this patch just
output to the XML file or would we see it in the console output as well?
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of
>Owen Rogers
>Sent: Wednesday, February 16, 2005 3:38 AM
I think you want
I did not test this but just typed it on the fly.
The "**" notation is the recursive notation you are looking for.
Experiment with ** or **\* or **\*.* to see which one copies all the
empty subfolders as wel
What was the "odd behavior" comment about when you checked the code
into CVS?
>-Original Message-
>From: Clayton Harbour [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, January 18, 2005 1:30 AM
>To: Morris, Jason; nant-users@lists.sourceforge.net
>Subject: RE: [
Do the cvs tasks inside of nant read the .cvsignore files? I was hoping
that they do, but my testing reveals that they don't. I hope that I am
not missing something.
I have tried
But it prompts for files that I have liste
tool for version
control.
[cvs] For CVS updates and additional information, see
[cvs] the CVSNT home page at http://www.cvsnt.org/
BUILD FAILED - 0 non-fatal error(s), 14 warning(s)
>-Original Message-
>From: Troy Laurin [mailto:[EMAIL PROTECTED]
>Sent: Su
That worked...thanks!
>-Original Message-
>From: Clayton Harbour [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 14, 2004 8:47 AM
>To: Morris, Jason; [EMAIL PROTECTED]
>Subject: RE: [Nant-users] task question...How to add a comment?
>
>Hi Jason,
>
&g
Thanks...I will try that.
Is there a particular reason why there isn't a specific
task?
>-Original Message-
>From: Clayton Harbour [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 14, 2004 8:47 AM
>To: Morris, Jason; [EMAIL PROTECTED]
>Subject: RE: [Nant-users]
Saturday, August 07, 2004 1:03 AM
>To: Morris, Jason; [EMAIL PROTECTED]
>Subject: RE: [Nant-users] Need help with the task using
>the commit command
>
>Hi Jason,
>
>I am not able to replicate the first issue below, when I
>specify a cvsroot without a username (i.e. I used
>:
I am trying to commit a file using the latest task from NAnt 0.85
(Build 0.85.1677.0; net-1.0.win32; nightly; 8/4/2004) and NAntContrib
from 8/3/2004 on a Win XP Pro sp1 box.
I am issuing the following task
Maybe not as elegant of a solution as Eric's, but I just create multiple
web.config and app.config files, one for each environment I deploy to.
I use the task and a to select the correct *.config
file and copy it to the needed location.
Might be a little more maintenance if you need to add setti
Title: Message
There is a nant task called which
should be able to do what you want. Check out
http://nant.sourceforge.net/help/tasks/asminfo.html
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bonnett,
Evan ASent: Monday, March 15, 2004 11:32 AMTo: 'Price,
Title: Message
There are several VSS task in nAntContrib.
nAntContrib is a project where new nAnt tasks have time to mature before
they get promoted to nAnt.
Go to http://nantcontrib.sourceforge.net/help/tasks/index.html and
look for the tasks that start with
My suggestion would be to c
looks like the first send didn't go
through
From: Morris, Jason Sent: Monday,
March 08, 2004 7:29 PMTo: NanT ForumSubject: RE:
[Nant-users] Deployment Issue
I think this is applicable to this forum since we are
talking about using nAnt...if I am mistaken, please l
I do this all the time for my projects. Just use the
task and specify the UNC path that you want the files to go
to.
Something like this:
\\ServerName\share\directory
verbose="${isVerbose}" overwrite="true">
I hope this helps.
Jason
From: [EMAIL PROTECTED]
Here is a sample from our ASP.NET build script using
nAnt 0.84. We do the following:
1) copy over the Infragistic files to build directory
and the dlls to the build's bin directory.
2) Then we compile our assembly that reference
the infragistic components. We have the license.licx file in
Title: General Nant Question
I have been using nAnt for quite some time to do
all the things that you mentioned in your five steps, except for step 1. I
am sure it is possible, but have no experience doing it with nAnt. I am
not sure if I understand why you need to uninstall and install ASP
logic
that the web app contains.
I'd rather do the update
> scripts, but I don't see how I can accomplish that without
> manually intervening in the build files.TIA
>
> Eric L.
>
> -Original Message-
> From: Morris, Jason [mailto:[EMAIL PROTECTE
We could and can build everything from the repository since we tag
everything for each build. However disk space is cheap, so we keep the
built version around.
Also, we have several internal framework projects, libraries etc that
other projects depend on, but those projects use different versions
I don't rebuild the source either. The only time the source gets built
is the initial move to development. Once that is built, then we copy
the same bits to integration, pre-prod and production. So, our build
process is
Build to Development (new version number)
Copy version x.x.x.x to Integrati
here was a particular
reason you went with Draco orver CC. Thanks.
Eric
L.
-Original Message-From: Morris, Jason
[mailto:[EMAIL PROTECTED]Sent: Thursday, January 08, 2004
12:23 PMTo: [EMAIL PROTECTED]Subject: RE:
[Nant-users] Newbie question on using nant to push to
production
Title: Newbie question on using nant to push to production
This is exactly what my group does to push several
ASP.NET (C# code behinds) web application between four different environments,
dev, integration, pre-production, and production. Please no questions
about the need for four environme
Mark,
I had the same problem when I first started using
NAnt. I never did find a solution to the locked log file. I just
sent a note when it was done, but never attached the log file. Then I
switched over to using Draco.NET at http://draconet.sf.net.
This tool automatically kicks off y
Title: Trying to auto increment my build number
I need some advice on the best way to auto-increment my build number.
I have taken a look at the task in the nantcontrib project, but that is not what I am looking for. I am looking for simple ability to do arithmetic.
I want to take a prop
All,
I noticed the following note in the release notes for .84
*On systems with both the .NET Framework 1.0 and .NET Framework 1.1
installed, NAnt will now execute on the .NET Framework 1.1 by default.
Note, the default target framework has remained unchanged, and is still
.NET Framework 1.0.
T
I just ran into this issue the other day.
I had to implement a work around by copying the file out to a different directory,
executing my delete task, and then copy the file back.
I consider this a bug and I hope that it can be corrected soon.
Jason
-Original Message-
From: Erv Walter
My group uses NAnt to deploy our ASP.NET web application to
our three environments, dev, int, and prod. After our build script builds
the necessary executables, we have targets that copy the appropriate files out
to the web servers. In fact we even have targets that restore and upgrade
our
Eric,
We also have a couple of windows services that we
update with every run of our deployment script. We only do the following
steps:
net stop
serviceName
copy in
executables... net start
serviceName
We have found that as long as the name/location of the
service exe doesn't change,
Anthony,
I was in the middle of editing some of my build scripts when I saw your
post. I am trying it right now and I am very impressed! I have been
waiting for something like this for a long time now. Thank you very
much for making this freely downloadable.
I know that you just released this
Title: Message
I was
thinking the same thing as Anthony was, however you might want to watch out for
a couple of things.
First, if you
need to call the same target multiple times, make sure you add force="true" to
your call task. nAnt keeps track of which targets it has already
executed.
My team and I were in a similar boat with nAnt and VS.NET, however
having struggle so much with VS.NET and how it handles solutions and
projects, we choose to maintain nAnt build scripts to do our build and
deploys to our three different server environments.
Developers still use VS.NET to build an
Title: Message
NAntContrib already has a SQL task. I don't know
if it has all the same functionality with the ANT SQL task, but I have used it
will success.
Jason
-Original Message-From: Jason Pettys
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16,
2003 7:18 AMTo: [EMAIL
-----
From: Morris, Jason
Sent: Tuesday, December 24, 2002 2:04 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Would anyone like to share their XSLT file to
transform the xml output of the nunit2 task
All,
I noticed that there isn't a default xslt file to transform the xml
output of the nun
All,
I noticed that there isn't a default xslt file to transform the xml
output of the nunit2 task. I am sure that everyone would like something
different, so that is probably why one wasn't included.
I would like to have an xslt that transform the xml into either straight
text or basic HTML, so
Sorry for the repost...forgot to change the subject :(
Here is a snip of my build file, specifically my "nunit" task:
And when I run this is what I get:
BUILD FAILED
C:\projects\PortalSolutions\wspw.framework.build(151,4): Error running unit
test. Error loading test class:
Here is a snip of my build file, specifically my "nunit" task:
And when I run this is what I get:
BUILD FAILED
C:\projects\PortalSolutions\wspw.framework.build(151,4): Error running unit
test.
Error loading test class:
com.intel.wspw.framework.test.AllTests,c:/projects/Porta
42 matches
Mail list logo