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
Merge remote-tracking branch 'upstream/master' into customizeEntrydlg
* upstream/master:
ide-setup updated (#5915)
Added update method to typePropertyListeners (#5917)
Bump mariadb-java-client from 2.5.3 to 2.5.4 (#5914)
Bump org.beryx.jlink from 2.17.0 to 2.17.1 (#5913)
@@ -146,17 +146,17 @@ Under Ubuntu Linux, you can follow the [documentation from the Ubuntu Community]
146
146
5. Now you can also select "jabref [run]" and either run or debug the application from within IntelliJ.
147
147
* Equivalently, this can also be executed from the terminal by running `./gradlew run`.
148
148
149
-
150
149
### Setup for Eclipse
151
150
152
-
1. Run `./gradlew run` to generate all resources and to check if jabref runs.
151
+
1. Run `./gradlew run` to generate all resources and to check if JabRef runs.
153
152
* The JabRef GUI should finally appear.
154
153
* This step is only required once.
155
154
2. Run `./gradlew eclipse`
156
155
* **This must always be executed, when there are new upstream changes.**
157
-
3. Copy the file `Log4jPlugins.java` from `build\generated\sources\annotationProcessor\java\main\org\jabref\gui\logging\plugins` to `src/main/java/org/jabref/gui/logging/plugins/`
156
+
3. Copy the file `Log4jPlugins.java` from `build/generated/sources/annotationProcessor/java/main/org/jabref/gui/logging/plugins` to `src/main/java/org/jabref/gui/logging/plugins/`
158
157
* Usually, the folder `plugins` must be created for that.
159
-
4. Open or import the existing project in Eclipse as Java project. Import as gradle project will not work correctly.
158
+
4. Open or import the existing project in Eclipse as Java project.
159
+
* Remark: Importing it as gradle project will not work correctly.
160
160
5. Create a run/debug configuration for the main class `org.jabref.JabRefLauncher` and/or for `org.jabref.JabRefMain` (both can be used equivalently)
161
161
* In the tab "Arguments" of the run/debug configuration, enter the same runtime VM arguments as above for intelliJ:
162
162
* Set "VM Arguments" to:
@@ -189,7 +189,7 @@ Under Ubuntu Linux, you can follow the [documentation from the Ubuntu Community]
0 commit comments