Error with publish task 'Split Source Mapping Generation Task'
360714Feb 10 2011 — edited Mar 13 2011I upgraded from Oracle Enterprise Pack for Eclipse 11.1.1.4.0 to the latest version 11.1.1.6.1.
As part of this I went from using Eclipse Galileo to the latest version of Helios
When I publish the application I now get the following error
Error with publish task 'Split Source Mapping Generation Task'.
Error processing split source mapping:
+'/home/cds/workspace_spring3/cds-webservices/src/gen/resources'='/WEB-INF/classes'+
WebLogic split source deployment only supports resource folder mapping to EAR or web content root.
Please change the deployment mode to exploded archive in Server Editor
I change the mode to exploded archive but this method of publishing is painful. I can't use tools such as Jrebel and it doesn't pick up any of my file changes.
In Galileo my .beabuild.txt was generating the following line
/home/cds/workspace/cds-webservices/src/gen/resources = cds-webservices.war/WEB-INF/classes
but the latest version of the enterprise pack generates this
/home/cds/workspace_spring3/cds-webservices/src/gen/resources'='/WEB-INF/classes
which is where I believe the problem is coming from.
Any way around this?
If not how can I report it as a bug?