Skip to content
Snippets Groups Projects
Commit 295dfa97 authored by david_williams's avatar david_williams
Browse files

[156043] gather logs does not includ nested features - alternative workaround

parent 58bcc354
No related branches found
No related tags found
No related merge requests found
......@@ -52,33 +52,6 @@
id="org.wsdl4j.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.common_core.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.server_core.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.xml_core.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.ws_core.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.web_core.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.rdb_core.feature"
version="0.0.0"/>
<includes
id="org.eclipse.wst.common_ui.feature"
version="0.0.0"/>
......
......@@ -212,6 +212,36 @@
<include name="**/*.log.zip" />
</fileset>
</unzip>
<!-- workaround: see https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 -->
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.common_ui.feature/feature.temp.folder" />
</copy>
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.server_ui.feature/feature.temp.folder" />
</copy>
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.server_ui.feature/feature.temp.folder" />
</copy>
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.xml_ui.feature/feature.temp.folder" />
</copy>
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.ws_ui.feature/feature.temp.folder" />
</copy>
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.web_ui.feature/feature.temp.folder" />
</copy>
<copy todir="${postingDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.rdb_ui.feature/feature.temp.folder" />
</copy>
</target>
<target name="clean" unless="noclean">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment