ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/lib-src/README
Revision: 1.4
Committed: Sat Sep 10 16:24:43 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +7 -0 lines
Log Message:
add JTRegModuleHelper.class to jtreg.jar

File Contents

# Content
1 This directory contains sources and breadcrumbs to build jtreg as
2 checked in to jsr166/lib.
3
4 Peruse ./build-jtreg after exploding the tarball.
5
6 Somehow JTRegModuleHelper.class did not get included in jtreg.jar.
7 To avoid
8 [jtreg] Cannot find class java/lang/reflect/JTRegModuleHelper.class to init patch directory
9 I hand compiled JTRegModuleHelper.java and updated jtreg.jar
10 javac -d . -cp ../../../jsr166/lib/\* ./src/share/classes/java/lang/reflect/JTRegModuleHelper.java
11 jar uf ../../../jsr166/lib/jtreg.jar java