RE: [nant-dev] Nightly builds

2003-07-01 Thread Mark Griffiths
Scott, does your current build server log into CVS using pserver or ssh? It seems that pserver access is intermittent at the moment. -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hernandez Sent: 01 July 2003 17:08 To: [EMAIL PROTECTED]

[nant-dev] Forthcoming release

2003-02-10 Thread Mark Griffiths
I just took a run through the latest nightly build and only spotted the following two problems: 1) The user task example did not build first time when run from the nant\examples directory. 2) The change log page needs updating. I suggest just having a link to a text file generated by cvs2cl?

[nant-dev] Nested build example

2003-02-06 Thread Mark Griffiths
Attached is an example of using nested build files. This example closely follows how we organise our build files here. I am not certain that it is the best way, and would be open to suggestions on better techniques. Creating this example has made me consider the whole topic of 'NAnt Best

[nant-dev] Next release

2003-02-05 Thread Mark Griffiths
Are you any closer to releasing a new version 'proper'? The 0.7.9 release is dated 11-jun-2002 - nearly 8 months ago. Is there anything in particular that is holding the release up? Anything that I could lend a hand to? Cheers -MG ---

[nant-dev] 1st run through the nightly build

2003-02-05 Thread Mark Griffiths
Here are the results from my dry run using the latest nightly build. Docs: index.html Still refers to the .net framework as a 'release candidate' links.html Could to with a link to Draco.NET ;) changelog.html Might be easier in the long run to ditch this, and switch to auto generated change

RE: [nant-dev] Sourceforge CVS server problems?

2003-01-17 Thread Mark Griffiths
According to: http://sourceforge.net/docman/display_doc.php?docid=2352group_id=1 pserver access is down. -MG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Deacon Sent: 17 January 2003 07:29 To: [EMAIL PROTECTED] Subject: [nant-dev] Sourceforge

[nant-dev] Path problems with latest NAnt from CVS

2002-12-10 Thread Mark Griffiths
I recently upgraded from a pre-big refactoring version of NAnt and have come across a small problem. Most of our projects consist of multiple build files that get called via the nant task. We always specify paths relative to each build file and this works fine with the old version. With the

RE: [nant-dev] Path problems with latest NAnt from CVS

2002-12-10 Thread Mark Griffiths
If you have a patch, send it my way and I can check it in, or Attached is a patch for the resx task. This was enough to get me going, so I would be grateful if you can review and commit. Thanks! MG ResxTask.patch Description: Binary data

RE: [nant-dev] FAQ: The next NAnt version

2002-11-20 Thread Mark Griffiths
I recently found tortoisecvs to be the most painless way to work with sourceforge from nt/xp. It comes with a customised version of plink to handle the ssl stuff and is fairly painless to setup. MG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian

RE: [nant-dev] NAnt Build Server

2002-10-23 Thread Mark Griffiths
The .NET code required to create a windows service is minimal, and therefore it would be fairly trivial to decouple it from the Autonomy core. Additionally there are a couple of places in the VSS and DevEnv integration that use the registry. We have no need for these modifications but if anybody

RE: [nant-dev] Resources

2002-08-22 Thread Mark Griffiths
You might want to take a look at some work [1] that JT Perry submitted to the list in June (and from what I can tell was ignored). These changes, along with the resources element of the csc and vbc elements, should make resource handling a little less cumbersome. Mark [1]

RE: [nant-dev] IFTask PropertyMissing parameter?

2002-07-23 Thread Mark Griffiths
. Mark -Original Message- From: Kevin Miller [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 15:40 To: 'Mark Griffiths'; 'Nant-Developers (E-mail)' Subject: RE: [nant-dev] IFTask PropertyMissing parameter? I agree with this pattern of build script development. If you are able

RE: [nant-dev] NAntTask nested properties (was NAntTask Patch)

2002-06-28 Thread Mark Griffiths
Scott Hernandez wrote: FYI: The basedir attribute was removed from NAntTask before the 0.7.9.0 release. It was removed may 3rd. We incorrectly assumed that the basedir attribute had not yet been implemented. So we added it and then independently discovered that is was not required! ;) It's