RE: [NAnt-users] basedir and 'relative' paths elsewhere

2005-12-04 Thread Tripp Foxx
Budste Ah, that's a much better solution - I didn't notice the basedir on sources (which is why I was resorting to using project-level properties). At the same time, I have to admit my initial question is solved too: user error! My examples will resolve to the same address but only if I use ${} a

RE: [NAnt-users] basedir and 'relative' paths elsewhere

2005-12-04 Thread budtse
You should use the basedir property of the sources folder, like this : Budtse -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Tripp Foxx Verzonden: zondag 4 december 2005 19:36 Aan: nant-users@lists.sourceforge.net Onderwerp: [NAnt-users] ba

[NAnt-users] basedir and 'relative' paths elsewhere

2005-12-04 Thread Tripp Foxx
Hi I have my .build file in the parent directory of each of my projects. basedir is set to '.'. Am wondering why the following 'include sources' using a property doesn't resolve the path correctly ... ... ... whereas inserted instead w

Re: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-12-04 Thread Ponvannan P
Hi All. Thanks for Your valuable Reply. I found Solution on yesterday.. change the script on Views on Respective VOB's to get specific Files. the syntax is Below.. GETTING FILES FROM VIEW BY LABELS element * CHECKEDOUT element * Ponst1 - LABEL NAM

Re: [Nant-users] double quotes in buildfile

2005-12-04 Thread Gary Feldman
Thibaut Barrère wrote: Hi Koen use " inside " (ie : OriginalValue="value="true""). The double quote is a special character in XML and must be escaped. See this page http://www.mountaindragon.com/html/iso.htm for more informations. It's better to just use single quotes for the XML quotes,

Re: [Nant-users] Usage question

2005-12-04 Thread Gary Feldman
Robert Schneider wrote: 1. I have done all with a normal editor. Xml doesn't seem to be advantageous in my case. How could I benefit from the xml format? What do you do with it? XML is a pretty hideous language for human use. I seem to remember someone saying a while back that the inventor

RE: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-12-04 Thread matt_trentini
I've also created a bunch of ClearCase tasks that I intend to submit shortly. Although they won't help with updating views they will help you check files in and out, make branches etc. They are based on these Ant tasks: http://ant.apache.org/manual/OptionalTasks/clearcase.html They were wri