Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Did not find "p2 repository" after build the project. #16

Open
JasmineLG opened this issue May 14, 2018 · 0 comments
Open

Did not find "p2 repository" after build the project. #16

JasmineLG opened this issue May 14, 2018 · 0 comments

Comments

@JasmineLG
Copy link

Hello,

I had the project installed and running before. After my MacBook received an update and reset, the plugin cannot be found in Eclipse.

I tried to rebuild the project. But could not locate the "p2 repository". I even tried to re-clone the project and build it from scratch. Still no luck.

Do you know anybody else may experience the same/similar issue? Any idea what may cause that? I also included the build output below, in case it may be helpful to identify the problem.

Thanks a lot!

============= Build Output =============
mvn clean install
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/
[INFO] Adding repository http://download.eclipse.org/releases/neon
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/
[INFO] Resolving dependencies of MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor.feature:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor.feature:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor.feature:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor.repository:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor.repository:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.talend.avro.schema.editor:org.talend.avro.schema.editor.repository:0.0.1-SNAPSHOT @ /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] avro-schema-editor-parent [pom]
[INFO] org.talend.avro.schema.editor [eclipse-plugin]
[INFO] org.talend.avro.schema.editor.feature [eclipse-feature]
[INFO] org.talend.avro.schema.editor.repository [eclipse-repository]
[INFO] Talend Avro Schema Editor POC [pom]
[INFO]
[INFO] ------< org.talend.avro.schema.editor:avro-schema-editor-parent >-------
[INFO] Building avro-schema-editor-parent 0.0.1-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ avro-schema-editor-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ avro-schema-editor-parent ---
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/avro-schema-editor-parent/pom.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/avro-schema-editor-parent/0.0.1-SNAPSHOT/avro-schema-editor-parent-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ----< org.talend.avro.schema.editor:org.talend.avro.schema.editor >-----
[INFO] Building org.talend.avro.schema.editor 0.0.1-SNAPSHOT [2/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.talend.avro.schema.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.talend.avro.schema.editor ---
[INFO] The project's OSGi version is 0.0.1.201805141548
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.talend.avro.schema.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.talend.avro.schema.editor ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.talend.avro.schema.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.talend.avro.schema.editor ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 443 source files to /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.talend.avro.schema.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.talend.avro.schema.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.talend.avro.schema.editor ---
[INFO] Building jar: /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/target/org.talend.avro.schema.editor-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.talend.avro.schema.editor ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.talend.avro.schema.editor ---
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/target/org.talend.avro.schema.editor-0.0.1-SNAPSHOT.jar to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor/0.0.1-SNAPSHOT/org.talend.avro.schema.editor-0.0.1-SNAPSHOT.jar
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/pom.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor/0.0.1-SNAPSHOT/org.talend.avro.schema.editor-0.0.1-SNAPSHOT.pom
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/target/p2content.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor/0.0.1-SNAPSHOT/org.talend.avro.schema.editor-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor/target/p2artifacts.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor/0.0.1-SNAPSHOT/org.talend.avro.schema.editor-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO]
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.talend.avro.schema.editor ---
[INFO]
[INFO] --< org.talend.avro.schema.editor:org.talend.avro.schema.editor.feature >--
[INFO] Building org.talend.avro.schema.editor.feature 0.0.1-SNAPSHOT [3/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.talend.avro.schema.editor.feature ---
[INFO] The project's OSGi version is 0.0.1.201805141548
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.talend.avro.schema.editor.feature ---
[INFO] Building jar: /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/target/org.talend.avro.schema.editor.feature-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.talend.avro.schema.editor.feature ---
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/target/org.talend.avro.schema.editor.feature-0.0.1-SNAPSHOT.jar to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.feature/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.feature-0.0.1-SNAPSHOT.jar
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/pom.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.feature/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.feature-0.0.1-SNAPSHOT.pom
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/target/p2content.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.feature/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.feature-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.feature/target/p2artifacts.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.feature/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.feature-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO]
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.talend.avro.schema.editor.feature ---
[INFO]
[INFO] --< org.talend.avro.schema.editor:org.talend.avro.schema.editor.repository >--
[INFO] Building org.talend.avro.schema.editor.repository 0.0.1-SNAPSHOT [4/5]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.talend.avro.schema.editor.repository ---
[INFO] The project's OSGi version is 0.0.1.201805141548
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.talend.avro.schema.editor.repository ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/src/main/resources
[INFO]
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.talend.avro.schema.editor.repository ---
[INFO] Building zip: /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/target/org.talend.avro.schema.editor.repository-0.0.1-SNAPSHOT.zip
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.talend.avro.schema.editor.repository ---
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/target/org.talend.avro.schema.editor.repository-0.0.1-SNAPSHOT.zip to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.repository/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.repository-0.0.1-SNAPSHOT.zip
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/pom.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.repository/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.repository-0.0.1-SNAPSHOT.pom
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/target/p2content.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.repository/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.repository-0.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/org.talend.avro.schema.editor.repository/target/p2artifacts.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/org.talend.avro.schema.editor.repository/0.0.1-SNAPSHOT/org.talend.avro.schema.editor.repository-0.0.1-SNAPSHOT-p2artifacts.xml
[INFO]
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.talend.avro.schema.editor.repository ---
[INFO]
[INFO] ----------< org.talend.avro.schema.editor:avro-schema-editor >----------
[INFO] Building Talend Avro Schema Editor POC 0.0.1-SNAPSHOT [5/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ avro-schema-editor ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ avro-schema-editor ---
[INFO] Installing /Users/lgao/Projects/git/avro-schema-editor/pom.xml to /Users/lgao/.m2/repository/org/talend/avro/schema/editor/avro-schema-editor/0.0.1-SNAPSHOT/avro-schema-editor-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] avro-schema-editor-parent .......................... SUCCESS [ 0.147 s]
[INFO] org.talend.avro.schema.editor ...................... SUCCESS [ 3.145 s]
[INFO] org.talend.avro.schema.editor.feature .............. SUCCESS [ 0.115 s]
[INFO] org.talend.avro.schema.editor.repository ........... SUCCESS [ 1.074 s]
[INFO] Talend Avro Schema Editor POC 0.0.1-SNAPSHOT ....... SUCCESS [ 0.036 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.710 s
[INFO] Finished at: 2018-05-14T10:48:53-05:00
[INFO] ------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant