How to format build.properities for eclipse plugin export [message #1830011] |
Wed, 15 July 2020 15:33  |
Eclipse User |
|
|
|
My Eclipse PDE plugin compiles and runs successfully in a runtime instance of Eclipse; however, when I go to export the project, the I get the error that the property isn't set for the jars that are listed as source.lib/example.jar. The lib folder is at the same level as the source folder. The lib folder is not nested inside of the source folder. When I added the build and runtime dependencies to allow the plugin to run in an eclipse runtime environment, the code inserted below is generated by Eclipse for the PDE plugin. The jars listed below are all external jars that have to be packaged with my jar due to customer requirements.
Any advice on how to fix this code to provide the correct values for the source.lib/example.jar= entries?
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
src/lib/commons-io-2.6.jar,\
src/lib/daffodil-io_2.12-2.5.0.jar,\
src/lib/daffodil-japi_2.12-2.5.0.jar,\
src/lib/daffodil-lib_2.12-2.5.0.jar,\
src/lib/icu4j-62.1.jar,\
src/lib/scala-library-2.12.6.jar,\
src/lib/scala-parser-combinators_2.12-1.1.1.jar,\
lib/
source.lib/commons-io-2.6.jar =
source.lib/scala-library-2.12.6.jar =
source.lib/scala-parser-combinators_2.12-1.1.1.jar =
source.lib/daffodil-io_2.12-2.5.0.jar =
source.lib/daffodil-japi_2.12-2.5.0.jar =
source.lib/daffodil-lib_2.12-2.5.0.jar =
source.lib/icu4j-62.1.jar =
jars.compile.order = lib/scala-parser-combinators_2.12-1.1.1.jar,\
lib/commons-io-2.6.jar,\
lib/daffodil-japi_2.12-2.5.0.jar,\
lib/icu4j-62.1.jar,\
lib/scala-library-2.12.6.jar,\
lib/daffodil-io_2.12-2.5.0.jar,\
lib/daffodil-lib_2.12-2.5.0.jar,\
.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.13265 seconds