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

fwiw. The projects/... directory also contains bin directories. Is this already a build result?

On Fri, Jan 28, 2011 at 5:37 AM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
If I look on disk it is still there:

wjongman@ecf-builds /data/ecf/repo/C-HEAD-osgi.services.feature/workspace/projec
ts/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin $ ls -al
total 320
drwxr-xr-x 2 tomcat tomcat  4096 Jan 28 04:12 .
drwxr-xr-x 3 tomcat tomcat  4096 Jan 28 04:12 ..
-rw-r--r-- 1 tomcat tomcat  8110 Jan 28 04:12 AbstractConsumerContainerSelector.java
-rw-r--r-- 1 tomcat tomcat  7652 Jan 28 04:12 AbstractContainerSelector.java
-rw-r--r-- 1 tomcat tomcat 13865 Jan 28 04:12 AbstractHostContainerSelector.java
-rw-r--r-- 1 tomcat tomcat 16309 Jan 28 04:12 AbstractMetadataFactory.java
-rw-r--r-- 1 tomcat tomcat 17511 Jan 28 04:12 AbstractTopologyManager.java
-rw-r--r-- 1 tomcat tomcat  2742 Jan 28 04:12 BasicTopologyManager.java
....

freshly checked out. I also notice an org.eclipse.ecf directory in the workspace next to the projects directory which is also just checked out. This directory does not contain the class.







On Thu, Jan 27, 2011 at 11:57 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
On 1/27/2011 1:20 PM, Markus Alexander Kuppe wrote:
<stuff deleted>

You sure wipe doesn't work? When I wipe it in Hudson and check the
filesystem, all workspace/ content is gone.

Well, all I can tell is that when I wipe it (using Hudson) and then request a rebuild, I get error like this (for BasicTopologyManager.java...which doesn't exist any more in the git.eclipse.org repo:

Error: file<https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/ws/projects/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/BasicTopologyManager.java,>  line 23: Access restriction: The type EventHook is not accessible due to restriction on required library<https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/ws/targetPlatformPath/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar>
Error: file<https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/ws/projects/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/BasicTopologyManager.java,>  line 48: Access restriction: The type EventHook is not accessible due to restriction on required library<https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/ws/targetPlatformPath/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar>
Error: file<https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/ws/projects/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/BasicTopologyManager.java,>  line 19: Access restriction: The type EventHook is not accessible due to restriction on required library<https://build.ecf-project.org/hudson/job/C-HEAD-osgi.services.feature/ws/targetPlatformPath/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar>


I can't tell why/how the BasicTopologyManager.java file is getting back there...if it's being wiped...it's not in the git.eclipse.org repo:

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

Scott



_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top