Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Property replacement issue causing build failure

Hi Dave,

This problem is resolved but you need to update your submodules. You can do that by running the following commands from the aggregator root:

git submodule foreach git checkout master
git submodule foreach git fetch origin
git submodule foreach git rebase origin/master

After doing this though you will run into 2 mismatched version issues. I opened up Bug 400140 [1] and Bug 400141 [2] to track this and submitted patches. Looks like Bug 400141 was resolved today, once Bug 400140 is merged in I'll update the aggregator to point to the latest working master submodule commits.

[1] http://bugs.eclipse.org/400140
[2] http://bugs.eclipse.org/400141

Thanh

On 06/02/2013 7:22 PM, Dave Hughes wrote:

Hi all,

 

I’m encountering a failure building master:HEAD on module org.eclipse.rt.osgistarterkit.product and I’m struggling to find the cause.  Any thoughts (output attached below)?

 

 

Thanks,

Dave Hughes

 

 

Build output:

[INFO] ------------------------------------------------------------------------

[INFO] Building org.eclipse.rt.osgistarterkit.product 4.2.0-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.rt.osgistarterkit.product ---

[INFO]

[INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rt.osgistarterkit.product ---

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] org.eclipse.rt.osgistarterkit.product ............. FAILURE [0.551s]

[INFO] org.eclipse.rcp.configuration ..................... SKIPPED

[INFO] org.eclipse.platform.ide .......................... SKIPPED

[INFO] org.eclipse.platform.sdk .......................... SKIPPED

[INFO] org.eclipse.rcp.id ................................ SKIPPED

[INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED

[INFO] org.eclipse.sdk.ide ............................... SKIPPED

[INFO] eclipse.platform.repository ....................... SKIPPED

[INFO] platform-aggregator ............................... SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 11:51.568s

[INFO] Finished at: Wed Feb 06 15:02:41 PST 2013

[INFO] Final Memory: 503M/1380M

[INFO] ------------------------------------------------------------------------

[WARNING] The requested profile "no-bree-libs" could not be activated because it does not exist.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) on project org.eclipse.rt.osgistarterkit.product: Execu

tion default-build-qualifier-aggregator of goal org.eclipse.tycho:tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier-aggregator failed: Project org.eclipse.equinox.bundles:org.eclipse.equinox.starterkit.

product.feature:eclipse-feature:1.2.0-SNAPSHOT does not have expanded version -> [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/PluginExecutionException

Dave Hughes, Software Engineer
Phone: 604.408.8078 ext. 745
Email: Dave.Hughes@xxxxxxxxxxxxxxx
Elastic Path Software, Inc.
Web
elasticpath.com | Blog getelastic.com | Twitter twitter.com/elasticpath
Careers elasticpath.com/jobs | Community grep.elasticpath.com

Confidentiality Notice: This message is intended only for the use of the designated addressee(s), and may contain information that is privileged, confidential and exempt from disclosure. Any unauthorized viewing, disclosure, copying, distribution or use of information contained in this e-mail is prohibited and may be unlawful. If you received this e-mail in error, please reply to the sender immediately to inform us you are not the intended recipient and delete the email from your computer system.

 



_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top