Bug 373663 - Always separate the Java Output Folder from the Java Source Folder
Summary: Always separate the Java Output Folder from the Java Source Folder
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.2.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.5 P   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on: 287164 372683
Blocks: 373136
  Show dependency tree
 
Reported: 2012-03-08 11:22 EST by Carl Anderson CLA
Modified: 2012-03-22 10:51 EDT (History)
3 users (show)

See Also:
cbridgha: review+


Attachments
The same fix as 3.4.0 (2.07 KB, patch)
2012-03-08 11:54 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2012-03-08 11:22:52 EST
This bug is to backport this fix to 3.3.2 P

+++ This bug was initially created as a clone of Bug #372683 +++

As can be shown by bug 363863 , configurations which have been supported by WTP up until now - the allowance of the creation of various projects with the default source folder being mapped to the default output folder - will be marked as an error by JDT validation.

To more fully support the JDT and its changes, we need to remove our automated support for merging the source and output folders for EJBs (and thus EJB Clients), JCAs, AppClients, and Utility projects.

This impacts org.eclipse.jst.j2ee/j2eeplugin/org/eclipse/jst/j2ee/internal/plugin/JavaeePreferencesInitializer
Comment 1 Carl Anderson CLA 2012-03-08 11:54:55 EST
Created attachment 212307 [details]
The same fix as 3.4.0
Comment 2 Chuck Bridgham CLA 2012-03-22 10:51:01 EDT
Sorry this was laying around for so long...   approved