[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7085) AS provided classpath contains doubled entries

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Nov 3 03:13:01 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-7085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561009#action_12561009 ] 

Rob Stryker commented on JBIDE-7085:
------------------------------------

After discussions with some people who are familiar with AS classloading, I will add the jars in the following order, and I will remove the 'sort' that is going on now. 
  <AS_HOME>common/lib
  <AS_HOME>/lib,
  <AS_HOME>/server/{config}/lib
  <AS_HOME>/client

I will leave the jars on in this specific order, and I will remove duplicates *IFF* they have the same name and filesize. In the case of different filesizes, the duplicate jars will still be added but the toolset should compile against the same order as the server. Best solution, I'm getting to work on it.  


> AS provided classpath contains doubled entries
> ----------------------------------------------
>
>                 Key: JBIDE-7085
>                 URL: https://jira.jboss.org/browse/JBIDE-7085
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.2.0.M2
>            Reporter: Lukas Jungmann
>            Assignee: Rob Stryker
>             Fix For: 3.2.0.Beta2
>
>         Attachments: screenshot.png
>
>
> -create new dynamic web project with target server set to some JBossAS
> -expand runtime node in a webapp
> => see attached screenshot - runtime's classpath contains duplicated entries - for example antlr.jar from $AS/client and $AS/common/lib - only one jar should be included instead

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list