, November 25, 2009 8:27 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] and nant.conrib.dll problems
Hi, I've installed CC.net on a server machine and successfulyl tied it in to
SVN so that it builds on SVN changes and runs some simple Nunit tests. While
setting it all up, I was
Hi, I've installed CC.net on a server machine and successfulyl tied it in to
SVN so that it builds on SVN changes and runs some simple Nunit tests. While
setting it all up, I was using a small C# application that was compiled in the
Nant script using the tag without any problems.
However, I'm
net
Subject: RE: [NAnt-users] and
I would suggest you use 'svn info' command to get the revision. In
fact, you may not want the current revision of the repository but
actually the last revision that the directory was changed. Svn Info
will give you that information.
How
> Two other options: use svnversion.exe:
[snip]
Yup, that's exactly what we do (including deleting the temp file) when
performing
a nightly or release build...grab the current HEAD revision number and
tag/branch
against that, so you have a known revision and just in case someone sneaks in
a commit
L PROTECTED] *On Behalf Of *Mark Modrall
*Sent:* Sunday, January 21, 2007 2:54 PM
*To:* nant-users@lists.sourceforge.net
*Subject:* [NAnt-users] and
Hi…
I'm new to nant, and I'm trying to port some java/ant tasks we'd done to
it. Since we use svn as our source control, I'm
Sunday, January 21, 2007 2:54 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] and
Hi...
I'm new to nant, and I'm trying to port some java/ant tasks we'd
done to it. Since we use svn as our source control, I&
Mark Modrall
Sent: 21 January 2007 19:54
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] and
Hi.
I'm new to nant, and I'm trying to port some java/ant tasks we'd done to it.
Since we use svn as our source control, I'm having to do the update with
exec. To ge
Hi...
I'm new to nant, and I'm trying to port some java/ant tasks we'd done to
it. Since we use svn as our source control, I'm having to do the update
with exec. To get the revision updated to, I'm sifting through the svn
output. Under ant, I redirected the svn output to a property using a
f
Hi Tom,
This should now be fixed in cvs.
Gert
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Whitner,
TomSent: donderdag 24 februari 2005 15:57To:
nant-users@lists.sourceforge.netSubject: [Nant-users]
and tasks - temp directory
Title: and tasks - temp directory
I have discovered that the and tasks create and delete a directory named "Temp" relative to the sourcedir specified in the task. Lines such as the following appear in multiple places throughout these tasks.
string tempDir =
Hi --
The release notes for 0.85-rc1 under say "The root directory of
a site is now configurable." How is this accomplished? I couldn't find
anything in the docs (or the source) to indicate how this is done.
Thanks!
--
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Gökhan Altinören
> Sent: vrijdag 19 november 2004 8:35
> To: [EMAIL PROTECTED]
> Subject: RE: [Nant-users] and wildcard usage
>
> Latest nightly.
>
> What
er 19, 2004 8:55 AM
To: Gökhan Altınören; [EMAIL PROTECTED]
Subject: RE: [Nant-users] and wildcard usage
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Gökhan Altinören
> Sent: donderdag 18 november 2004 9:57
> To: [EMAIL PROTECTE
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Gökhan Altinören
> Sent: donderdag 18 november 2004 9:57
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] and wildcard usage
>
> I want to copy a folder with su
I want to copy a folder with subfolders by filetype (*.asp, *.css etc.) but
failed to construct the correct build file.
Here's the folder structure:
C:\ MyProject\UI\a.asp
C:\ MyProject\UI\SubFolder\b.asp
The above directive copies b.asp but not a.asp
I’m new to Nant, so I might be doing something completely
wrong.
I have a build directory and I want to copy a bunch of files
out of there and into a staging directory. I’m trying to do this with
nant 0.8.4, the copy task. and it’s associated ‘flatten’
attribute. All to no avail, the
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Castro, Edwin Gabriel (Firing Systems Engr.)
> Sent: dinsdag 2 november 2004 23:22
> To: Gert Driesen; [EMAIL PROTECTED]
> Subject: RE: [Nant-users] and COM references
&g
[EMAIL PROTECTED]
> Sent: Tuesday, November 02, 2004 1:50 PM
> To: Castro, Edwin Gabriel (Firing Systems Engr.); nant-
> [EMAIL PROTECTED]
> Subject: RE: [Nant-users] and COM references
>
> Hi Edmin,
>
> Can you provide small repro's for both issues ?
>
&
, Edwin Gabriel (Firing Systems Engr.);
> [EMAIL PROTECTED]
> Subject: RE: [Nant-users] and COM references
>
> I just realized something that might be a bug. The errors I'm
> receiving
> after the TlbImp error are related to arrays in the COM interfaces not
> being i
PROTECTED]
> Subject: [Nant-users] and COM references
>
> I'm trying to build a solution with two C# projects. One is dependent
on
> the other. Both projects reference a COM library. The COM library is
the
> same in both cases. When I build the solution using the
first
> pr
I'm trying to build a solution with two C# projects. One is dependent on
the other. Both projects reference a COM library. The COM library is the
same in both cases. When I build the solution using the first
project appears to build correctly (no errors and the output appears in
the outputdir as e
: Wednesday, January 07, 2004 23:38
To: [EMAIL PROTECTED]
Subject: [Nant-users] and help needed.
I'm trying to pass a property to a build file invoked by the nant task.
I want to pass in the full path to MySource.cs, which is in the directory of
the current
I'm trying to pass a property to a build file invoked by the nant task.
I want to pass in the full path to MySource.cs, which is in the directory of
the current build file. The problem is, as the help on the task
plainly states, "value" is NOT expanded by def
OTECTED]>
Sent: Thursday, December 11, 2003 5:33 PM
Subject: Re: [Nant-users] and Web Projects
I found an earlier message that mentioned Windows Server 2003. I am usng
Windows 2000
Professional. However, switching full access onto in IIS seemed to get me
further. Now I get the
following error:
Thursday, December 11, 2003 5:26 PM
Subject: [Nant-users] and Web Projects
Hi,
I have a solution task that loads a solution that contains a web project. I
dont want to use
WebDAV. I have setup a Map:
http://localhost/Gloria/gloria.csproj";
path="D:\Projects\Gloria\Sour
Can you somehow package up a zip file containing the minimum set of files
necessary to reproduce this issue ?
Thanks,
Gert
- Original Message -
From: "Nick Robinson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 11, 2003 5:26 PM
Subject:
I found an earlier message that mentioned Windows Server 2003. I am usng Windows 2000
Professional. However, switching full access onto in IIS seemed to get me further.
Now I get the
following error:
[nant] D:\Projects\Gloria\Source\Production\NAnt Scripts\Syngenta.Gloria.Web.nant
Hi,
I have a solution task that loads a solution that contains a web project. I dont want
to use
WebDAV. I have setup a Map:
http://localhost/Gloria/gloria.csproj";
path="D:\Projects\Gloria\Source\Production\Syngenta\Gloria\UI\Gloria\gloria.csproj" />
Sent: Friday, October 31, 2003 5:50 AM
Subject: [Nant-users] and setup / help projects
> Hi All,
>
> I'm just wondering what the plans are (if any) to support Setup and Help
> project types in the task. IMHO, supporting Setup projects is
> probably more important than Help
Hi All,
I'm just wondering what the plans are (if any) to support Setup and Help
project types in the task. IMHO, supporting Setup projects is
probably more important than Help. The problem for me at the moment is that
my Setup project has to be built with VS.NET after running the build script.
T
My developers just started incorporating NDoc into their projects. My first build has resulted in some errors in the compile. It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not there. Any help would be very appreciated
I'm getting an error when attempting to build a web project. The build file is simple:
All of the resources (lots of them) print to the screen and then the following error is displayed:
INTERNAL ERRORSystem.NullReferenceException: Object reference no
32 matches
Mail list logo