Jump to content
Changes to the Jaspersoft community edition download ×

Jasper Server 8.0.0 runtime_dependencies folder missing


nafiesa.allie
Go to solution Solved by Yuriy Plakosh,

Recommended Posts

A number of references is made to the runtime_dependencies folder, but it does not exist and neither is the content that was available in Jasper Server 7.5 available in Jasper Server 8.0.0.  How do one obtain these or what is the workaround or new approach to access this folder's content?

  C:apache-tomcat-10.0.14webappsjasperserverWEB-INFdecoratorsdesignerMinimalImports.jsp (8 hits)
    Line 131: "${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/jquery.ui.theme.css",
    Line 131: "${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/jquery.ui.theme.css",
    Line 132: "${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/redmond/jquery-ui-1.10.4-custom.css",
    Line 132: "${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/redmond/jquery-ui-1.10.4-custom.css",
    Line 240: <link rel="stylesheet" href="${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/jquery.ui.theme.css" type="text/css" media="screen,print"/>
    Line 240: <link rel="stylesheet" href="${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/jquery.ui.theme.css" type="text/css" media="screen,print"/>
    Line 241: <link rel="stylesheet" href="${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/redmond/jquery-ui-1.10.4-custom.css" type="text/css" media="screen">
    Line 241: <link rel="stylesheet" href="${pageContext.request.contextPath}/${scriptsFolder}/runtime_dependencies/jquery-ui/themes/redmond/jquery-ui-1.10.4-custom.css" type="text/css" media="screen">

 

Link to comment
Share on other sites

  • 4 weeks later...

I think they have made some major changes in 8.0.0.

We used to do some customization to the javascript files to make changes to the interface that work well for us. Many of those changes were in scripts in the runtime_dependencies directory. As you have noticed, that directory is no longer there. It looks like they have separated out the code for the "jasperserver-ui" into a new component, which is then run through webpack, making the final code minimized and unreadable.

I guess I'm going to have to figure out how to build jasperserver-ui. There are some README files, at least. The Jasper Server Source Build Guide is useless, as it still referes to the missing runtime_dependencies directory.

Link to comment
Share on other sites

  • 1 year later...
  • 2 weeks later...

Hello raja,

 

for version 8, repository.search.actions.js is in jasperserver-ui\ce\jrs-ui\src\repository folder.

 jobModel.js is in jasperserver-ui\ce\jrs-ui\src\scheduler\model

 

Also please refer to this Dr Jaspersoft session to know how to apply UI customizations since version 8 by using Webpack 

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Thanks Domenico.

But we are using jasperserver pro version and we are using jasperserver-pro.war file for installation.

So there is no path like jasperserver-ui\ce\jrs-ui\src\scheduler\model

Below attached ss for our folder structure.

Please suggest where to get jasperserver-ui

image.png.0c900778ab72f424e9217967c73174c2.png

 

image.png.12173f57d9d2925695a10b7d289830e0.png

Link to comment
Share on other sites

To do JavaScript customizations for JRS 8.x+ the source code (not bundled chunks) should be used. The source code is provided as a separate artifact (<name>_<version>_src.zip) and is different from binary distribution (<name>_<version>_bin.zip).

Link to comment
Share on other sites

Thanks Yuriy for the response.

But in jasperserver_src.zip, below files are not present for pro version. Its only available in ce version.

 repository.search.actions.js 

 jobModel.js 

So can i use above files from ce folder inside  jasperserver_src.zip??

Same issue with notificationsTabTemplate.htm and outputTabTemplate.html

 

please advice.

 

 

image.png.3171ebcd70ad5a91c44f92510bc7cb20.png

 

image.png.6b98e23490c9e111dbbcbf256ed778c1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...