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

[PATCH] Add missing definition for ruby to build/win32/make_dist.conf.template

From: G.J. Doornink <dkg_at_xs4all.nl>
Date: 2007-10-29 23:43:05 CET

Currently make_dist.py generates the following error.

make_dist: Creating ruby gem
Traceback (most recent call last):
  File "build\win32\make_dist.py", line 431, in _make_dist
    rubycmd = '"%s" "%s" --output-dir="%s"' % (cfg.get('tools', 'ruby'),
  File "C:\PROGRA~1\Python24\lib\ConfigParser.py", line 520, in get
    raise NoOptionError(option, section)
NoOptionError: No option 'ruby' in section: 'tools'
make_dist: Exit 1

The following patch fixes this.

[[[
Add missing definition for ruby to [tools] section of
make_dist.conf.template

* build/win32/make_dist.conf.template
  Add ruby definition to [tools] section.

Patch by: G.J. Doornink
]]]

-- 
G.J. Doornink <dkg@xs4all.nl>

Index: build/win32/make_dist.conf.template
===================================================================
--- build/win32/make_dist.conf.template (revision 27474)
+++ build/win32/make_dist.conf.template (working copy)
@@ -9,3 +9,4 @@
 nmake = C:/Program Files/Microsoft Visual Studio/VC98/Bin/NMAKE.EXE
 jar = C:/Program Files/Java/jdk1.5.0_04/bin/jar.exe
 zip = zip.exe
+ruby = C:/Program Files/ruby/bin/ruby.exe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 29 23:48:05 2007

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

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