Re: AW: Default excludes and Subversion on Windows

2006-08-17 Thread Jesse Glick
Antoine Levy-Lambert wrote: I would also not make the behavior of defaultexcludes conditional upon an environment variable. Agreed. Env vars make builds less reproducible and that is bad. -J. -- [EMAIL PROTECTED] x22801 netbeans.org ant.apache.org http://google.com/search?q=e%5E%28pi

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Antoine Levy-Lambert
ienne" <[EMAIL PROTECTED]> An: "Ant Developers List" Betreff: Re: AW: Default excludes and Subversion on Windows > > Accessing environment variables from Java is a hack. Do we want to > always > > execute it? In case of failure, normal build execution can be affecte

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Dominique Devienne
Accessing environment variables from Java is a hack. Do we want to always execute it? In case of failure, normal build execution can be affected, even if people do not care about "_svn" directory names. Not in JDK 1.5+ anymore. But I agree than fetching the env if that user hasn't explicitly don

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Alexey Solofnenko
Accessing environment variables from Java is a hack. Do we want to always execute it? In case of failure, normal build execution can be affected, even if people do not care about "_svn" directory names. - Alexey. On 8/15/06, Martijn Kruithof <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote:

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Martijn Kruithof
[EMAIL PROTECTED] wrote: "... the svn command line client and svnversion now treat the environment variable SVN_ASP_DOT_NET_HACK specially on Windows. If this variable is set (to any value), they will use "_svn" instead of ".svn". We recommend that all Subversion clients running on Windows take a