[jbosstools-issues] [JBoss JIRA] Assigned: (JBIDE-1114) Fix Classpath entry <jboss as related classpath container> will not be exported or published

Max Andersen (JIRA) jira-events at lists.jboss.org
Thu Oct 18 08:32:05 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-1114?page=all ]

Max Andersen reassigned JBIDE-1114:
-----------------------------------

    Assignee: Rob Stryker  (was: Max Andersen)

I've fixed it for org.jboss.ide.eclipse.as.classpath.core.runtime.ProjectRuntimeInitializer by adding the lines to plugin.xml in org.jboss.ide.eclipse.as.core

I couldn't add it to the .classpath. plugins since they don't depend on the plugin with the classpathdep, but at the same time as.core does not depend on our .classpath. plugins.

Rob - could you check if this "incomplete" dependency is ok by you ? And check if other classpath id's would be relevant to add to that list of filtered classpath containers ?

See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=185176 for info about this new feature in wtp 2

> Fix Classpath entry <jboss as related classpath container> will not be exported or published
> --------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-1114
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1114
>             Project: JBoss Tools
>          Issue Type: Task
>          Components: JBossAS
>    Affects Versions: 2.0.0.Beta4
>            Reporter: Max Andersen
>         Assigned To: Rob Stryker
>             Fix For: 2.0.0.CR1
>
>
> This:
> Classpath entry org.jboss.ide.eclipse.as.classpath.core.runtime.ProjectRuntimeInitializer/JBoss 4.2 Runtime will not be exported or published. Runtime ClassNotFoundExceptions may result. 
> is fixable by having the following in plugin.xml:
>  <extension
>          point="org.eclipse.jst.j2ee.classpathdep">
>       <filteredClasspathContainer
>             containerID="org.jboss.ide.eclipse.as.classpath.core.runtime.ProjectRuntimeInitializer">
>       </filteredClasspathContainer>

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

        



More information about the jbosstools-issues mailing list