Re: [NAnt-users] Hi all

2014-12-29 Thread Ryan Boggs
Hi, See inline... On Wed, Dec 24, 2014 at 1:29 AM, Fabien Poirier wrote: > Hi, > > > > My name is Fabien, I was using Nant as a .Net build tool on C# projects. > Now I’ve changed of work and I am using it as a build tool for Delphi > projects (yes). > Nice to meet you. > > > I am using SVN an

[NAnt-users] New Nightlys Available

2014-12-22 Thread Ryan Boggs
Hi, I just wanted to let people know that a new nightly builds have been posted at sourceforge.net. The links are below. http://sourceforge.net/projects/nant/files/nant/nightly/2014-12-22/ http://sourceforge.net/projects/nantcontrib/files/nantcontrib/nightly/2014-12-22/ This build addresses the

[NAnt-users] [ANN] Announcing NAnt/NAntContrib 0.92 Final Release

2012-06-09 Thread Ryan Boggs
We are proud to announce the final release of NAnt/NAntContrib 0.92. This release focuses on fixing issues on both projects while introducing new features that we feel add greater flexibility and performance. Details of these changes may be found in the release notes of each project's homepage.

Re: [NAnt-users] Help copying a folder structure

2012-05-30 Thread Ryan Boggs
Hey Chris, What version of NAnt are you using? Thanks, Ryan On May 30, 2012, at 12:39 PM, Chris Fouts wrote: > This way… > > > > > > > > > From: Chris Fouts [mailto:chris.fo...@caemilusa.com] > Sent: Wednesday, May 30, 2012 3:13 PM > To: nant-users@lists.sourceforge.n

[NAnt-users] NAnt/NAntContrib development guide

2012-05-27 Thread Ryan Boggs
Hi, I have received a few emails over the last few months on contributing to either the NAnt or NAntContrib projects, which I am happy to see. So rather than answering everyone individually, I figured I would just compose one email and send it to the lists. For those of you who wish to contribute

[NAnt-users] [ANN] Announcing NAnt/NAntContrib 0.92 Release Candidate 1

2012-05-23 Thread Ryan Boggs
We are proud to announce the final release of NAnt/NAntContrib 0.92 Release Candidate 1. This release focuses on fixing issues on both projects while introducing new features that we feel add greater flexibility and performance. Details of these changes may be found in the release notes of each p

[NAnt-users] NAnt/NAntContrib 0.92 RC1 Delay

2012-05-20 Thread Ryan Boggs
Hi, Just wanted to give everyone a heads up. The 0.92 release candidate 1 release will be delayed slightly. It was suppose to be released this weekend but given that I had little time this weekend and there was quite a bit of changes today, I thought a slight delay would be in order. I plan on

Re: [NAnt-users] 0.92 Beta 1 release not compiled with NET_4_0 define

2012-05-14 Thread Ryan Boggs
Hi Peter, That preprocessing statement was added during the 0.91 release phase, when NAnt was still using the .NET 1.0 runtime by default. We were having issues between .NET 1.0 and 4.0, which is why that statement is there. I just took a look at the .NET docs and the AppDomain.CreateDomain metho

[NAnt-users] Heads Up: Breaking Change to XmlPokeTask

2012-05-13 Thread Ryan Boggs
Hi, Just wanting to let everyone know that a breaking change has been introduced to the XmlPokeTask. Now, if XmlPoke does not find the specified XPath location in the target xml file, the task will throw an error. This was done to make XmlPoke honor the "failonerror" attribute. If you want to o

[NAnt-users] [ANN] Announcing NAnt/NAntContrib 0.92 Beta1

2012-05-06 Thread Ryan Boggs
We are proud to announce the release of NAnt/NAntContrib 0.92 Beta1. Both NAnt and NAntContrib source code is now housed on Github.com. NAnt's github.com home page for both NAnt and NAntContrib can be found at https://github.com/nant. While current and future development will occur at github.com,

[NAnt-users] [ANN] Announcing NAnt/NAntContrib 0.92 Alpha1

2012-04-22 Thread Ryan Boggs
We are proud to announce the final release of NAnt/NAntContrib 0.92 Alpha1. This marks the first release since the NAnt project relocated its repos to github.com. NAnt's github.com home page for both NAnt and NAntContrib can be found at https://github.com/nant. While current and future developme

Re: [NAnt-users] NAnt/NAntContrib 0.92 tentative release schedule

