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 specific? Or, is it chaining out to
>> whatever version of nunit you have or point to in your project?
> I am hoping t
On 11/11/2011 4:54 PM, Ryan Boggs wrote:
>> The easy solution was to create a small InnoSetup Installer. You can
>> download it from our files section at SourceForge:
>> http://sourceforge.net/projects/openpetraorg/files/openpetraorg/Tools/NAnt-Setup-0.91.exe/download
>>
>> The script file for
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 launch it.
Result was the probably by now well-known security exc
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 already strong support for
> multiple target frameworks (including .NET 4.0, Mono 4.0, Silverlight,
> etc)
On 3/15/2011 11:10 AM, Vijaya Kumar Erusan wrote:
Hi All,
I am using nant scripts to build projects. I am facing a strange
issue, that at times the build hangs during this step - 'log4net:
Hierarchy: Shutdown called on Hierarchy [log4net-default-repository]'
and doesn't proceed. When the res
On 3/14/2011 6:07 PM, Markus Ewald wrote:
"I don't think NAnt itself needs any [changes] and I can't remember a
single bug ever surfacing in the time I used it. But adding some new
stuff definitely wouldn't hurt, preferably through NAntContrib, as
others mentioned.&qu
On 3/14/2011 4:54 PM, Bob Archer wrote:
Hi Folks... we rely heavily on NAnt for our builds. But, it seems that
development and activity here has really slowed down. Have people
moved to MS Build or is NAnt just at that stage where it is stable
enough so people don't have problems with it and
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
> wrapping up, I can shift back here.
>
> I setup a branch that I am currently working in to address the 4
On 10/18/2010 7:13 PM, Martin Gainty wrote:
you'll need to set a min of 2 environment variables:
GIT_DIR to location of repository
GIT_WORK_TREE to current source folder
in order to determine what to backup you'll need to reference
$GIT_DIR/index
Ryan are there any advantages over
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 would be a welcome change?
>>
> Is there any Problem we're having tha
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 would be a welcome change?
>
Is there any Problem we're having that git would solve?
I hear that git does faster branching/merging, but afaik the NAnt
repository is
Hi!
Out of personal need (limited bandwidth for my continuous integration
server) I wrote myself some NAnt tasks for creating 7-Zip archives. I
intentionally didn't include any of the 7-Zip code but call 7z.exe
(Windows) or 7za (Linux) which is located using the Registry (Windows
only) or defa
On 4/1/2010 9:44 PM, Charles Chan wrote:
> Thank you everyone for your support.
>
> Markus, could you point me to the post you are referring to? I am interested
> in the feedback and users' perception of NAnt& make. Perhaps one of us from
> NAnt community should mention the availability of a new
On 4/1/2010 4:19 PM, Bob Archer wrote:
>> Subject: [NAnt-users] Announcing NAnt 0.90-alpha1
>>
>> 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 N
Gemma Cameron wrote:
> Has anyone got any idea why a solution will build in devstudio but
> fail when built by a nant script using msbuild? Has there been an
> msbuild update with sp3? Am using visual studio 2005.
>
> All help would be most appreciated.
>
>
One reason I know of is when you m
Hi!
I'm compiling my project using the task to call devenv.com. The
reason for this is that my solution consists of several projects and
MSBuild, when invoked directly, fails to collect all the dependencies
beyond the first level, making packaging of a redistributable archive a
nightmare.
Gemma schrieb:
> Hi Markus,
>
> Thanks for responding.
>
> The build.basedir property error was a typo!!! I couldn't copy and paste my
> code!
>
> I've checked whether the vcproject opens in VC++ 2005 and whether I can
> build from command line and the answer to both is yes. I am aware (from
> goo
Cameron, Gemma (UK) schrieb:
> Hi all,
>
> I've written a simple build script which has a target to build a list of
> projects using the solution task like so:
>
> [...]
> Then if I try the above with project1 only i.e.
>
>outputdir="${build.basedir}/bin" >
>
>
Wayne Hartell wrote:
Hi All,
We have beem using NAnt-0.85-rc3 for quite some time with Visual
Studio 2003.NET. In our build files we have been executing builds like
this:
program="${devenvPath}"
workingdir="..\Development\"
commandline="/r
Hi!
I'm using NAnt to build multitple C# projects, each project writes its
binaries in its own bin folder. After compilation has finished, I want
my build script to zip up all the generated binaries into one .zip
archive as a flat collection of files.
My current solution is to copy all the bin
My NAnt .build files often have blocks like this in them (this one
checks out a file from a sourcesafe repository):
commandline="/s /u kcsStream.dll" failonerror="false" />
commandline="/s kcsStream.dll" />
The bad thing is that there are about 10 files like this that need to be
un
21 matches
Mail list logo