Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho doesn't recognize product ID. Unable to create RCP app zip folder

The pom needs to specify eclipse-repository instead of eclipse-plugin. Answering to my own question in case someone else stumbles across this. 

Khady

On Tue, Apr 11, 2017 at 3:33 PM, khady lo seck <khady.engineering@xxxxxxxxx> wrote:
Hello, 

Need a bit of guidance as to how to enable Tycho to recognize that the product with specified ID does indeed exist. Has anyone encountered this issue before?


[INFO] com.company.maven.parent ........................... SUCCESS [  2.276 s]
[INFO] com.company.bbcode.parser .......................... SUCCESS [  3.251 s]
[INFO] com.company.toolkit ....................................... SUCCESS [  3.645 s]
[INFO] com.company.eclipse.toolkit ........................... SUCCESS [  2.835 s]
[INFO] com.company.export.folder ............................ SUCCESS [  3.204 s]
[INFO] com.company.export.iar ................................. SUCCESS [  2.916 s]
[INFO] com.company.component.model.git ............... SUCCESS [  2.450 s]
[INFO] com.company.model ....................................... SUCCESS [  2.825 s]
[INFO] com.company.gui.selector .............................. SUCCESS [  4.383 s]
[INFO] com.company.parser ...................................... SUCCESS [  2.706 s]
[INFO] com.company.oauth2.connector .................... SUCCESS [  2.298 s]
[INFO] com.company.plugin ...................................... SUCCESS [  5.277 s]
[INFO] com.company.rcp .......................................... FAILURE [  2.874 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:06 min
[INFO] Finished at: 2017-04-11T15:18:44-04:00
[INFO] Final Memory: 154M/872M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:1.0.0:materialize-products (create-distributions) on project com.company.rcp: Product with id 'com.company.rcp.product.product' does not exist in the project -> [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]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :com.company.rcp


The .product file saved in the rcp com.company.rcp project

Inline image 1
--
Best regards, 

Khady L. Seck
Full Stack Java Developer



--
Best regards, 

Khady L. Seck
Full Stack Java Developer
Tel: 438-830-4117

Back to the top