You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/07/26 14:25:22 UTC

[GitHub] [netbeans] eirikbakke edited a comment on issue #1278: [NETBEANS-2604] Support SVG icon loading from ImageUtilities

eirikbakke edited a comment on issue #1278: [NETBEANS-2604] Support SVG icon loading from ImageUtilities
URL: https://github.com/apache/netbeans/pull/1278#issuecomment-515474806
 
 
   OK, I found out how to avoid the error. The behavior is still a bit puzzling, because the org.apache.commons.logging module seems to behave differently than other runtime dependencies.
   
   My platform app's dependencies work like this:
   
   ```
   Application module (packaging=nbm-application), depends on:
   * platform cluster
   * My application's Branding module
   * My application's "Kit" module
   
   My application's "Kit" module (packaging=nbm):
   * org-netbeans-core-output2 (runtime dependency)
   * org-netbeans-modules-notifications (runtime dependency)
   * JDBC drivers (runtime dependency)
   * ...various other runtime dependencies...
   * org-openide-util-ui-svg
   * org-apache-commons-logging (runtime dependency)
   ```
   
   Turns out, if I move the org-apache-commons-logging dependency to the "Application" module instead of the "Kit" module, the error goes away...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists