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

Commit3bb1309

Browse files
update how to build section
1 parentb000d9c commit3bb1309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Please file your bug reports, enhancement requests, questions and other support
144144

145145
##How to Build
146146

147-
1.[Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer20.2.0
148-
2.[Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.6.3
147+
1.[Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer21.4.2
148+
2.[Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.8.3
149149
3.[Download](https://git-scm.com/downloads) and install a git command line client
150150
4. Clone the utPLSQL-SQLDeveloper repository
151151
5. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
@@ -154,7 +154,7 @@ Please file your bug reports, enhancement requests, questions and other support
154154

155155
6. Run maven build by the following command
156156

157-
mvn -Dsqldev.basedir=/Applications/SQLDeveloper20.2.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
157+
mvn -Dsqldev.basedir=/Applications/SQLDeveloper21.4.2.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
158158

159159
Amend the parameter sqldev.basedir to match the path of your SQL Developer installation. This folder is used to reference Oracle jar files which are not available in public Maven repositories
160160
7. The resulting file```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the```target``` directory can be installed within SQL Developer

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp