Skip to main content

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

On 01/27/2011 02:57 AM, Scott Lewis wrote:
> 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).

Open the corresponding build, click on "Workspace" and then "Wipe Out
Workspace".

Markus


Back to the top