Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Failed to export IBM clearcase plugin in eclipse 3.4
Failed to export IBM clearcase plugin in eclipse 3.4 [message #590137] Thu, 22 January 2009 17:12
suleman is currently offline sulemanFriend
Messages: 2
Registered: July 2009
Junior Member
Hi!

First of all let me tell share that I am new to eclipse plugin
architecture. I am trying to create an update site for ibm clearcase
plugin in eclipse 3.4.

( http://www.ibm.com/developerworks/rational/library/content/0 3July/2500/2834/ClearCase/clearcase_plugins.html#download)

1- First I copied the IBM-Clearcase features/plugins directories manually
under eclipse features/plugins.

2- There are 2 feature directories as follows.
a)- com.rational.clearcase_7.0.0.20080808A
b)- com.ibm.rational.clearcase.ccimport.feature_7.0.0.20070612B

com.rational.clearcase_7.0.0.20080808A/feature.xml includes the second
feature. So I only do "add feature" for
com.rational.clearcase_7.0.0.20080808A.

3- Press build and then I got the error below during build process.

Problems during export

C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\or g.eclipse.pde.container.feature\assemble.org.eclipse.pde.con tainer.feature.win32.win32.x86.xml:80:
The following error occurred while executing this line:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\or g.eclipse.pde.container.feature\assemble.org.eclipse.pde.con tainer.feature.win32.win32.x86.xml:22:
The following error occurred while executing this line:
C:\Users\esulahm\Desktop\temp\eclipse-jee-ganymede-SR1-win32 \eclipse\plugins\com.rational.clearcase_7.0.0.20080808A\buil d.xml:168:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\de stination\plugins\com.rational.clearcase_7.0.0.20080808A
not found.

The following error occurred while executing this line:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\or g.eclipse.pde.container.feature\assemble.org.eclipse.pde.con tainer.feature.win32.win32.x86.xml:22:
The following error occurred while executing this line:
C:\Users\esulahm\Desktop\temp\eclipse-jee-ganymede-SR1-win32 \eclipse\plugins\com.rational.clearcase_7.0.0.20080808A\buil d.xml:168:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\de stination\plugins\com.rational.clearcase_7.0.0.20080808A
not found.

C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\or g.eclipse.pde.container.feature\assemble.org.eclipse.pde.con tainer.feature.win32.win32.x86.xml:80:
The following error occurred while executing this line:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\or g.eclipse.pde.container.feature\assemble.org.eclipse.pde.con tainer.feature.win32.win32.x86.xml:22:
The following error occurred while executing this line:
C:\Users\esulahm\Desktop\temp\eclipse-jee-ganymede-SR1-win32 \eclipse\plugins\com.rational.clearcase_7.0.0.20080808A\buil d.xml:168:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\de stination\plugins\com.rational.clearcase_7.0.0.20080808A
not found.

The following error occurred while executing this line:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\or g.eclipse.pde.container.feature\assemble.org.eclipse.pde.con tainer.feature.win32.win32.x86.xml:22:
The following error occurred while executing this line:
C:\Users\esulahm\Desktop\temp\eclipse-jee-ganymede-SR1-win32 \eclipse\plugins\com.rational.clearcase_7.0.0.20080808A\buil d.xml:168:
C:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\de stination\plugins\com.rational.clearcase_7.0.0.20080808A
not found.


Eclipse always fail at "line 168" in build.xml during build/export
process. It seems build process is unable to create some "temp folder"
under the eclipse dir structure.

Line 168 in build.xml is as follows:

<copy
todir=" ${destination.temp.folder}/com.rational.clearcase_7.0.0.2008 0808A "
failonerror="true" overwrite="false">
<fileset dir="${build.result.folder}">
<include name="rationalcc.jar"/>
</fileset>
</copy>

I wonder if someone got the same problem. Will greatly appreciate any
help/pointers.

/Best Regards
Suleman
Previous Topic:Failed to export IBM clearcase plugin in eclipse 3.4
Next Topic:default schema
Goto Forum:
  


Current Time: Tue Mar 19 11:00:54 GMT 2024

Powered by FUDForum. Page generated in 0.03206 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top