You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Introduction
4
4
5
-
utPLSQL for SQL Developer extends Oracle's SQL Developer to
5
+
utPLSQL for SQL Developer extends Oracle's SQL Developer to
6
6
7
7
* run utPLSQL unit tests
8
8
* debug utPLSQL unit tests
9
-
* run utPLSQL code coverage reports
9
+
* run utPLSQL code coverage reports
10
10
* generate utPLSQL unit tests (skeletons)
11
11
* provide utPLSQL annotations and expectations as snippets
12
12
@@ -18,7 +18,7 @@ In the Connections window, select a connection or one or more packages or packag
18
18
19
19
### Debug utPLSQL test
20
20
21
-
Select the tests to debug, the same way you would if you were just running them, but select `Debug utPLSQL test...` in the context menu.
21
+
Select the tests to debug, the same way you would if you were just running them, but select `Debug utPLSQL test...` in the context menu.
22
22
23
23
And then the PL/SQL Debugger is called for the generated, anonymous PL/SQL block.
24
24
@@ -32,11 +32,11 @@ The initialization timeout for the realtime reporter is increased to 1 hour. The
32
32
33
33
In the Connections window, select a connection or one or more packages for a code coverage report.
34
34
35
-
In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.
35
+
In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.
Press `Run` to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press `Cancel`.
39
+
Press `Run` to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press `Cancel`.
40
40
41
41
The HTML report is shown in your default browser.
42
42
@@ -89,7 +89,7 @@ utPLSQL for SQL Developer implements the [OddgenGenerator2 interface](https://ww
89
89
* run existing utPLSQL test suitepaths and test suites
90
90
* bulk generate new utPLSQL unit tests into dedicated files
91
91
92
-
The use of [oddgen for SQL Developer](https://www.oddgen.org/) is optional.
92
+
The use of [oddgen for SQL Developer](https://www.oddgen.org/) is optional.
93
93
94
94
#### Run utPLSQL test
95
95
@@ -128,6 +128,7 @@ Binary releases are published [here](https://github.com/utPLSQL/utPLSQL-SQLDevel
128
128
4. Use the ```Search Update Center``` option and select the ```salvis.com``` update center to install the lastest version of ```utPLSQL for SQL Developer```.
129
129
130
130
## Issues
131
+
131
132
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).
@@ -142,23 +143,23 @@ Please file your bug reports, enhancement requests, questions and other support
142
143
3.[Create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/), commit and publish your changes and enhancements
143
144
4.[Create a pull request](https://help.github.com/articles/creating-a-pull-request/)
144
145
145
-
## How to Build
146
146
## How to Build
147
147
148
-
1.[Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 21.4.3
149
-
2.[Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.8.6
150
-
3.[Download](https://git-scm.com/downloads) and install a git command line client
151
-
4. Clone the utPLSQL-SQLDeveloper repository
152
-
5. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
148
+
1.[Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 24.3.1
149
+
2. Download and install a JDK 17 or newer
150
+
3.[Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.9.16
151
+
4.[Download](https://git-scm.com/downloads) and install a git command line client
152
+
5. Clone the utPLSQL-SQLDeveloper repository
153
+
6. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
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
161
-
7. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory can be installed within SQL Developer
161
+
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
162
+
8. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory can be installed within SQL Developer
0 commit comments