1

我正在尝试使用此属性文件在 eclipse Photon (4.8.0) 中运行 buckminster 操作“create.product.zip”:

## buckminster.properties ##
#Where all the output should go
buckminster.output.root=${user.home}/buckminster.output
# Where the temp files should go
buckminster.temp.root=${user.home}/tmp
# How .qualifier in versions should be replaced
qualifier.replacement.*=generator:buildTimestamp
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
target.os=linux
target.ws=gtk
target.arch=x86_64

product.features=org.idempiere.eclipse.platform.feature.group, org.idempiere.fitnesse.feature.group  
product.profile=DefaultProfile
product.id=org.adempiere.server.product

osgi.user.area=${user.home}
osgi.user.area.default=${user.home}
osgi.configuration.area.default=configuration

我在控制台中遇到的错误是:

org.eclipse.buckminster.pde.tasks.ProductVersionPatcher.getVM(Ljava/lang/String;)Ljava/lang/String;

奇怪的是,我能够在旧版本的 Eclipse 上成功完成此操作。如果有人能对这个错误有所了解,我将不胜感激。

4

0 回答 0