You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just built head with the installable-jar profile. It produces a jar for each of share and the repo as expected. I attempted to load these into an SDK3 project and while some of the UI elements were available like the document lib actions and the admin console "tab". The document lib actions failed to execute (and did not have icons.) The admin console "tab" loaded but the main content area that usually has the js console was empty.
I don't have time to investigate this right now, so just reporting it. If I get some time, I'll come back to this and provide more details/analysis.
The text was updated successfully, but these errors were encountered:
@binduwavell
The same issue for me...
It seems web resources are missing in the final jar. Workaround
I just changed the fileset definition in the assembly.xml from: <fileSet> <directory>${project.basedir}/src/main/web</directory> ..... </fileSet>
to <fileSet> <directory>${project.basedir}/src/main/amp/web</directory> ..... </fileSet>
I did not any test with the SDK but it works into a runtime environment (I installed the final share jar into tomcat/share/WEB-INF/lib)
I just built head with the installable-jar profile. It produces a jar for each of share and the repo as expected. I attempted to load these into an SDK3 project and while some of the UI elements were available like the document lib actions and the admin console "tab". The document lib actions failed to execute (and did not have icons.) The admin console "tab" loaded but the main content area that usually has the js console was empty.
I don't have time to investigate this right now, so just reporting it. If I get some time, I'll come back to this and provide more details/analysis.
The text was updated successfully, but these errors were encountered: