Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Export Product into workspace location(Export Product into workspace location)
Export Product into workspace location [message #554614] Mon, 23 August 2010 13:05 Go to next message
Eclipse UserFriend
I'd like to export the RCP product into a folder within my workspace.
For the Directory, I entered
${workspace_loc}\tst.client
But the following error is shown.
Any suggestions to avoid a hardcoded path which may not work across multiple developers??

C:\Users\ally\workspace.tst23Aug10\.metadata\.plugins\org.ec lipse.pde.core\temp\org.eclipse.pde.container.feature\assemb le.org.eclipse.pde.container.feature.win32.win32.x86.xml:87:

Directory C:\helios23Aug10\eclipse\C:\Users\ally\workspace.tst23Aug10\ tst.client creation was not successful for an unknown reason

Directory C:\helios23Aug10\eclipse\C:\Users\ally\workspace.tst23Aug10\ tst.client creation was not successful for an unknown reason
Re: Export Product into workspace location [message #554796 is a reply to message #554614] Tue, 24 August 2010 08:33 Go to previous messageGo to next message
Eclipse UserFriend
allygirl@mailinator.com wrote:
>
> Directory C:\helios23Aug10\eclipse\C:\Users\ally\workspace.tst23Aug10\
> tst.client creation was not successful for an unknown reason

1 things:

1) In this email, there's a space between "workspace.tst23Aug10\
tst.client" Is that intentional?

2) specify your path like: ${workspace_loc}/tst.client

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Re: Export Product into workspace location [message #556712 is a reply to message #554796] Thu, 02 September 2010 08:19 Go to previous message
Eclipse UserFriend
Thank you for the reply.
re: 1) The spaces and line breaks were my formatting.
re: 2) I tried the other slash '/' instead of my original '\' and ended up at the end with the same error.

It seems the generator of the ANT (?) file does not realize that
it should not prefix the target directory with the Eclipse.exe working directory path (C:\eclipse - helios NJ\eclipse\) when the value entered is ${workspace_loc}. The result is (with line breaks added)

C:\eclipse - helios NJ\eclipse\
c:\users\bob\workspace.tst23Aug10\tst.client

Error messages follow.

c:\users\bob\workspace.tst23Aug10\.metadata\.plugins\
org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\ assemble.org.eclipse.pde.container.feature.win32.win32.x86.x ml:87:

Directory C:\eclipse - helios NJ\eclipse\c:\users\bob\
workspace.tst23Aug10\tst.client creation was not successful for an unknown reason

Directory C:\eclipse - helios NJ\eclipse\c:\users\bob\
workspace.tst23Aug10\tst.client creation was not successful for an unknown reason
Previous Topic:Where is IPropertySource?
Next Topic:Switching Presentations on the fly, programmatically?
Goto Forum:
  


Current Time: Sun Nov 02 15:31:15 EST 2025

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

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

Back to the top