Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 148858 Details for
Bug 291446
Provide hook for extra actions after fetching code from repo and before compiling it (e.g. code generation, parser generators, etc.)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
clipboard.txt (text/plain), 1.82 KB, created by
Jacek Pospychala
on 2009-10-06 04:09:22 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jacek Pospychala
Created:
2009-10-06 04:09:22 EDT
Size:
1.82 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.dash.common.releng >Index: builder/all/customTargets.xml >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.dash/athena/org.eclipse.dash.commonbuilder/org.eclipse.dash.commonbuilder.releng/builder/all/customTargets.xml,v >retrieving revision 1.23 >diff -u -r1.23 customTargets.xml >--- builder/all/customTargets.xml 1 Sep 2009 23:24:58 -0000 1.23 >+++ builder/all/customTargets.xml 6 Oct 2009 08:06:27 -0000 >@@ -375,6 +375,36 @@ > <replace dir="${buildDirectory}/plugins" value="${timestamp}" token="@buildid@"> > <include name="**/about.mappings" /> > </replace> >+ >+ <!-- >+ to do extra processing of code right after fetching it and before passing to compiler >+ (eg., make use of code generation tools) use buildExtra.xml#postFetch >+ --> >+ <if> >+ <available file="${relengBuilderDir}/buildExtra.xml" type="file" /> >+ <then> >+ <var name="buildExtra.xml.file" unset="true" /> >+ <loadfile property="buildExtra.xml.file" srcFile="${relengBuilderDir}/buildExtra.xml" /> >+ <if> >+ <contains string="${buildExtra.xml.file}" substring="target name="postFetch"" /> >+ <then> >+ <subant target="postFetch" >+ description="Extra processing of fetched code: see project's buildExtra.xml" >+ antfile="buildExtra.xml" >+ buildpath="${relengBuilderDir}" >+ inheritAll="true" >+ failOnError="false" >+ /> >+ <var name="buildExtra.xml.file" unset="true" /> >+ </then> >+ <!-- <else> >+ <echo>Note: >+Found buildExtra.xml but no postFetch task. Nothing to do! >+</echo> >+ </else> --> >+ </if> >+ </then> >+ </if> > </target> > > <!-- If sources are already on disk, don't try to re-fetch them -->
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 291446
:
148858
|
148931