Re: [NAnt-users] Mailing list help

2009-08-28 Thread Bob Archer
Just subscribe to the list from your new email address. See the URL below to find directions on how to do this. BOb > -Original Message- > From: Ales Vojacek [mailto:al...@fbl.cz] > Sent: Friday, August 28, 2009 4:08 PM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Mai

[NAnt-users] Mailing list help

2009-08-28 Thread Ales Vojacek
Hi all, because of changing our infrastucture, I need to change email address for this conversation, how can I do that? A. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify y

Re: [NAnt-users] Nant properties Evaluation

2009-08-28 Thread Ales Vojacek
Oh, great thx, xmlpeek is may be solution, I will think about use file for every propery and use load into propertie, xml file is better solution and may be the boot.build is better for me. I can prepare all stuff properies and so for main build and than do thinks like before. Many many thanks. B

Re: [NAnt-users] Using JScript.NET to implement a function

2009-08-28 Thread Bob Archer
> > Hmm... I use C#. How complex if the function you want to write? Is > there a reason you can use C#? > > > > BOb > > > OK, I was hoping to use a language that I already know. And > JScript.NET > is supposed to be supported, right? I guess so. But since I have never used it I can't help you. P

Re: [NAnt-users] Nant properties Evaluation

2009-08-28 Thread Bob Archer
Oh right... I didn't think of that. So, you have 3 build files... boot.build <- run the exec to generate rev.build rev.source <- the template file for rev.source main.build <- your primary build file which has an include rev.build at the top. So, you start your build calling boot.build. It runs t

Re: [NAnt-users] Nant properties Evaluation

2009-08-28 Thread Ales Vojacek
Yes that is what I want to do, but include is not possible to do inside target and I cannot to do that on top of build file since the file does not exists. A. Bob Archer napsal(a): >> Bob Archer napsal(a): >> Hi all, I have another problem. I have nant build script which uses s

Re: [NAnt-users] Using JScript.NET to implement a function

2009-08-28 Thread Mike Frederick
Bob Archer wrote: >> Bob Archer wrote: >> I am very familiar with JScript, but not with JScript.NET or C#. I want to write a function in JScript.NET that I can use in my NAnt script. I currently have: ${script::testfunc()}

Re: [NAnt-users] Nant properties Evaluation

2009-08-28 Thread Bob Archer
> Bob Archer napsal(a): > >> Hi all, > >> I have another problem. > >> I have nant build script which uses subwcrev, which take revision, > last > >> date change and so from svn and use this for replace some strings in > >> file. > >> I use this way. > >> I have source file named rev.source like th

Re: [NAnt-users] Nant properties Evaluation

2009-08-28 Thread Ales Vojacek
Yes I have xmlns="http://nant.sf.net/release/0.85/nant.xsd"; in all files, but the projcet name is not same, anyway if I set same name of project id works same. I saw on Inet some sort of problems with namespaces in 0.86, but I have it in all files and It is same. May be the problem is that afte

Re: [NAnt-users] Nant properties Evaluation

2009-08-28 Thread Bob Archer
> Hi all, > I have another problem. > I have nant build script which uses subwcrev, which take revision, last > date change and so from svn and use this for replace some strings in > file. > I use this way. > I have source file named rev.source like this : > > http://nant.sf.net/release/0.85/nant.

Re: [NAnt-users] Nant call parent Tasks in nested build files

2009-08-28 Thread Bob Archer
> Hi All, > I have two build files > one which I will execute with nant > > > > > > > > > > > second nested ”second.build” > > > > >

[NAnt-users] Nant properties Evaluation

2009-08-28 Thread Ales Vojacek
Hi all, I have another problem. I have nant build script which uses subwcrev, which take revision, last date change and so from svn and use this for replace some strings in file. I use this way. I have source file named rev.source like this : http://nant.sf.net/release/0.85/nant.xsd"; default="Set