Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Maven
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Maven
JS not being loaded
Arthur Harkivsky
Greenhorn
Posts: 15
posted 6 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How to solve this?
Removing of / prefix did not helped.
Plugin loaded without errors.
REST works.
<?xml version="1.0" encoding="UTF-8"?> <atlassian-plugin key="${atlassian.plugin.key}" name="${project.name}" plugins-version="2"> <plugin-info> <description>${project.description}</description> <version>${project.version}</version> <vendor name="${project.organization.name}" url="${project.organization.url}" /> <param name="plugin-icon">images/pluginIcon.png</param> <param name="plugin-logo">images/pluginLogo.png</param> </plugin-info> <resource type="i18n" name="i18n" location="com.x.jira.plugin-y" /> <web-resource key="com.x.jira.plugin-y-resources" name="com.x.jira.plugin-y Web Resources"> <dependency>com.atlassian.auiplugin:ajs</dependency> <resource type="download" name="bootstrap.table.css" location="/css/vendor/bootstrap.table.min.css" /> <resource type="download" name="com.x.jira.plugin-y.css" location="/css/com.x.jira.plugin-y.css" /> <resource type="download" name="jquery.js" location="/js/vendor/jquery-3.3.1.min.js" /> <resource type="download" name="bootstrap-table.js" location="/js/vendor/bootstrap-table-1.13.1.min.js" /> <resource type="download" name="com.x.jira.plugin-y.js" location="/js/com.x.jira.plugin-y.js" /> <resource type="download" name="images/" location="/images" /> <context>atl.general</context> </web-resource> <rest name="x Object" i18n-name-key="x-object.name" key="x-object" path="/y" version="1.0"> <description key="x-object.description">The x Object REST Plugin</description> </rest> </atlassian-plugin>
Arthur Harkivsky
Greenhorn
Posts: 15
posted 6 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
POM
https://pastebin.com/HZZpTnic
Arthur Harkivsky
Greenhorn
Posts: 15
posted 6 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
JIRA plugin*
The happiness of your life depends upon the quality of your thoughts -Marcus Aurelius ... think about this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Exception preloading servlet
Struts2 with Rest service URL not working
jsf tutorial
Funny exception with StringBuffer with jsf
RE: Using jQuery with JSF 2.0's resource
More...