Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » Error exporting the Eclipse4 Product
Error exporting the Eclipse4 Product [message #989269] Wed, 05 December 2012 07:37 Go to next message
Eclipse UserFriend
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 08:31 Go to previous messageGo to next message
Eclipse UserFriend
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 16:10 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 17:59:56 EDT 2025

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

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

Back to the top