Bug ID | 1231347 |
---|---|
Summary | javapackages-tools should require which |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Java |
Assignee | java-maintainers@suse.de |
Reporter | dmueller@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
$ grep which /usr/share/java-utils/java-functions JAVACMD=$(which java 2>/dev/null || :) local cmd=$(which xmvn-resolve 2>/dev/null || :) this is sourced by tomcat, and it fails to start if which is not found. it should require which (either javapackage-tools or tomcat)