Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » java-output-path in org.eclipse.wst.common.component file
java-output-path in org.eclipse.wst.common.component file [message #550261] Thu, 29 July 2010 16:08
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Hi there!
I have a question about the property java-output-path that I find in the
file org.eclipse.wst.common.component file under .settings folder of a
Dynamic Web Project.
On some old projects (imported from a Galileo workspace) I have that
property defined as:

<property name="java-output-path"/>

so, with no associated value.

On a brand new project, created with Helios, I have that property
defined as:

<property name="java-output-path" value="/MyProjectName/build/classes"/>

In this example the dynamic web project is called MyProjectName and it
is located in the default /MyProjectName folder within the workspace.
However, after changing the project name to MyNewProjectName (or after
creating a copy 'n' paste of MyProjectName into MyNewProjectName), I see
that the java-output-path value is not updated with the new project
folder location.

However, if I do a right-click | Properties | Java Build Path on
MyNewProjectName project, I see that the "Default output folder" is set
correctly to MyNewProjectName/build/classes: that is, the
java-output-path wrong value of MyProjectName/build/classes is not
considered.

Is there any bug here? What is the expected behaviour?

Thanks in advance,
Mauro.
Previous Topic:how to create App Server specific deployment descriptors with WTP
Next Topic:HELP: Does WTP have a way to extend the TLD loading
Goto Forum:
  


Current Time: Thu Apr 25 21:17:05 GMT 2024

Powered by FUDForum. Page generated in 0.02913 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top