2012-04-15 Thread Ryan Boggs
21, 2012 at 5:11 PM, Ryan Boggs wrote: > Hi all, > > There's been quite a bit of developments these past months in the NAnt > projects, as many of you may know, and now I think we are at a point > to start up the release process for 0.92.  The current plan is to > perfo

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Ryan Boggs
I should note that I tested on a Win32 machine. I am not sure if the reg path is different on a Win64 system for Python. Thanks, Ryan On Wed, Apr 4, 2012 at 11:29 AM, Ryan Boggs wrote: > I'm not sure where the "3D" prefixes came from in your original > posting but this is

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Ryan Boggs
I'm not sure where the "3D" prefixes came from in your original posting but this is working for me (just tested): I am hoping that the above line isn't mangled in the email. Don't forget to include the hive in Thanks, Ryan On Wed, Apr 4, 2012 at 11:22 AM, Demian Brecht wrote: > Sorry, should

Re: [NAnt-users] new to Nant

2012-03-31 Thread Ryan Boggs
only default constructors. So even changing the attribute name to include the "Attribute" suffix would not completely fix this particular issue. Thanks, Ryan On Sat, Mar 31, 2012 at 10:06 AM, Ryan Boggs wrote: > Forgot to CC list.  Sorry about that. > > Thanks, > Ryan >

Re: [NAnt-users] new to Nant

2012-03-31 Thread Ryan Boggs
Forgot to CC list. Sorry about that. Thanks, Ryan -- Forwarded message -- From: Ryan Boggs Date: Sat, Mar 31, 2012 at 10:06 AM Subject: Re: [NAnt-users] new to Nant To: Ruben Rotteveel Hi Ruben, Unfortunately, I think this could possibly be a bug in the asminfo task.  I&#

[NAnt-users] NAnt/NAntContrib 0.92 tentative release schedule

2012-03-21 Thread Ryan Boggs
Hi all, There's been quite a bit of developments these past months in the NAnt projects, as many of you may know, and now I think we are at a point to start up the release process for 0.92. The current plan is to perform the first 0.92 alpha release for both NAnt and NAntContrib around the weeken

Re: [NAnt-users] Copy/Move directory fix

2012-03-19 Thread Ryan Boggs
dback to the pull request if you have any comments/thoughts. Thanks, On Thu, Mar 15, 2012 at 8:32 PM, Ryan Boggs wrote: > Hi, > > I just created a pull request to fix the issues regarding > moving/copying directories.  The link is below.  If anyone interested > in getting this fix

Re: [NAnt-users] Unable to use latest nant 0.91

2012-03-09 Thread Ryan Boggs
Hi, I don't know what exactly is in your build file but are you including a reference to System.Xml.dll in your build? Thanks, Ryan On Fri, Mar 9, 2012 at 8:03 PM, Sunil Singh wrote: > Hi All, > I recemtly tried to use nant 0.91 to do build on windows 2003 server > but got following error.  I t

[NAnt-users] Latest Nightly Build

2012-03-03 Thread Ryan Boggs
Hi, Just another FYI - The latest nightly build (2012-03-02) for NAnt contains the latest changes to the task (ie: updates the nunit2 libs to version 2.6). For those interested, please test. https://sourceforge.net/projects/nant/files/nant/nightly/2012-03-02/ Thanks, Ryan -

Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Ryan Boggs
Hi, On Thu, Feb 23, 2012 at 2:39 PM, Markus Ewald wrote: > On 2/23/2012 9:07 PM, Ryan Boggs wrote: >> Hi, >> >> On Thu, Feb 23, 2012 at 6:53 AM, Bob Archer  wrote: >>> Looks like some good changes. >>> >>> Is the nunit stuff going to be version s

Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Ryan Boggs
gt;           components if you intend to compile programs. > >           Note: NAnt currently supports versions 1.0, 1.1 and 2.0 >           of the Microsoft .NET Framework. > >       or > >       * Mono for Windows (version 1.0 or higher) > >           Available from http://www.mono

[NAnt-users] Various NAnt Updates

2012-02-22 Thread Ryan Boggs
Hi all, Just checking in with some progress that has been occurring in NAnt's development. It's not a complete list but there are a few big ones that I think are worth highlighting. * The VS project solution files for both NAnt and NAntContrib projects have been updated to VS2010 format. * .NET

[NAnt-users] NUnit work in progress

2012-01-22 Thread Ryan Boggs
Hi all, We just want to let everyone know that work is being done to upgrade the nunit2 task to use the latest version of NUnit. This work is being done in the nunitupdates branch at github.com (https://github.com/nant/nant/tree/nunitupdates). Feel free to check it out, fork it, etc but please k

[NAnt-users] Changes to StyleTask

2012-01-21 Thread Ryan Boggs
Hi, Just giving everyone a heads up regarding the StyleTask in NAnt. A change to this task is being made for it to start using the XslCompiledTransform class to replace the aging XslTransform class that has been used all this time. This change is also an attempt to remedy an issue that is descri

[NAnt-users] A few quick things

2011-12-05 Thread Ryan Boggs
Hi all, Just some quick bullet points to touch base: * We are shifting from using the sourceforge bugs/feature requests/patches section to the issues section of github.com. So please start posting new issues there. If there are old tickets in the old SF tracker that you feel should be moved, pl

[NAnt-users] NAnt/NAntContrib has moved to github

2011-11-13 Thread Ryan Boggs
Hi, I'm happy to say that we were able to successfully migrate the sourceforge.net CVS NAnt/NAntContrib repos to github.com. There are still some clean-up tasks left to do (ie: update the website links to point to github.com, update the development guide, etc) but the new repositories at GitHub a

Re: [NAnt-users] Move to github.com

2011-11-11 Thread Ryan Boggs
, Ryan On Tue, Nov 8, 2011 at 9:39 PM, Ryan Boggs wrote: > Hi again, > > I just wanted to remind everyone that we will be turning off write > access to both NAnt/NAntContrib cvs repositories at sourceforge.net in > preparation for the move.  If anyone out there has any last minute >

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Ryan Boggs
Hi, On Fri, Nov 11, 2011 at 1:32 PM, Dominik Guder wrote: > Hi Timotheus, > > thanks for your suggestion. IMHO there is no other installer right now. > We started thinking of creating one since the download/unblock issue > drove us nuts. Boy does it. :) > > In office we created a separate svn rep

Re: [NAnt-users] Windows Installer for NAnt

2011-11-11 Thread Ryan Boggs
Hi, See inline. On Fri, Nov 11, 2011 at 4:36 AM, Timotheus Pokorra wrote: > Hello all, > > thanks for the very useful tool of NAnt! We are heavily using it for > our OpenPetra project. Glad to hear. > > But we have had now several problems with permissions for executing > nant on Windows, from t

[NAnt-users] Move to github.com

2011-11-05 Thread Ryan Boggs
Hi, As a result of the feedback received these past few weeks, the decision has been made to move development of the NAnt/NAntContrib projects from sourceforge.net to github.com. Starting this week, we will begin the process of converting the current sourceforge.net CVS repository so it can be im

Re: [NAnt-users] Testing NAnt on Windows 8

2011-10-26 Thread Ryan Boggs
to stick with CVS? I'm trying to restart this discussion now that 0.91 final is out. If (hopefully) we move from CVS to another system (like git, hg, etc), it'll take some time and planning to make sure that we have a solid plan of implementation. Thanks, Ryan > > BOb > >

Re: [NAnt-users] Testing NAnt on Windows 8

2011-10-25 Thread Ryan Boggs
Hi, On Tue, Oct 25, 2011 at 4:18 PM, Markus Ewald wrote: > Hi! > > I'm just playing with the Windows 8 Developer Preview and of course, I > installed NAnt, too. > > I downloaded NAnt as .zip archive (which means it gets the "mark of the > web"), moved it to my Program Files directory and tried to

Re: [NAnt-users] Announcing NAnt/NAntContrib 0.91 Final

2011-10-23 Thread Ryan Boggs
Hi, On Sun, Oct 23, 2011 at 12:09 PM, Markus Ewald wrote: >  On 10/23/2011 5:45 AM, Ryan Boggs wrote: >> Sorry for the year long wait >> >> We are proud to announce the final release of NAnt/NAntContrib 0.91. >> >> This release focuses on extending our alrea

[NAnt-users] Announcing NAnt/NAntContrib 0.91 Final

2011-10-22 Thread Ryan Boggs
Sorry for the year long wait We are proud to announce the final release of NAnt/NAntContrib 0.91. This release focuses on extending our already strong support for multiple target frameworks (including .NET 4.0, Mono 4.0, Silverlight, etc), bringing improved flexibility and performance. A num

