RE: [Nant-users] NUnit reporting

2005-07-06 Thread Morris, Jason
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

RE: [Nant-users] Launching Watir from NAnt?

2005-06-27 Thread Morris, Jason
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 *

RE: [Nant-users] Would anyone like to share their XSLT file to transform the xml output of the nunit2 task

2005-06-23 Thread Morris, Jason
>-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

RE: [Nant-users] problem with log4net 1.2.9 in rc3 with tasks using TortoiseCVS 1.8.11 client's cvs.exe (long email)

2005-04-22 Thread Morris, Jason
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

[Nant-users] problem with log4net 1.2.9 in rc3 with tasks using TortoiseCVS 1.8.11 client's cvs.exe (long email)

2005-04-20 Thread Morris, Jason
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

RE: [Nant-users] Has anyone tried the new task?

2005-04-20 Thread Morris, Jason
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

[Nant-users] Has anyone tried the new task?

2005-04-19 Thread Morris, Jason
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.

RE: [Nant-users] Adding Target timings to Nant

2005-02-16 Thread Morris, Jason
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

RE: [Nant-users] Recursive copy task

2005-01-31 Thread Morris, Jason
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

RE: [Nant-users] Do the tasks comprehend having .cvsignore files?

2005-01-18 Thread Morris, Jason
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: [

[Nant-users] Do the tasks comprehend having .cvsignore files?

2005-01-17 Thread Morris, Jason
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

RE: [Nant-users] task question...How to add a comment?

2004-12-16 Thread Morris, Jason
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

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Morris, Jason
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

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Morris, Jason
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]

RE: [Nant-users] Need help with the task using the commit command

2004-08-08 Thread Morris, Jason
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 >:

[Nant-users] Need help with the task using the commit command

2004-08-06 Thread Morris, Jason
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

RE: [Nant-users] Config Files?

2004-04-08 Thread Morris, Jason
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

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Morris, Jason
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,

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Morris, Jason
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

FW: [Nant-users] Deployment Issue

2004-03-09 Thread Morris, Jason
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

RE: [Nant-users] Deployment to remote PC using Nant

2004-03-07 Thread Morris, Jason
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]

RE: [Nant-users] ASP.NET Projects with references to Infragistics

2004-03-07 Thread Morris, Jason
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

RE: [Nant-users] General Nant Question

2004-03-07 Thread Morris, Jason
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

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-16 Thread Morris, Jason
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

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
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

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
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

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
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

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-08 Thread Morris, Jason
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

RE: [Nant-users] Mailing build results

2004-01-06 Thread Morris, Jason
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

[Nant-users] Trying to auto increment my build number

2003-12-07 Thread Morris, Jason
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

[Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-06 Thread Morris, Jason
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

RE: [Nant-users] delete task - problem with exclude

2003-08-28 Thread Morris, Jason
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

RE: [Nant-users] Deployment

2003-08-14 Thread Morris, Jason
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

RE: [Nant-users] Deployment

2003-08-14 Thread Morris, Jason
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,

RE: [Nant-users] A new NAnt scripting tool - NAntpad

2003-06-06 Thread Morris, Jason
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

RE: [Nant-users] how to make a build file more concise

2003-03-26 Thread Morris, Jason
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.

RE: [Nant-users] General Usage Strategies

2003-02-27 Thread Morris, Jason
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

RE: [Nant-users] SQL Task

2003-01-16 Thread Morris, Jason
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

RE: [Nant-users] Would anyone like to share their XSLT file to transform the xml output of the nunit2 task

2002-12-27 Thread Morris, Jason
----- 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

[Nant-users] Would anyone like to share their XSLT file to transform the xml output of the nunit2 task

2002-12-24 Thread Morris, Jason
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

[Nant-users] Getting error when trying to use the nunit task

2002-08-01 Thread Morris, Jason
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:

RE: [Nant-users] Unknown task resgen

2002-08-01 Thread Morris, Jason
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