-
OneDev
changed state to 'Closed' 4 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 4 years ago
Previous Value Current Value Closed
Released
-
State changed as build #2222 is successful
-
Thanks for reporting the bug. Please re-create the plugin with latest 6.2.2 archetype
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Issue Votes (0)
Trying to develop a standalone plugin (import redmine issues). I've setup Eclipse following this excellent guide: https://code.onedev.io/projects/162/blob/main/pages/develop-standalone-plugins.md
On first start and after enter initial user information, I got exception below.
The reason seems to be a too old version of
commons-codec-1.2.jarin the Eclipse project Maven dependencies.onedev-6.2.1.zipcontains version1.7of commons codec.commons-io-2.5.jaris also older then version2.7inonedev-6.2.1.zip. Maybe there are more version differences...Any idea how to update/fix the Eclipse project?