| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
utPLSQL for SQL Developer extends Oracle's SQL Developer by context menu entries and keyboard shortcuts for running utPLSQL unit tests from the Connections window or the PL/SQL editor.
Set your preferences to change the behaviour of utPLSQL within SQL Developer.
Binary releases are published here.
Start SQL Developer
Select Check for Updates… in the help menu.
Use the Install From Local File option to install the previously downloaded utplsql_for_SQLDev_*.zip file.
Please file your bug reports, enhancement requests, questions and other support requests within Github's issue tracker.
Download and install SQL Developer 17.4.0
Download and install Apache Maven 3.5.2
Download and install a git command line client
Clone the utPLSQL-SQLDeveloper repository
Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
cd sqldev
Run maven build by the following command
mvn -Dsqldev.basedir=/Applications/SQLDeveloper17.4.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
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
The resulting file utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip in the target directory may be installed within SQL Developer
utPLSQL for SQL Developer is licensed under the Apache License, Version 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
| Back | FazBrowse Home | New Git URL |