[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] RCP export via a feature
|
- From: Lorenz Maierhofer <lorenz.m@xxxxxx>
- Date: Fri, 08 Oct 2004 09:59:44 +0200
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.3) Gecko/20040910 Mnenhy/0.6.0.104
Hi,
I recently found the excellent article about exporting an RCP app using
the feature mechanism.
http://tinyurl.com/6lyww
The only problem I found is the following:
The files written to "root" are not in the "root directory of the RCP
directory", but in a platform-specific subfolder.
Detailed explanation:
For example, I write in the build.properties file:
root = root.files
This should place all files from the root.file directory into the RCP
directory. But what happens instead is that these files are created in a
subfolder named "win32.win32.x86".
Any ideas how I can force eclipse not to create this folder?
Thanks,
Lorenz