Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] git and git-upload-pack over and over...

> It looks like the project's information was not saved or was
> corrupted or deleted.
> The specific error message "Project configurations not yet initialized."
comes
> from the synchronized project's "Build Configuration Manager," which
saves
> its data in the workspace at:
>
> .metadata/.plugins/org.eclipse.ptp.services.core/BuildConfigurationData.xml
>
> You can check if this file is still intact and if it contains the
> project information.
> (It is not easy to read, but you should see references to your project
name,
> directories, etc.)

In that file I see:

<?xml version="1.0" encoding="UTF-8"?>
<build-configuration-data>
<template-service-configuration-element-name name="project_sandbox_synch"
project="project_sandbox_synch">
<service id="org.eclipse.ptp.rdt.core.BuildService"
provider-id="org.eclipse.ptp.rdt.sync.BuildServiceProvider">
<provider-configuration
SyncBuildServiceProvider.remoteToolsConnectionName="buildmachine"
SyncBuildServiceProvider.remoteToolsProviderID="org.eclipse.ptp.remote.RemoteTools"/>
</service>
<service id="org.eclipse.ptp.rdt.sync.core.SyncService"
provider-id="org.eclipse.ptp.rdt.sync.git.core.GitServiceProvider">
<provider-configuration connectionName="buildmachine"
location="/home/bwatt/sandboxes/newsb" projectName="project_sandbox_synch"
servicesId="org.eclipse.ptp.remote.RemoteTools"/>
</service>
</template-service-configuration-element-name>
...
<build-scenario id="4"
location="/home/bwatt/workspace/project_sandbox_synch"
remote-connection-id="Local"
remote-services-id="org.eclipse.ptp.remote.LocalServices"
serviceId="ce389fdf-a3e6-457f-bf62-98ad1b128ee3"/>
...
</build-configuration-data>

So it looks at least correct to my layman's eye.



Back to the top