Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Product Export "the value for property source"
Product Export "the value for property source" [message #973893] Tue, 06 November 2012 17:58
Conor Missing name is currently offline Conor Missing nameFriend
Messages: 159
Registered: July 2009
Senior Member
Hi all,

I'm trying to export a GMF RCP project through .product wizard, see link for details, but bottom line I can't seem to get jars I added to export - all runs from eclipse platform fine - jars just won't include:

http://www.eclipse.org/forums/index.php/t/412433/

It looks like (hopefully) that the .product is trying to pick up the added jars I'm trying to export but I'm getting this error:

In plugin my_project.diagram, the value for property source.resources/wink-1.1.3-incubating.jar is not set.

I don't really need the source exporting BUT it doesn't really matter if I can get it working.

build.properties:

...

source.. = src/
output.. = bin/
source.resources/commons-codec-1.4.jar =
source.resources/jdom.jar =
source.resources/jsr311-api-1.1.1.jar =
source.resources/saxon9he.jar =
source.resources/slf4j-api-1.6.1.jar =
source.resources/slf4j-simple-1.6.1.jar =
source.resources/wink-1.1.3-incubating.jar =
source.resources/wink-client-apache-httpclient-1.1.3-incubating.jar =
source.resources/wink-client-1.1.3-incubating.jar =
source.resources/wink-common-1.1.3-incubating.jar =
jars.extra.classpath = commons-codec-1.4.jar,\
jdom.jar,\
jsr311-api-1.1.1.jar,\
saxon9he.jar,\
slf4j-api-1.6.1.jar,\
slf4j-simple-1.6.1.jar,\
wink-1.1.3-incubating.jar,\
wink-client-apache-httpclient-1.1.3-incubating.jar,\
wink-common-1.1.3-incubating.jar,\
wink-server-1.1.3-incubating.jar
...


what should go here after '='? absolute path? workspace path?


Also, do I need the jars in the extra classpath entries as I have them?
Previous Topic:How to explicitely add a swt explicitely to plugin dependencies?
Next Topic:A simple view toolbar and normal toolbar questions
Goto Forum:
  


Current Time: Sat Apr 20 01:38:03 GMT 2024

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

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

Back to the top