|
|
|
|
|
Re: Problem upgrading workspace to 3.5 [message #503692 is a reply to message #503679] |
Tue, 15 December 2009 11:28 |
Oyvind Johansen Messages: 3 Registered: July 2009 |
Junior Member |
|
|
I am having this behaviour also and it is really getting on my nerves since I liked seeing my libraries under the Java Resource. It's not that it is a showstopper, but I would love to be able to see them like in the good old days.
Gustavo Fossati wrote on Tue, 15 December 2009 05:13 | Choose "Package Presentation > Flat" and by happy
|
This solution "works" but it does tell more about where the error is than being really helpful to me. With about 400 java classes my project gets very crowded when I present the packages in a flat manner.
For all that it's worth my project settings looks like so:
.project:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CarAdmin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
org.eclipse.wst.common.component:
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="CarAdmin">
<wb-resource deploy-path="/" source-path="/www"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<property name="java-output-path" value="build/classes"/>
<property name="context-root" value="/CarAdmin"/>
</wb-module>
</project-modules>
org.eclipse.wst.common.project.facet.core.xml:
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v6.0"/>
<fixed facet="jst.java"/>
<fixed facet="jst.web"/>
<installed facet="jst.java" version="6.0"/>
<installed facet="jst.web" version="2.4"/>
</faceted-project>
and finally org.eclipse.jst.jsp.core.prefs:
#Tue Nov 03 11:42:34 CET 2009
eclipse.preferences.version=1
jsp-content-type/<project>=text/html
jsp-language/<project>=java
I'd be helpful to provide more information as needed to help solve this riddle
Edit: bad typo
[Updated on: Tue, 15 December 2009 11:28] Report message to a moderator
|
|
|
|
|
|
|
Re: Problem upgrading workspace to 3.5 [message #515290 is a reply to message #510561] |
Thu, 18 February 2010 11:15 |
Tomas Messages: 1 Registered: February 2010 |
Junior Member |
|
|
Alright,
but if you remove that additional source folder, you are back. Another workaround is to 'customize view...' and deselect Empty parent package, so it will be shown. Then it is possible to use nice Hierarchical presentation.
Anyway, this is serious JDT? bug to me, because if the '.project' is desired to be in the repository (in unified environment e.g.), you cannot simply checkout and go because error appears also in such case, BUT it can be checked out using wizard to create new project...
[Updated on: Thu, 18 February 2010 11:23] Report message to a moderator
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05926 seconds