[NAnt-users] appending to a output file from

2007-05-08 Thread Griffin Caprio
everything works fine. I'm thinking that the two tasks use different encodings, but I can't find any properties to control that. Anyone else ever see this? Griffin Caprio 312.371.3869 http://blog.1530technologies.com ---

Re: [NAnt-users] Sorting fileset - FINALLY

2007-05-07 Thread Griffin Caprio
Ok, thanks to everyone for their help. Here is the final Execute method for the task that actually works: protected override void ExecuteTask() { FileSet fileset = Project.DataTypeReferences [_filesetName] as FileSet; if (fileset != null) {

Re: [NAnt-users] FW: Sorting fileset

2007-05-07 Thread Griffin Caprio
Yes, but regardless of which way I get the fileset, I'm still not having luck replacing the fileset with my new sorted one. Griffin Caprio 312.371.3869 http://blog.1530technologies.com On May 7, 2007, at 6:11 PM, Alan Guedeney wrote: > > There was an example piece already pro

Re: [NAnt-users] FW: Sorting fileset

2007-05-07 Thread Griffin Caprio
I can actually get the sorted file names into a StringCollection to set the FileSet.Asis property to. When i can call FileSet.Scan(), they would be added to the internal file name list. However, AsIs is ReadOnly. Griffin Caprio 312.371.3869 http://blog.1530technologies.com On May 7

Re: [NAnt-users] FW: Sorting fileset

2007-05-07 Thread Griffin Caprio
ughts? Griffin On May 7, 2007, at 5:13 PM, Richard Gavel wrote: > Create a new fileset and replace the existing one in the > Project.DataTypeReferences collection. That's why I suggested the > path I > did. > > -Original Message- > From: Griffin Caprio [mailto:[E

Re: [NAnt-users] FW: Sorting fileset

2007-05-07 Thread Griffin Caprio
-Original Message- > From: Griffin Caprio [mailto:[EMAIL PROTECTED] > Sent: Monday, May 07, 2007 4:37 PM > To: Richard Gavel > Cc: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Sorting fileset > > Richard, > > Thanks for your continual help. The below

Re: [NAnt-users] Sorting fileset

2007-05-07 Thread Griffin Caprio
Ok, I've actually figured out how to reference the external fileset from within my task: default.build: Now the question is, since FileSet.FileNames is read only, how can i output a new fileset? Griffin Caprio 312.371.3869 http://blog.1530technologies.com On

Re: [NAnt-users] Sorting fileset

2007-05-07 Thread Griffin Caprio
y), then create a new > fileset, > add in the individual files in whatever sorted order is > appropriate. Then > the existing fileset referenced by the refid would be replaced with > the new > one. > >> -Original Message- >> From: [EMAIL PROTECTED] >&

Re: [NAnt-users] Sorting fileset

2007-05-04 Thread Griffin Caprio
he > names in the property running them in that order. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Griffin > Caprio > Sent: Thursday, May 03, 2007 6:18 PM > To: Ryan Anthony > Cc: nant-users@lists.sourceforge.net >

Re: [NAnt-users] Sorting fileset

2007-05-03 Thread Griffin Caprio
ks to perform actions on them? I would hate to lose all of the other NAnt functionality by creating one giant custom task. Griffin Caprio 312.371.3869 http://blog.1530technologies.com On May 3, 2007, at 5:21 PM, Craig Beck wrote: > Write a fileset-like component like sequenced

Re: [NAnt-users] Sorting fileset

2007-05-03 Thread Griffin Caprio
So let's say that's not an option. Is there anything else I can do? Griffin Caprio 312.371.3869 http://blog.1530technologies.com On May 3, 2007, at 4:08 PM, Ryan Anthony wrote: > I believe the quick and dirty answer is to add a zero in front of each > single digit

[NAnt-users] Sorting fileset

2007-05-03 Thread Griffin Caprio
numerically. For example, if 10.sql was in the directory, it would be returned before 2.sql. Obviously, since these files need to be run in order, this won't do. Is there anyway I can accomplish this? Thanks, Griffin C

[Nant-users] include task not working as expected?

2005-02-14 Thread Griffin Caprio
I am having a problem converting my build from from 0.84 to 0.85 rc2. The problem lies in the task. here is my code: Here is the contents of the Properties.xml file: Running this works in 0.84, but not in 0.85rc2. NAnt complains about the Clover.home proper

[Nant-users] Mono compile error

2004-06-22 Thread Griffin Caprio
I am trying to compile NAnt under Mono, beta 3 and i keep getting this strange error: src/NAnt.DotNet/Types/ResourceFileSet.cs(86) error CS1501: No overload for method `NAnt.Core.Types.FileSet' takes `1' arguments src/NAnt.DotNet/Types/ResourceFileSet.cs(86) error CS1501: New invocation: Can no

Re: [Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Griffin Caprio
verbose output. Is this mono 0.91 or somthing more recent ? Ian Griffin Caprio wrote: Can anyone compile NAnt on Mono Beta 1 OSX? I am having a small problem. With a little bit of hacking, i was able to get the makefile to run, but now I am stuck. Below is the output of running 'make' i

[Nant-users] NAnt & Mono Beta 1

2004-05-27 Thread Griffin Caprio
Can anyone compile NAnt on Mono Beta 1 OSX? I am having a small problem. With a little bit of hacking, i was able to get the makefile to run, but now I am stuck. Below is the output of running 'make' in the root directory: build: [echo] Build Directory is /Users/griffincaprio/src/nant

[Nant-users] NAnt 0.84 & Mono CVS

2004-03-01 Thread Griffin Caprio
I am trying to build NAnt 0.84 using the latest Mono from CVS. I am getting a strange error, found below: Compilation succeeded - 4 warning(s) make linux-bootstrap-nant.dotnet mcs -target:library -define:MONO -debug -o bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll -r:bin/NDoc.Core.dll -recur

[Nant-users] readregistry task

2003-03-21 Thread Griffin Caprio
am using the example right from the Task docs. -Griffin = Griffin Caprio "Your child against mine. The winner will be hailed, the loser will be booed until my throat hurts!" - Homer Simpson to Marge __ Do you Yahoo!? Yahoo! Platinum -

[Nant-users] Installing files into VS.NET directory

2003-02-13 Thread Griffin Caprio
Is anyone installing files into the VS.NET install directory using NAnt? Is there any way to derive those kinds of properties using NAnt or is that some that needs to be done externally? -Griffin = Griffin Caprio "Your child against mine. The winner will be hailed, the loser will be

[Nant-users] Re: [nant-dev] Installing files into VS.NET directory

2003-02-13 Thread Griffin Caprio
ma and > deploy it to the VS.Net > so I could use the schema immediately... > > - Original Message - > From: "Griffin Caprio" <[EMAIL PROTECTED]> > To: "NAntDev" > <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Thursday

RE: [Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Griffin Caprio
t; This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = > Something 2 See! > http://www.vasoftware.com > ___________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listi

Re: [Nant-users] How do I include com references in a VB nant script

2003-01-13 Thread Griffin Caprio
gt; > >> > >--- > > > > > >>This SF.NET email is sponsored by: FREE SSL Guide > >>from Thawte > >>are you planning your Web Server Security? Click > >>here to get a FREE > >&

Re: [Nant-users] How do I include com references in a VB nant script

2003-01-13 Thread Griffin Caprio
re to get a FREE > Thawte SSL guide and find the answers to all your > SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lis