|
Re: source code build failure [message #1860661 is a reply to message #1860512] |
Thu, 24 August 2023 08:03  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.51770 seconds