Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit949fb1d

Browse files
committed
7903588: asmtool can't be build by JDK 20 and above
1 parent25f829b commit949fb1d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎build/build.xml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ Other values for TARGET are:
174174
<targetname="-check-java-version?">
175175
<echo></echo>
176176
<conditionproperty="check-java-version.passed">
177-
<matchespattern="1[789]+.*"string="${ant.java.version}"/>
177+
<or>
178+
<matchespattern=".*1[789]+.*"string="${ant.java.version}"/>
179+
<matchespattern=".*2\d.*"string="${ant.java.version}"/>
180+
</or>
178181
</condition>
179182
<failunless="check-java-version.passed">
180183
.${line.separator}${line.separator}

‎build/productinfo.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ PRODUCT_NAME = asmtools
2727
PRODUCT_JAR_NAME =asmtools.jar
2828
PRODUCT_VERSION =8.0
2929
PRODUCT_MILESTONE =ea
30-
PRODUCT_BUILDNUMBER =09
30+
PRODUCT_BUILDNUMBER =10
3131
PRODUCT_NAME_LONG =Java Assembler Tools

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp