Opened 17 years ago
Closed 17 years ago
#614 closed defect (fixed)
Cannot edit a plug-in definition when the plug-in jar is missing
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.3.1 |
Component: | web | Version: | trunk |
Keywords: | Cc: |
Description
I changed my plug-in jar file name from oldname.jar to newname.jar. That is, oldname.jar is removed from the server. Trying to changed the plug-in definition to reflect the new name I get
JAR file not found: /path/to/base/www/plugins/se/lu/thep/affymetrix/oldname.jar
when I click on the 'edit' button. In my case, creating a symbolic link ln -s newname.jar oldname.jar
temporarily while editing allows me to change to the new jar file.
Change History (3)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Component: | core → web |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3437]) Fixes #614: Cannot edit a plug-in definition when the plug-in jar is missing