[NAnt-users] Announcing NAnt/NAntContrib 0.91 Release Candidate 1

2011-10-08 Thread Ryan Boggs
We are proud to announce the first release candidates of NAnt/NAntContrib 0.91. The primary goal for this release is to continue to improve support for .NET 4.0. Please give this release a test and report any NAnt core specific bugs back along with examples as soon as you can. This release focus

Re: [NAnt-users] rename a folder

2011-09-28 Thread Ryan Boggs
to move (rename) an entire > directory. If tofile denotes an existing file, or there is a directory by the > same name in todir, the action will fail. > > > > I’m not clear if you are supposed to use tofile or todir… since I don’t have > ant set up to try it. >

Re: [NAnt-users] rename a folder

2011-09-28 Thread Ryan Boggs
Ant does this, you say? Hmmm... Thanks, Ryan On Sep 28, 2011, at 7:02 AM, Bob Archer wrote: > Yes, I did see this option, but it seemed like a lot of work to rename a > folder. That’s why I asked. I was too lazy to look at the move code to see > why it wouldn’t rename a folder, since Ant (I k

Re: [NAnt-users] Announcing NAnt 0.91 Beta1

2011-09-27 Thread Ryan Boggs
continuing process going forward. Of course there is more work ahead on this front. :) Go check it out: http://nantcontrib.sourceforge.net/ Thanks, Ryan -- Forwarded message -- From: Ryan Boggs Date: Sun, Sep 25, 2011 at 5:20 PM Subject: Announcing NAnt 0.91 Beta1 To: nant

[NAnt-users] Announcing NAnt 0.91 Beta1

2011-09-25 Thread Ryan Boggs
We are proud to announce the first beta release of NAnt 0.91. Many thanks to those who were involved with the development of NAnt this past year. Especially to Martin Aliger and Dominik Guder without whom this release would not have been possible without. The primary goal for this release is to

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
ignore 'em all... Thanks, Ryan > > On Sep 20, 2011 8:03 PM, "Ryan Boggs" wrote: >> Hi, >> >> On Tue, Sep 20, 2011 at 2:18 PM, Dominik Guder wrote: >>> Hi foks, >>> >>> I need your input: >>> >>> As you might know nant fil

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 1:56 PM, Dominik Guder wrote: > Hi Jim: > > "asminfo" should be there, it is part of NAnt.DotNetTasks.dll which > should be in your bin folder. > Help: > http://nant.sourceforge.net/release/latest/help/tasks/asminfo.html > > Besides this loadtasks should load also late

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 2:18 PM, Dominik Guder wrote: > Hi foks, > > I need your input: > > As you might know nant fileset has a bunch of default excludes. > I want to name mainly cvs and svn administrative folders "**/CVS/**" and > "**/.svn/**" as well as cvs ignore file "**/.cvsignore". > >

Re: [NAnt-users] cvs task change thoughts

2011-05-30 Thread Ryan Boggs
Hi, I haven't heard any feedback regarding this since I sent this out over a week ago so I am assuming that no one has a problem with this. Just making sure before I start operating. :) Thanks, Ryan On Sun, May 22, 2011 at 1:19 PM, Ryan Boggs wrote: > Hi all, > > This is reg

Re: [NAnt-users] Solution format of file is not supported.

2011-05-27 Thread Ryan Boggs
Sorry, about that. There are a couple of diffs that were just posted in nant-dev to support vsnet/msbuild up to .net 4.0 if you would like to take a look at them. Thanks, Ryan On Fri, May 27, 2011 at 2:41 AM, Gert Kello wrote: > Hi. > > I've sent the patches to the dev list to support VS2010 pr

[NAnt-users] cvs task change thoughts

2011-05-22 Thread Ryan Boggs
Hi all, This is regarding the cvs task in NAnt today. I want to run this by everyone to get everyone's take before anything is done. I am thinking about altering the cvs task to use the command line programs rather than using it's current setup with sharpcvslib for a couple of reasons: * sharpc

[NAnt-users] Updates

2011-05-03 Thread Ryan Boggs
Hi, Just checking in real quick. I just merged the branch I was working on into HEAD this evening. If everything goes well, I should start kicking out more nightly releases by this weekend, if not before. >From there, I'll need to decide the future release schedule. Once it is decided, it will

Re: [NAnt-users] Help with exception

2011-05-03 Thread Ryan Boggs
All be darned. It's good to know that this could be an option. However, I have heard reports that this doesn't always work. Thanks, Ryan On May 3, 2011, at 10:52 AM, Chris Fouts wrote: > Unlocking the zip file did the trick, even unpacking it in C:\Program > Files\NAnt. Thanks all! > > >

Re: [NAnt-users] Help with exception

2011-05-03 Thread Ryan Boggs
this issue these past months. It's difficult to replicate on different machines. Thanks, Ryan > > > -chris > > > > From: Ryan Boggs [mailto:rmbo...@gmail.com] > Sent: Tuesday, May 03, 2011 12:27 PM > To: Chris Fouts > Cc: nant-users@lists.sourceforge.

Re: [NAnt-users] Help with exception

2011-05-03 Thread Ryan Boggs
Known issue unfortunately. It's related to the new security model in .net 4, which I have been unable to reproduce on three different machines. This is the first report that I remember that had this error on XP. It's a company machine/laptop? What rights do you have on that machine? Where d

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
re you and admin or regular user? > > > > Thanks, > > Ryan > > > > On Mon, Apr 18, 2011 at 3:14 PM, Daniel Nauck > > wrote: > > > Hello, > > > > > > Win7 x64(en). > > > > > > Regards, > > > Daniel > > >

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
somewhere to recreate this issue? Thanks, Ryan On Mon, Apr 18, 2011 at 3:19 PM, Ryan Boggs wrote: > I dunno.  I've never ran into this problem on my test machines and I > never had to unblock anything, even when I download from the sf.net > site.  That's why so many questions.

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
I dunno. I've never ran into this problem on my test machines and I never had to unblock anything, even when I download from the sf.net site. That's why so many questions. Of course, all my current test machines are x86 based... Thanks,. Ryan On Mon, Apr 18, 2011 at 3:13 PM, Bob Archer wrote:

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Ryan Boggs
Are you and admin or regular user? Thanks, Ryan On Mon, Apr 18, 2011 at 3:14 PM, Daniel Nauck wrote: > 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 so

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread 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, 2011 at 2:43 PM, Daniel Nauck wrote: > Hello, > > just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same problem as > others repo

[NAnt-users] NAnt on IRC

2011-03-15 Thread Ryan Boggs
Hey Guys, I just wanted to put a reminder out there that there is an IRC channel for NAnt over on irc.freenode.net. The room name is #nant. I have been trying to make it a habit of showing up here in an effort to keep things going. Thanks, Ryan -

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Ryan Boggs
Hi, On Mon, Mar 14, 2011 at 10:11 AM, Markus Ewald wrote: >  On 3/14/2011 6:03 PM, Ryan Boggs wrote: >> Hi, >> >> I'm trying to pick up development again.  I had a big project take up >> much of my time the last couple of months. Now that the project is >&

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Ryan Boggs
Hi, This is the issue I am focusing on right now in the branch I am working in. I'm hoping we can fix this before proceeding with future releases. Thanks, Ryan On Mar 14, 2011, at 9:53 AM, Christopher Brandt wrote: > We rely heavily on NAnt and I fear it would be a major under-taking to mov

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Ryan Boggs
Hi, I'm trying to pick up development again. I had a big project take up much of my time the last couple of months. Now that the project is wrapping up, I can shift back here. I setup a branch that I am currently working in to address the 4.0 fallout issues. I am avoid head commits at the mom

Re: [NAnt-users] nant mono problem

2011-03-10 Thread Ryan Boggs
Hey Jarred, How are you calling NAnt? I have a feeling that you are calling it through a shell script in /usr/bin (I think that is where is sits in Ubuntu). If that is the case, that script may be pointing to /usr/local/bin/mono instead of /usr/bin. Update that path and it should be good to go.

[NAnt-users] Blog Post - Various Updates

2010-10-22 Thread Ryan Boggs
https://sourceforge.net/apps/wordpress/nant/2010/10/23/various-updates/ Thanks, Ryan -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers i

Re: [NAnt-users] Thoughts on moving NAnt to git

2010-10-17 Thread Ryan Boggs
Hi, On Oct 17, 2010, at 4:04 PM, Markus Ewald wrote: > On 10/17/2010 4:01 PM, Markus Ewald wrote: >> On 10/17/2010 3:21 AM, Ryan Boggs wrote: >>> Hey Guys, >>> >>> How do you all feel about moving NAnt to git? Do you guys think that >>> it wo

