Skip to main content



      Home
Home » Modeling » Papyrus » source code build failure(Where can I get the missing file when I build the papyrus souce code?)
source code build failure [message #1860512] Thu, 10 August 2023 22:18 Go to next message
Eclipse UserFriend
Hello everyone,

I am buildinging the papyrus application through source code, and I got the source code from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git, then I executed the command "mvn clean install", but it failed. The log shows that "org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT FAILURE", it seemed that the plugin file (org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT) cannot be obtained? How can I get it? Or I got the wrong version of source code?

thank you!
  • Attachment: log1.png
    (Size: 1.26MB, Downloaded 105 times)
  • Attachment: log2.png
    (Size: 215.92KB, Downloaded 98 times)
  • Attachment: .log
    (Size: 108.29KB, Downloaded 74 times)
Re: source code build failure [message #1860661 is a reply to message #1860512] Thu, 24 August 2023 08:03 Go to previous message
Eclipse UserFriend
Hi,

a similar question has been asked a while ago. Please have a look at this thread.

In particular, it might be better to compile only a small portion of Papyrus (e.g. a plugin you want to change).

If you still want to compile Papyrus, the README.md file at the root of the git repository may be useful. It's useful to compile only the "main" set of plugins and not the tests using the following maven command at the root of the repository:

mvn clean verify -f releng/main/pom.xml


In the same way, you can compile the tests. If I remember correctly, this requires that you've previously installed the main plugins (via "clean install").

mvn clean verify -f releng/tests/pom.xml

Previous Topic:Overriding the ModelExplorer
Next Topic:Import UML Diagrams from .uml / MARTE Support
Goto Forum:
  


Current Time: Sat Jul 05 07:03:51 EDT 2025

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

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

Back to the top