Bug #4715
closedEclipse metadata in webservice module breaks eclipse project import
0%
Description
The webservice module in SVN has eclipse .project and .classpath metadata files that do not get overwritten by running 'ant eclipse' (unless 'ant clean-eclipse' is run first), which causes importing kepler eclipse projects to fail.
Other modules in SVN also have eclipse metadata:
./modules/comad-exp/.classpath
./modules/comad-exp/.project
./modules/common-lite/.classpath
./modules/common-lite/.project
./modules/pbconvert/.classpath
./modules/pbconvert/.project
./modules/webservice/KeplerWebService/.classpath
./modules/webservice/KeplerWebService/.project
./modules/webservice/KeplerWSClient/.classpath
./modules/webservice/KeplerWSClient/.project
Updated by jianwu jianwu almost 15 years ago
The webservice module is a special module which has a web service and its client code to execute kepler workflows. This module can not be included in any suite in the current build system. So it won't work with 'ant eclipse' target.
Not sure about comad-exp,common-lite, pbconvert modules.