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 87508 Details for
Bug 145824
Java base agent to be packaged with the Execution plugin
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
tptpcore_to_AC_bin.patch (text/plain), 1.26 KB, created by
Kiryl Kazakevich
on 2008-01-22 07:37:31 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Kiryl Kazakevich
Created:
2008-01-22 07:37:31 EST
Size:
1.26 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.releng.builder >Index: master/bash/rmt-add-plugins-to-ac.sh >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.releng.builder/master/bash/rmt-add-plugins-to-ac.sh,v >retrieving revision 1.2 >diff -u -r1.2 rmt-add-plugins-to-ac.sh >--- master/bash/rmt-add-plugins-to-ac.sh 18 May 2007 15:59:55 -0000 1.2 >+++ master/bash/rmt-add-plugins-to-ac.sh 22 Jan 2008 12:34:09 -0000 >@@ -132,6 +132,24 @@ > cd $wkspc > rm -rf $rmt_tmp > >+# add tptpcore.jar to AC bin/ directory (bug #145824) >+# >+mkdir -p $rmt_tmp >+cd $rmt_tmp >+unzip -q -o -j $rmt_storage/tptp.platform.runtime-$timestamp.zip eclipse/plugins/org.eclipse.tptp.platform.execution_\*tptpcore.jar -d bin >+if [ $? == 0 ]; then >+ for rmt_target in $rmt_targets; do >+ # temporal solution to use several attemts to zip because >+ # zip is unstable on dev.eclipse.org causing "zip error: Temporary file failure" >+ for i in 1 2 3 4 5; do >+ zip -9 -q -r -y $rmt_storage/$rmt_target-$timestamp.zip bin/tptpcore.jar && break >+ done >+ let "exitcode=$exitcode|$?" >+ done >+fi >+cd $wkspc >+rm -rf $rmt_tmp >+ > # report problems, if any > # > exit $exitcode
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 145824
: 87508