Re: Java EE Module dependencies not showing dependent JARs [message #481912] |
Mon, 24 August 2009 13:29  |
Eclipse User |
|
|
|
Copying this to the eclipse.webtools group.
Valdis wrote:
> Hi everybody,
>
> I've a slight problem with my Java EE properties in a project.
>
> I'm using one Utility project that houses all the code and 3rd party
> jars that the project needs and one Dynamic Web project that is
> referencing the Utility project and is deployed in Tomcat 5.5 (in the
> Servers view).
>
> The problem is that in the Utility project the Java EE Module
> Dependencies view is empty - no errors, just an empty table. From what
> I've read in various sites churned out by Google is that this view
> should be populated with a list of the jars referenced in the build path
> if an EAR or Dynamic Web project is referencing this project. For some
> reason it's not happening and when I start up Tomcat it fails miserably
> because it can't see the referenced JARs in the Utility project.
> Obviously I'm missing something, but I can't figure out what exactly.
>
> Eclipse version is: 3.5 (Build id: 20090621-0832)
>
> project file for the Utility project:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <projectDescription>
> <name>XXXXX</name>
> <comment></comment>
> <projects>
> </projects>
> <buildSpec>
> <buildCommand>
> <name>org.eclipse.wst.common.project.facet.core.builder</name >
> <arguments>
> </arguments>
> </buildCommand>
> <buildCommand>
> <name>org.eclipse.jdt.core.javabuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> <buildCommand>
> <name>org.eclipse.wst.validation.validationbuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> </buildSpec>
> <natures>
> <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
> <nature>org.eclipse.jdt.core.javanature</nature>
> <nature>org.eclipse.team.cvs.core.cvsnature</nature>
> <nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
> <nature>org.eclipse.wst.common.project.facet.core.nature</nature >
>
> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
> <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
> </natures>
> </projectDescription>
>
> project contents for the Dynamic Web project:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <projectDescription>
> <name>XXXXX-POC</name>
> <comment></comment>
> <projects>
> <project>XXXXX_3036_2</project>
> </projects>
> <buildSpec>
> </buildSpec>
> <natures>
> <nature>org.eclipse.wst.common.project.facet.core.nature</nature >
> <nature>org.eclipse.jdt.core.javanature</nature>
>
> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
> <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
> </natures>
> </projectDescription>
>
> Please let me know of any other settings, details you need to know in
> order to help me get this thing sorted out.
>
>
> Regards,
> Valdis
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03155 seconds