Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to turn off PDE cache in .metadata/.plugins/org.eclipse.pde.core?
How to turn off PDE cache in .metadata/.plugins/org.eclipse.pde.core? [message #369] Tue, 08 April 2008 16:36 Go to next message
Todd E. Williams is currently offline Todd E. WilliamsFriend
Messages: 54
Registered: July 2009
Member
When doing a complex feature export the PDE can become confused and refuse
to export a perfectly valid feature. The workaround I use to "fix" this
issue is:
1) shutdown the workbench
2) delete everything in .metadata/.plugins/org.eclipse.pde.core
3) restart the workbench
4) perform the export again, which will now succeed

Unfortunately, the cycle time on this workaround is rather large for a big
workspace. Is there a way to either clear this cache without a restart or,
even better, keep it from being created in the first place?

Thanks,
Todd
Re: How to turn off PDE cache in .metadata/.plugins/org.eclipse.pde.core? [message #406 is a reply to message #369] Thu, 10 April 2008 06:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.us.ibm.com

Todd Williams wrote:
> Unfortunately, the cycle time on this workaround is rather large for a big
> workspace. Is there a way to either clear this cache without a restart or,
> even better, keep it from being created in the first place?

To clear the cache, try the hidden system property pde.nocache=true :)

Cheers,

~ Chris
Re: How to turn off PDE cache in .metadata/.plugins/org.eclipse.pde.core? [message #1044 is a reply to message #406] Mon, 14 April 2008 23:15 Go to previous message
Todd E. Williams is currently offline Todd E. WilliamsFriend
Messages: 54
Registered: July 2009
Member
Chris,

Thanks very much. That seems to have done the trick!

Regards,
Todd


"Chris Aniszczyk" <zx@us.ibm.com> wrote in message
news:ftkc4r$fju$1@build.eclipse.org...
> Todd Williams wrote:
>> Unfortunately, the cycle time on this workaround is rather large for a
>> big workspace. Is there a way to either clear this cache without a
>> restart or, even better, keep it from being created in the first place?
>
> To clear the cache, try the hidden system property pde.nocache=true :)
>
> Cheers,
>
> ~ Chris
Re: How to turn off PDE cache in .metadata/.plugins/org.eclipse.pde.core? [message #565197 is a reply to message #369] Thu, 10 April 2008 06:35 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Todd Williams wrote:
> Unfortunately, the cycle time on this workaround is rather large for a big
> workspace. Is there a way to either clear this cache without a restart or,
> even better, keep it from being created in the first place?

To clear the cache, try the hidden system property pde.nocache=true :)

Cheers,

~ Chris
Re: How to turn off PDE cache in .metadata/.plugins/org.eclipse.pde.core? [message #565602 is a reply to message #406] Mon, 14 April 2008 23:15 Go to previous message
Todd E. Williams is currently offline Todd E. WilliamsFriend
Messages: 54
Registered: July 2009
Member
Chris,

Thanks very much. That seems to have done the trick!

Regards,
Todd


"Chris Aniszczyk" <zx@us.ibm.com> wrote in message
news:ftkc4r$fju$1@build.eclipse.org...
> Todd Williams wrote:
>> Unfortunately, the cycle time on this workaround is rather large for a
>> big workspace. Is there a way to either clear this cache without a
>> restart or, even better, keep it from being created in the first place?
>
> To clear the cache, try the hidden system property pde.nocache=true :)
>
> Cheers,
>
> ~ Chris
Previous Topic:Create Ant Build File should be available for OSGi projects too...
Next Topic:eclipse plugin deployment troubleshooting
Goto Forum:
  


Current Time: Thu Apr 25 17:42:45 GMT 2024

Powered by FUDForum. Page generated in 0.03954 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top