Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Error exporting the Eclipse4 Product
Error exporting the Eclipse4 Product [message #989269] Wed, 05 December 2012 12:37 Go to next message
Alberto Amaro is currently offline Alberto AmaroFriend
Messages: 7
Registered: August 2012
Junior Member
Hi!

I've just finished an Eclipse4 application that runs correctly in the Eclipse environment. And I have exported it only to a Windows Platform. Obtaining the XXX.exe file.

But when I run this executable file, the main windows appears correctly but the contents of the Parts have disappeared and the Menus are disabled.

This is the configuration of the build.properties included in the exporting action.

output.. = bin/
bin.includes = META-INF/,\
plugin.xml,\
css/default.css,\
Application.e4xmi,\
icons/,\
OSGI-INF/,\
splash/,\
.settings/,\
bin/

Besides, the application works with some additional directories and I have created them manually in the export destination root dir.

Please, can anybody help me?

Thanks in advance
Alberto


Re: Error exporting the Eclipse4 Product [message #989492 is a reply to message #989269] Thu, 06 December 2012 13:31 Go to previous messageGo to next message
Alberto Amaro is currently offline Alberto AmaroFriend
Messages: 7
Registered: August 2012
Junior Member
Solved with this build.properties

source.. = src/
output.. = bin/
bin.includes = META-INF/,\
plugin.xml,\
css/default.css,\
Application.e4xmi,\
.,\
icons/,\
OSGI-INF/,\
.settings/,\
.classpath,\
splash.bmp,\
repository/,\
build.properties,\
bin/

thanks
Alberto
Re: Error exporting the Eclipse4 Product [message #989589 is a reply to message #989492] Thu, 06 December 2012 21:10 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

Next time this checklist might be helpful Common Eclipse export problems.
Previous Topic:When does the system inject @Optional annotated fields?
Next Topic:Fancy Navigation?
Goto Forum:
  


Current Time: Fri Apr 19 22:41:04 GMT 2024

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

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

Back to the top