Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] problem with 1.0.0

sounds odd to me. We updated p2 to Neon.2 but I would be surprised if this caused the build failure.
If you have steps to reproduce, open a bug

Jan

On 14/02/2017, 02:33, "tycho-user-bounces@xxxxxxxxxxx on behalf of Greg Watson" <tycho-user-bounces@xxxxxxxxxxx on behalf of g.watson@xxxxxxxxxxxx> wrote:

Hi,

When I build my products with 0.26.0 it works fine. With 1.0.0, I get the following. Has something changed in 1.0.0 that I should be aware of?

Thanks,
Greg

[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.ptp.rcp.sysmon-product 9.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] Deleting /Users/gw6/Work/git/org.eclipse.ptp.master/org.eclipse.ptp.rcp.sysmon-product/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] The project's OSGi version is 9.1.2.201702140129
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gw6/Work/git/org.eclipse.ptp.master/org.eclipse.ptp.rcp.sysmon-product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (attach-source) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.ptp.rcp.sysmon-product ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] PTP Products ....................................... SUCCESS [  0.134 s]
[INFO] org.eclipse.ptp.rcp.sysmon ......................... SUCCESS [  1.356 s]
[INFO] org.eclipse.ptp.rcp.sysmon ......................... SUCCESS [  1.329 s]
[INFO] org.eclipse.ptp.product ............................ SUCCESS [  0.385 s]
[INFO] org.eclipse.ptp.rcp.sysmon-product ................. FAILURE [  2.521 s]
[INFO] org.eclipse.ptp-product ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.117 s
[INFO] Finished at: 2017-02-13T20:30:52-05:00
[INFO] Final Memory: 97M/1510M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) on project org.eclipse.ptp.rcp.sysmon-product: Could not assemble p2 repository: Mirroring failed: No repository found at file:/Users/gw6/Work/git/org.eclipse.ptp.master/org.eclipse.ptp.rcp.sysmon-product/target/repository/. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.ptp.rcp.sysmon-product
MAC104826:org.eclipse.ptp.master gw6$ 

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top