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

Re: Curiosity in default.build

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-12-29 09:57:28 CET

Simon Large wrote:
> 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.

As of revision 5280
the build will now fail if default.build.user doesn't exist.
toolpaths.build is obsolete and was replaced by default.build.user, so
we must not fall back to that file.

Stefan

-- 
        ___
   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 Thu Dec 29 09:57:59 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.