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

[Patch] Allow creating SWIG build targets without a JDK

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Sun, 24 Mar 2013 17:00:41 -0700

[[[
Follow up to r1354410 which dropped the JavaHL targets in the absence of a jdk.
It appears to contain an copy-paste-o that also removes the swig targets in
the absence of a jdk.

 * build/generator/gen_win.py
   (get_install_targets): Drop the line the removes the swig targets when there
    is no jdk.
]]]

------------------------------------------------------------------------
Index: build/generator/gen_win.py
===================================================================
--- build/generator/gen_win.py (revision 1460195)
+++ build/generator/gen_win.py (working copy)
@@ -401,7 +401,6 @@
       install_targets = [x for x in install_targets
                                      if not (isinstance(x, gen_base.TargetJava)
                                              or isinstance(x,
gen_base.TargetJavaHeaders)
- or isinstance(x,
gen_base.TargetSWIGProject)
                                              or x.name == '__JAVAHL__'
                                              or x.name == '__JAVAHL_TESTS__'
                                              or x.name == 'libsvnjavahl')]
Received on 2013-03-25 01:01:13 CET

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.