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
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
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.
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
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
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
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
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
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
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,
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
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
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
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
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
>
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
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
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
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
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
-
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
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
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
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
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
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
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
,
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
>
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
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
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
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
>
>
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
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
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
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
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.
>
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
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
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
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
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
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".
>
>
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
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
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
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
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!
>
>
>
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.
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 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
> > >
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.
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:
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
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
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
-
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
>&
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
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
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.
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
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
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
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
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
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
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
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--
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
98 matches
Mail list logo