-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third Party dependencies are not resolved #296
Comments
Hi @panzerj , thanks for reporting this issue. I've been able to reproduce the issue. Findings after quick first investigation:
I cannot yet propose or create a fix for this issue, since it will require more investigation. In the meantime, there might be some possible workarounds:
Do you have a reference to other specific packages that cause this issue? (Next to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ... (check one with "x")
Expected Behavior
Dependencies from the WEB-NIF/lib directory should be resolved so that they can be used in the dynamic extension
Current Behavior
The dependencies are not resolved. For example, if I simply add the line
private final static Log log = LogFactory.getLog(SetDescriptionWebScript.class);
into the SetDescriptionWebScript in the example project (maven-sdk4), the extension does not start any more:
This behaviour applies also to all other third party libraries I use although they are available in alfresco´s lib folder.
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: