[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Curiosity in default.build

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-12-28 23:28:23 CET

Hi folks,

Default.build now contains this construct:

        <include buildfile="default.build.user"
if="${file::exists('default.build.user')}"/>
        <include buildfile="default.build.user.tmpl"
unless="${file::exists('default.build.user')}"/>

The tmpl file will be just about useless unless it happens to match the
same paths that Stefan uses. To help people who haven't switched over to
the new default.build.user file it might be better to pick up
toolpaths.build instead

        <include buildfile="toolpaths.build"
if="${file::exists('toolpaths.build')}"
unless="${file::exists('default.build.user')}"/>

Does that make sense? Or the build could simply fail if there is no
default.build.user.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 28 23:28:02 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.