-1

I am new to tycho and I'm trying to export a product for macosx using tycho but I faced this error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.14.1:materialize-products (materialize-products) on project tychodemo.repository: P2 director return code was 13 -> [Help 1]

I successfully exported a product for linux and windows but I can't export a product for macosx please help me!

Arvin
  • 315
  • 3
  • 18
  • The question doesn't include the information necessary to provide a real answer, e.g. stack traces, log, etc. – oberlies Aug 22 '12 at 08:28

2 Answers2

1

Try tycho 0.15.0. There were various bugs in the p2 product publisher which have been fixed with tycho 0.15.0.

the stacktrace you pasted is too short for any detailed analysis.

jsievers
  • 1,853
  • 10
  • 13
0

I've not used tycho before, but I've had problems exporting a product for mac from linux due to this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=305143

Stewart Francis
  • 735
  • 5
  • 10