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

<project ...>
   <property name = "base_dir" value = "."/>
   <property name = "a_project_path" value =
   "${base_dir}\ProjectFolder"/>
   ...
   <target ...>
      <sources>
         <include name = "${a_project_path}\*.cs"/>
         ...
      </sources>
   </target>
   ...
</project>

whereas

<include name = "ProjectFolder\*.cs"/>

inserted instead works fine.

Shouldn't "${a_project_path}\*.cs" and "ProjectFolder\*.cs" resolve to
the same place?

Cheers

TF
-- 
  Tripp Foxx
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - A no graphics, no pop-ups email service



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to