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

See Also:
cbridgha: review+


Attachments
The same fix as 3.4.0 (2.07 KB, patch)
2012-03-02 15:14 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-02 15:02:10 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-02 15:14:53 EST
Created attachment 212002 [details]
The same fix as 3.4.0
Comment 2 Chuck Bridgham CLA 2012-03-05 13:00:54 EST
approved
Comment 3 Carl Anderson CLA 2012-03-06 22:13:52 EST
Committed to R3_3_2_patches