Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Sirius » Dependency problem in sirius-web
Dependency problem in sirius-web [message #1857106] Tue, 17 January 2023 21:42 Go to next message
Niclas20 Lautenschlaeger is currently offline Niclas20 LautenschlaegerFriend
Messages: 2
Registered: January 2023
Junior Member
Hello,

I am facing a simmilar problem as in this https://www.eclipse.org/forums/index.php/t/796344/ post. When I try to compile my sirius-web based project usinig maven install, I get the following error messages:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile):                                                                                                                                                                [ERROR] ... /Activator.java:[6,56] package org.eclipse.sirius.business.api.componentization does not exist                                                                              [ERROR] ... /Activator.java:[7,48] package org.eclipse.sirius.viewpoint.description does not exist
[ERROR]... /Activator.java:[8,29] package org.eclipse.ui.plugin does not exist   


My setup is:
Java 17.0.5
Apache Maven 3.8.6
Eclipse 2022-12 with Sirius-7.0 plugins installed

I'm confused why maven can't find these packages, because I can even see them in Eclipse in the Plug-in Dependencies, e.g. under "org.eclipse.sirius_7.0.6.202211251449.jar"

Any hints or tips are much appreciated.

Kind regards,
Re: Dependency problem in sirius-web [message #1857246 is a reply to message #1857106] Thu, 26 January 2023 14:45 Go to previous message
Pierre-Charles David is currently offline Pierre-Charles DavidFriend
Messages: 703
Registered: July 2009
Senior Member
Sirius Web is not an Eclipse-based application (as in .

What you have installed inside your Eclipse development environment or loaded in your Target Platform is irrelevant for building it.

Can you build from the command-line (completely outside of Eclipse)?
See https://github.com/eclipse-sirius/sirius-components#building for the instructions.


Pierre-Charles David - Obeo

Need training or professional services for Sirius?
http://www.obeodesigner.com/sirius
Previous Topic:Moving from Sirius Desktop to Sirius Web
Next Topic:container nesting
Goto Forum:
  


Current Time: Thu Apr 25 19:48:34 GMT 2024

Powered by FUDForum. Page generated in 0.02831 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top