Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] build of deleted files/classes

Hi Folks,

I'm integrating the RSA work into the ECF build, and working through the build issues, and I've noticed that the build of the OSGi services feature is apparently failing because it's trying to compile a class that was *removed* from that plugin (BasicTopologyManager). See the ERROR in the console output here:

https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/188/consoleText
https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/188/

You can see by looking in the git repo that this file (BasicTopologyManager.java) is no longer in this directory:

http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin

How do I 'clear out' old classes/source files from projects/the workspace on the builder? I also deleted some old test classes (those based upon the pre-standard remote service API), so I expect I'll have to do whatever is necessary on the builder to 'clear out' old classes/files from the build server workspace(s).

Thanks,

Scott





Back to the top