[nant-dev] Error CS1703 when using NAnt task...

2006-09-13 Thread John Cole
I was able to make a new MSI and started testing against our build scripts (YEA!). I've run into a problem. If I execute the nant task on a build files that have a script tags that loads the same assembly, I get the following error:

Re: [nant-dev] Release 0.85 and beyond

2006-07-17 Thread John Cole
Well, since we have been using .85 in production for well over a year now, I would agree that a release is in order. :-) However, I would like to see one thing, updated instructions for building the NAnt installation MSI. We use a MSI generated from last year (when the instructions for creating

[nant-dev] entry point...

2005-11-14 Thread John Cole
Hey guys, I'm trying to figure out how NAnt works :-) and I'm looking for where it loads the build file, and I can't seem to find it. Could I get a pointer where to start looking? Thanks, John - This email and any files transmitted with it are confidential

[nant-dev] feature request on mail logger...

2005-05-03 Thread John Cole
to send the mail to my cell phone (a treo 600) to make sure an important build worked or not, but when it didn't, I couldn't see why because I could only retrieve the first 100K (and it has 25K lines). If it were reversed, then I could have know why. Thanks, John Cole

[nant-dev] compiling NAnt and NAntContrib to generate MSI...

2005-04-20 Thread John Cole
) Total time: 1.5 seconds. Thanks, John Cole - This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error

RE: [nant-dev] [Help][Nant-Users][USE NANT To Compile VB6.0 Code]

2005-04-11 Thread John Cole
into a property. There is a NAnt equivalent for that now (loadfile?) that should work here. I posted a few other VBP nant scripts a few months ago, you may want to search for those and see if you find them useful. Hope this helps. John Cole -Original Message- From: [EMAIL PROTECTED] [mailto

[nant-dev] msm task property issues...

2005-03-08 Thread John Cole
the search app work :-( I'm putting together a large MSI built from a library of NAnt built MSM files. This wouldn't even be remotely possible without Nant's MSI/MSM tasks. Thanks John Cole - This email and any files transmitted with it are confidential

[nant-dev] nant compile fails...

2005-02-25 Thread John Cole
I just tried to compile from the CVS head, and I'm getting the following error on the build target build: [csc] Compiling 153 files to 'C:\src\nantsrc\test\nant\build\net-1.1.win32\nant-0.85-debug\bin\NAnt.Core.dll'. [resgen] Read in 63 resources from

[nant-dev] building latest cvs version fails...

2004-10-18 Thread John Cole
-- It is failing in the bin\nant package step. BTW, I have TortoiseCVS 1.8.1 installed as my CVS client (which uses CVSNT 2.0.58a). System is WinXPsp2. Thanks, John Cole - This email and any files transmitted with it are confidential and intended

RE: [nant-dev] building latest cvs version fails...

2004-10-18 Thread John Cole
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Monday, October 18, 2004 10:23 AM To: John Cole; Olivier LEFEBVRE; [EMAIL PROTECTED] Subject: Re: [nant-dev] building latest cvs version fails... John, It appears to hang in the changelog target. Can

[nant-dev] build failing in userdoc

2004-08-04 Thread John Cole
] One or more of the types in the assembly unable to load. [exec] [exec] Total time: 0.4 seconds. [exec] BUILD FAILED my cl.exe is version 13.10.3077 Thanks, John Cole

RE: [nant-dev] FW: 0.85 release

2004-06-07 Thread John Cole
with NAnt and it's nuances. Another opinion... John Cole -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of James Geurts Sent: Saturday, June 05, 2004 10:54 AM To: [EMAIL PROTECTED] Subject: [nant-dev] FW: 0.85 release Hi all, I haven't been watching this list (I

RE: [nant-dev] FW: 0.85 release

2004-06-07 Thread John Cole
Jim, I was hoping you would say that :-) John I looked at the msi/msm tasks (to build installs for NAnt/NAntContrib) a couple days ago and saw that they were broken... I'll take a better look and fix them hopefully this week. I agree that having a working install of NAnt would be a good

[nant-dev] feature request for foreach task

2004-06-04 Thread John Cole
item=String in=${bugnotes} delim=***ROW*** property=bugnotes.line echo message=${bugnotes.line} / /foreach Some other functions that I have added as custom functions follow. None of these are polished, but I find the very usefull. Thanks, John Cole a function to do a regex based replace

[nant-dev] another feature request, regex task

2004-06-04 Thread John Cole
Here is another request: With the regular expression task, it would be nice to have control over the multiline and single line properties, so that your regular expressions could work against a file and not just a single line. Thanks, John Cole

[nant-dev] custom function that uses com interop

2004-05-21 Thread John Cole
lityCenter\2x\MapObjects\Components\uaCore\uaCore.dll')}" //target/project --- Is it possible to have a custom function reference a com dll? Thanks John Cole

[nant-dev] Custom Function to select from ODBC datasource...

2004-05-13 Thread John Cole
or namespace name 'c' could not be found (are you missing a using directive or an assembly reference?)--- I've tried using the references and includes tags, but I haven't found the right combonation. How can I get a script to get access to System.Dat

[nant-dev] Is the CVS version of NAnt compilable?

2004-05-12 Thread John Cole
--- It appears that the bad argument test did not cause an error so the build is failing. Thanks, John Cole-This email and any files transmitted with it are confidential and intended solely for the use of the individual

RE: [nant-dev] custom function example does not work...

2004-05-12 Thread John Cole
/jcole/My Documents/src/test.build Target(s) specified: test BUILD FAILED Missing entry point. Total time: 0.3 seconds. Thanks, John Cole -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:11 AM To: John Cole Cc

RE: [nant-dev] custom function example does not work...

2004-05-12 Thread John Cole
] Unknown argument '-asdf' [nunit2] Tests run: 9, Failures: 1, Not run: 0, Time: 3.0765687 seconds - Is there a tagged version or a date that you recomend I pull from to build and test against? Thanks, John Cole -Original Message- From: Ian MacLean [mailto

[nant-dev] custom function example does not work...

2004-05-11 Thread John Cole
e result ";}}]]/code/scriptecho message="${test::test-func()}" //target Thanks, John Cole -This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addres