Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Checking if a project is synchronized

Greetings,

I need to check if an IProject is synchronized or not.  Formerly I was doing so with:

isSyncProject=BuildConfigurationManager.getInstance().isInitialized(thisProject);

But this doesn't work in the Juno build.  At least for non-synchronized projects it fails with the error 'Unable to read template service configuration' thrown by  getTemplateServiceConfigurationId in org.eclipse.ptp.rdt.sync.core.BuildConfiguration.

Outside of catching the exception, is there a good way to make this check now?

Thanks,
Wyatt

Back to the top