Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Importing Ecf source code using Project Set file

Hi Jonathan,

I looked at your log, and unfortunately I'm not quite sure what is going wrong. There seem to be a number of errors with core.resources that look like this (with different resource names):

!MESSAGE Problems encountered while deleting resources.
!SUBENTRY 2 org.eclipse.core.resources 4 273 2010-04-25 12:29:55.711
!MESSAGE Could not delete '/org.eclipse.ecf.discovery/bin/org'.
<stack trace>

These errors are occurring on ecf project and on emf projects.

I don't immediately understand why this would be happening...as it should be possible for any project in the workspace to have it's bin directories deleted (by the java/plugin project builder). It could be something new wrong with the Eclipse 3.6M6 resources system (i.e. regression)...but I'm not sure about that. It doesn't look to me like anything wrong specifically with our project set file or projects.

In the past, I've had success by using a new and empty workspace to import to...and then after importing sometimes repeatedly cleaning/building all projects (sometimes more than once).

If anyone else has seen errors like these that Jonathan is seeing and knows what's causing it please speak up.

Thanks,

Scott

Jonathan Gossage wrote:
When I try to import the ECF source code using the .psf file in org.eclipse.ecf.releng.projectSet-anonymous.psf, I get the error recorded in the attached Eclipse log file "Ecf-source.log. If, after, I do Project->Clean to clean the workspace and rebuild the workspace, I get the errors shown in the Eclipse log file "ECF-source2.log".

I am running Eclipse 3.6 M6 using the RCP/RAP 32 bit package as my base. I use the Sun JDK 1.6.0_20 (32 bit) and I am running on Windows 7 Professional 64 bit.

I am prepared to try to dig into this problem, but I may need a little guidance getting started as I am not familiar with the innards of the Eclipse Java build process.
------------------------------------------------------------------------

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



Back to the top