[NAnt-users] Thoughts on moving NAnt to git

2010-10-16 Thread Ryan Boggs
Hey Guys, How do you all feel about moving NAnt to git? Do you guys think that it would be a welcome change? Thanks, Ryan -- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(T

Re: [NAnt-users] NAnt problem after upgrading to .NET 4.0

2010-10-06 Thread Ryan Boggs
Hi, This has been reported but since I am not able to reproduce on my machine I currently do not have an out of box solution (otherwise we'd be in beta mode now). From what I have heard from others with the same problem, rebuilding the source on the target machine seems to work. So that should

[NAnt-users] Announcing NAnt 0.91 Alpha2

2010-08-17 Thread Ryan Boggs
Announcing NAnt 0.91 Alpha2 We are proud to announce the second alpha release of NAnt 0.91. The primary goal for this release is to continue to improve support for .NET 4.0. Please give this release a test and report any NAnt core specific bugs back along with examples as soon as you can. This r

Re: [NAnt-users] .091 crash building Boo

2010-08-04 Thread Ryan Boggs
Hey Hank, Yeah, Boo has been giving me some issues since 0.91 Alpha1. Gert committed a patch to fix an issue with an assembly error that I initially ran into but since then, I've been encountering other issues with it. Either the booc.exe compiler erroring out because of a bad -lib argument or W

Re: [NAnt-users] [Mono-list] Off Topic: NAnt on Linux error CS0234

2010-06-10 Thread Ryan Boggs
Hi, I don't remember seeing this in any of the NAnt mailing lists. Maybe it didn't go through... Anyway, Looking at your NAnt.build file. I believe that you need the full file name of the assembly that you are wanting to reference. Ex: Look

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-07 Thread Ryan Boggs
that MBUnit was built with 2.0 may be correct. I tried looking for source tarballs for it to test with but I didn't see any. Just out of curiosity, does it still build when setting the target framework to net-3.5? Thanks, Ryan > > BOb > > >> >> -Original Message--

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-07 Thread Ryan Boggs
cur if the correct target framework is selected, at least to me. Thanks, Ryan > > BOb > > >> -Original Message- >> From: Ryan Boggs [mailto:rmbo...@gmail.com] >> Sent: Saturday, June 05, 2010 3:32 PM >> To: Bob Archer >> Cc: nant-users@lists.sou

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-05 Thread Ryan Boggs
Hi Bob, I'm sorry but since I am not familiar with it, I need to ask. What is AmsiWeb.Test? Is it something that is apart of your project that you are trying to compile? Please let me know. Thanks, Ryan On Thu, Jun 3, 2010 at 12:47 PM, Bob Archer wrote: > Ok... almost there... I am now getti

Re: [NAnt-users] Building .Net 4.0 with .91 Alpha 1 problems

2010-06-02 Thread Ryan Boggs
So, you were having issues with MSBuild initially? Were you trying to run MSBuild directly or through NAnt? WinSDK 7.0A was the first SDK Microsoft released that contained support for .NET 4.0. If I am not mistaken, it is automatically installed when installing VS.NET. I'm not sure the director

[NAnt-users] Announcing NAnt 0.91 Alpha1

2010-05-29 Thread Ryan Boggs
Announcing NAnt 0.91 Alpha1 We are proud to announce the first alpha release of NAnt 0.91, the first official release with .NET 4.0 support. The primary goal for this release is to improve support for .NET 4.0. Please give this release a test and report any NAnt core specific bugs back along with

[NAnt-users] NAnt Updates/A call to arms

2010-05-29 Thread Ryan Boggs
Hi all, If you haven't reviewed the NAnt blog lately, I wrote an entry to request for volunteer for both NAnt and NAntContrib (especially). The blog post is here: https://sourceforge.net/apps/wordpress/nant/2010/05/24/a-call-to-arms/ As you can see, we are in need of help. As it stands right now

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Ryan Boggs
Hey Simon, If I remember correctly, System.Text.RegularExpressions namespace is no longer imported in script by default anymore. You probably need to include the namespace manually but I can say for certain since I don't know what's in your NAnt script. Try adding this to your script tag:

[NAnt-users] .NET 4.0 Support in the latest Nightly Release

2010-05-12 Thread Ryan Boggs
Hi Guys, Just letting everyone know that the nightly release that went out today has .NET 4.0 support that REALLY needs testing. Please test to your heart's content and report any bugs that you guys come across. You can go to the file section in sourceforge and download the files under nightly/2

Re: [NAnt-users] .Net 4.0 support...

2010-05-12 Thread Ryan Boggs
Hi Bob, The plan was to restart the nightlys this week but I ran into a regress in one of the tests that I'm trying to resolve. Once that is done, expect the nightlys to resume with .Net 4.0 support. In regard to your question about the SDK support for 4.0, during my testing, I was able to

Re: [NAnt-users] Announcing NAnt 0.90

2010-05-09 Thread Ryan Boggs
Hey Marty, What are you trying to do with cygwin? If you are installing Mono on a Windows machine, you should be downloading the official Mono installer from Mono's website, cygwin isn't needed. The Mono installer comes with Gacutil and their own versions of the CSharp compilers (mcs and gmcs if

[NAnt-users] Announcing NAnt 0.90

2010-05-08 Thread Ryan Boggs
We are proud to announce the final release of NAnt 0.90, the first final release of NAnt in a VERY long time. This release focuses on extending our already strong support for multiple target frameworks, bringing improved flexibility and performance. A number of outstanding issues have been fixed

[NAnt-users] Announcing NAnt 0.90 Release Candidate 1

2010-05-02 Thread Ryan Boggs
Announcing NAnt 0.90-rc1 The first release candidate of NAnt 0.90 has been released. Please continue to test and report bugs so we can make the final release of 0.90 the best it can be. A roadmap has been created to help illustrate the current release plan. Please note that this roadmap is a wo

[NAnt-users] NAnt 0.90 small progress update

2010-04-30 Thread Ryan Boggs
Hi all, Just wanted to let everyone know, we are still working hard behind the scenes on NAnt 0.90 and expect the first Release Candidate (RC) release this weekend. In the meantime, check out the NAnt blog when you get a minute. You might find something interesting there. :) https://sourceforge

Re: [NAnt-users] NAntContrib seems rather dead?

2010-04-24 Thread Ryan Boggs
I don't want people to think we are ignoring this item. We are currently talking about this amongst ourselves and once we have a plan, we'll let you all know. Thanks, Ryan On Wed, Apr 21, 2010 at 11:43 AM, Christopher Brandt wrote: > Is there a better way to bundle or package non-core, user con

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-21 Thread Ryan Boggs
Hi, On Apr 21, 2010, at 7:33 AM, Martin Gainty wrote: as a followup to ryan and gert on the build for 0.90 i tried downloading Visual Studio 2010 with .Net Framework 4.0 .. after repeated crashes to my system i had to restore from backup %NANT_HOME%\src\NAnt.DotNet\Tasks>csc csctask.cs Mi

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Ryan Boggs
Hi, 2010/4/18 Simon H : > You are probably correct that the batch file is waiting for input from NAnt > as it does not seem that control has been properly passed to cmd.exe to > accept user input. I will explain what I need to do further to clarify why > it is desirable to use a bat file like this

Re: [NAnt-users] Running a bat file

2010-04-18 Thread Ryan Boggs
Hi, At first glance, the reason why it freezes is because it looks like the batch file is waiting for user input that NAnt isn't providing. I'm sorry, I have to ask. Why are you running a batch file from a NAnt build file? Seems like overkill to me, unless you have a specific need for it. Than

Re: [NAnt-users] [NAnt-announce] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Ryan Boggs
ve > our makefile to support other (mono) compilers beside mcs. > Can you add this to our roadmap ? > > Thanks! > > Gert > > -Original Message- > From: Ryan Boggs [mailto:rmbo...@gmail.com] > Sent: zondag 18 april 2010 22:14 > To: Martin

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Ryan Boggs
s dropping support for .NET Framework 1.x, hence mcs is no >> longer available. >> I believe Mono 2.6.x is the last release to support .NET 1.x. >> >> We'll just need to check what version of Mono is available, or just check >> for the compiler that is available (1.

Re: [NAnt-users] [nant-dev] Announcing NAnt 0.90-beta1

2010-04-18 Thread Ryan Boggs
heck > for the compiler that is available (1.x: mcs, 2.x: gmcs, 4.x: dmcs). > Good thing NAnt build authors to not have to deal with this. > > Martin, please submit a bug report for this. > > Gert > > -Original Message- > From: Ryan Boggs [mail

Re: [NAnt-users] Announcing NAnt 0.90-beta1

2010-04-17 Thread Ryan Boggs
Hey Martin, What Linux are you running? Thanks, Ryan On Sat, Apr 17, 2010 at 6:16 PM, Martin Gainty wrote: > Hi Ryan > > any suggestion as to where i can obtain mcs? > > $ make > mkdir -p bootstrap > cp -R lib/ bootstrap/lib > # Mono loads log4net before privatebinpath is set-up, so we need thi

[NAnt-users] NAnt Blog and IRC

2010-04-17 Thread Ryan Boggs
Hi fellow NAnt users, I just wanted to let everyone know that we have setup a blog specifically regarding the development of NAnt. This is an attempt to reach out to the community and let them know whats happening with NAnt's development. Check it out sometime: https://sourceforge.net/apps/wordp

[NAnt-users] Announcing NAnt 0.90-beta1

2010-04-17 Thread Ryan Boggs
Announcing NAnt 0.90-beta1 The first beta of NAnt 0.90 has been released. Please continue to test and report bugs so we can make the final release of 0.90 the best it can be. A roadmap has been created to help illustrate the current release plan. Please note that this roadmap is a work in progr

Re: [NAnt-users] Writing Your Own Task that Uses a FilterChain

2010-04-10 Thread Ryan Boggs
Hi Jonathan, That's the problem. NAnt.Core.Filters.PhysicalTextReader is an Internal Class to that Namespace. You are not going to get access to that Class in its current state I'm afraid. That said, I'm wondering if this should be changed in the future so other projects could take advantage of

Re: [NAnt-users] Writing Your Own Task that Uses a FilterChain

2010-04-10 Thread Ryan Boggs
Hi Jonathan, Are you receiving any error messages with this code that you can share? Thanks, Ryan On Sat, Apr 10, 2010 at 9:33 AM, jnewton wrote: > > I'm trying to write my own "write" task that uses a filterchain. I want to be > able to write to a file (i.e. I am creating an xml file) and repl

[NAnt-users] NAnt has a Blog!

2010-04-05 Thread Ryan Boggs
Hi all, Just wanted to let you all know that NAnt has a blog now. The link is below: http://sourceforge.net/apps/wordpress/nant/ Thanks, Ryan -- Download Intel® Parallel Studio Eval Try the new software tools for yourse

[NAnt-users] Announcing NAnt 0.90-alpha1

2010-04-01 Thread Ryan Boggs
No, this is not an April Fool's joke. This is for real.. :) After months of hard work by volunteer's and continuing guidance from Gert Driesen, we finally have the first official release of NAnt in over 2 years. A roadmap has been created to help illustrate the current release plan. Please note

Re: [NAnt-users] More .net 3.5 Funnies

2010-03-26 Thread Ryan Boggs
Hi, On Fri, Mar 26, 2010 at 11:01 AM, Christopher Brandt wrote: > I've found one more problem and solution to it but also have a puzzling > situation. > > First the problem; on our build server we're running NAnt 0.86 and I'm > trying to get things working with the net-3.5 target framework. One b

Re: [NAnt-users] Target Framework net-3.5 Configuration

2010-03-25 Thread Ryan Boggs
Hey Chris, I added the additional readregistry item you emailed earlier to the nant.exe.config file. It should be in the next nightly release that is being uploaded now. Please test and report any other problems you guys see. Thanks, Ryan On Thu, Mar 25, 2010 at 3:24 PM, Christopher Brandt wr

Re: [NAnt-users] Target Framework net-3.5 Configuration

2010-03-25 Thread Ryan Boggs
Actually, this is something that keeps coming up because of the way Microsoft has been organizing the sdk directory structures since 3.0. We have been just dealing with them as they come in so there may be other reg keys out there that we don't know about yet. Please keep these emails comin

Re: [NAnt-users] Target Framework net-3.5 Configuration

2010-03-25 Thread Ryan Boggs
Hi, On Mar 25, 2010, at 3:14 PM, Christopher Brandt wrote: > This is related to my previous post on Windows 7 & VS2008. > > After some help I realized that the target framework on my desktop > was .Net 3.5 whereas on my build server (Windows 2003 Server) it > was .Net 2.0. The was causing so