Searched refs:javaExe (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/dev-tools/scripts/
H A DsmokeTestRelease.py39 def javaExe(version): function
51 s = os.popen('%s; java -version 2>&1' % javaExe(version)).read()
440 run('%s; ant validate' % javaExe('1.7'), '%s/validate.log' % unpackPath)
443 run('%s; ant -lib %s/apache-rat-0.8.jar rat-sources' % (javaExe('1.7'), tmpDir), '%s/rat-sources.log' % unpackPath)
447 run('%s; ant test' % javaExe('1.5'), '%s/test.log' % unpackPath)
448 run('%s; ant jar' % javaExe('1.5'), '%s/compile.log' % unpackPath)
452 run('%s; ant javadocs' % javaExe('1.5'), '%s/javadocs.log' % unpackPath)
459 run('%s; ant test' % javaExe('1.6'), '%s/test.log' % unpackPath)
463 run('%s; ant javadocs' % javaExe('1.6'), '%s/javadocs.log' % unpackPath)
466 run('%s; ant test' % javaExe('1.
[all...]

Completed in 14 milliseconds