SPIS Build Error

Hi,

I have been trying to compile SPIS according to the website instructions on both Windows and MacOS. However, invoking mvn clean install in the Instruments directory throws up an error which suggests that the keridwen-super-pom module may not be available. Below is the error message:

Downloading from central: https://repo.maven.apache.org/maven2/org/keridwen/keridwen-super-pom/3.0.8/keridwen-super-pom-3.0.8.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.spis:org-spis-instruments:2.0.0: Could not transfer artifact org.keridwen:keridwen-super-pom:pom:3.0.8 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [Artenum (http://maven.artenum.com/content/groups/public, default, releases+snapshots)] and 'parent.relativePath' points at wrong local POM @ line 17, column 10
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.spis:org-spis-instruments:2.0.0 (/Users/hasanabbas/instruments/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.spis:org-spis-instruments:2.0.0: Could not transfer artifact org.keridwen:keridwen-super-pom:pom:3.0.8 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [Artenum (http://maven.artenum.com/content/groups/public, default, releases+snapshots)] and 'parent.relativePath' points at wrong local POM @ line 17, column 10 -> [Help 2]

I have tried to find more information about the keridwen-super-pom module but cant find anything.

	<!-- POM inheritence -->
	<parent>
		<groupId>org.keridwen</groupId>
		<artifactId>keridwen-super-pom</artifactId>
		<version>3.0.8</version>
	</parent>

Any help will be appreciated.

Thanks.

Hello,

Sorry I was unable to respond in time to the issue on the GitLab.

In fact, the dependency is well available on the referenced Maven repository, the issue is that when last SPIS Instruments was released, the maven was still only accessible on HTTP only, so the address in the POM is still HTTP.

The maven repository was updated and is now available via HTTPS and redirection points the HTTP address to the HTTPS one but newer versions of Maven completely blocks the HTTP repository, even when redirected to HTTPS.

So, waiting for the new version with the corrected HTTPS address, you can one of the following actions:

  • use an older version of Maven
  • update the repository address inside the pom.xml file : replace http://maven.artenum.com/content/groups/public by https://maven.artenum.com/repository/public
  • define a mirror inside your your settings file (${user.home}/.m2/settings.xml) like following:
<settings>
  ...
  <mirrors>
    <mirror>
      <id>SPIS-https</id>
      <name>SPIS HTTPS Mirror</name>
      <url>https://maven.artenum.com/repository/public</url>
      <mirrorOf>Artenum</mirrorOf>
    </mirror>
  </mirrors>  
  ...
</settings>

The benefit of the first/third options is that it will work with all SPIS‌ components and will not need to modify each pom.xml separately.

Thanks @atrouche for your reply. Using the option 3, I have been able to compile all module until the spis-ui layer. I get the following build error:

➜  ui git:(master) mvn clean install
[WARNING]
[WARNING] Some problems were encountered while building the effective settings
[WARNING] expected START_TAG or END_TAG not TEXT (position: TEXT seen <settings>\n  ...\n  <m... @3:5)  @ /Users/hasanabbas/.m2/settings.xml, line 3, column 5
[WARNING]
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-super-pom:pom:6.1.0
[WARNING] 'parent.relativePath' of POM org.spis.ui:org-spis-ui-super-pom:6.1.0 (/Users/hasanabbas/ui/modules/pom.xml) points at org.spis.ui:spis instead of org.keridwen.modelling:keridwen-tools-super-pom, please verify your project structure @ line 15, column 10
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 170, column 20
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-archetype:jar:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-data-mining:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-electrical-circuit:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-geometry-editor:bundle:6.1.0
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.keridwen.modelling:org-keridwen-modelling-utils:jar -> duplicate declaration of version (?) @ line 56, column 15
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-global-parameters:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-group-editor:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-instruments:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-mesh:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-model:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-project:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-project-converter:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-reporting:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-simulation:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-tools:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-ui2num:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-numerical-core-api:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-spis-num-numerical-core-implementation:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.spis.ui:org-spis-ui-developer:bundle:6.1.0
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[WARNING] The project org.spis.ui:org-spis-ui-super-pom:pom:6.1.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.spis.ui:org-spis-ui-archetype:jar:6.1.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.spis.ui:spis:pom:6.1.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] SPIS-UI Super POM                                                  [pom]
[INFO] SPIS UI bundle archetype                                           [jar]
[INFO] Numerical core api                                              [bundle]
[INFO] SPIS data model                                                 [bundle]
[INFO] SPIS data mining module                                         [bundle]
[INFO] SPIS electrical circuit module                                  [bundle]
[INFO] SPIS geometry editor                                            [bundle]
[INFO] SPIS project module                                             [bundle]
[INFO] SPIS global parameters module                                   [bundle]
[INFO] SPIS group editor                                               [bundle]
[INFO] Spis Num numerical implementation                               [bundle]
[INFO] SPIS UI to NUM conversion module                                [bundle]
[INFO] Instruments configuration bundle                                [bundle]
[INFO] SPIS mesh module                                                [bundle]
[INFO] SPIS project converter                                          [bundle]
[INFO] SPIS reporting module                                           [bundle]
[INFO] SPIS simulation launch and monitoring module                    [bundle]
[INFO] SPIS external tools launcher module                             [bundle]
[INFO] SPIS-UI developer module                                        [bundle]
[INFO] SpisUI                                                             [pom]
[INFO]
[INFO] -----------------< org.spis.ui:org-spis-ui-super-pom >------------------
[INFO] Building SPIS-UI Super POM 6.1.0                                  [1/20]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org-spis-ui-super-pom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org-spis-ui-super-pom ---
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (default) @ org-spis-ui-super-pom ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org-spis-ui-super-pom ---
[INFO] Installing /Users/hasanabbas/ui/modules/pom.xml to /Users/hasanabbas/.m2/repository/org/spis/ui/org-spis-ui-super-pom/6.1.0/org-spis-ui-super-pom-6.1.0.pom
[INFO]
[INFO] -----------------< org.spis.ui:org-spis-ui-archetype >------------------
[INFO] Building SPIS UI bundle archetype 6.1.0                           [2/20]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org-spis-ui-archetype ---
[INFO] Deleting /Users/hasanabbas/ui/modules/org-spis-ui-archetype/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org-spis-ui-archetype ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org-spis-ui-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org-spis-ui-archetype ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org-spis-ui-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/hasanabbas/ui/modules/org-spis-ui-archetype/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org-spis-ui-archetype ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ org-spis-ui-archetype ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org-spis-ui-archetype ---
[INFO] Building jar: /Users/hasanabbas/ui/modules/org-spis-ui-archetype/target/org-spis-ui-archetype-6.1.0.jar
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (default) @ org-spis-ui-archetype ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org-spis-ui-archetype ---
[INFO] Installing /Users/hasanabbas/ui/modules/org-spis-ui-archetype/target/org-spis-ui-archetype-6.1.0.jar to /Users/hasanabbas/.m2/repository/org/spis/ui/org-spis-ui-archetype/6.1.0/org-spis-ui-archetype-6.1.0.jar
[INFO] Installing /Users/hasanabbas/ui/modules/org-spis-ui-archetype/pom.xml to /Users/hasanabbas/.m2/repository/org/spis/ui/org-spis-ui-archetype/6.1.0/org-spis-ui-archetype-6.1.0.pom
[INFO]
[INFO] -------------< org.spis.ui:org-spis-ui-numerical-core-api >-------------
[INFO] Building Numerical core api 6.1.0                                 [3/20]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org-spis-ui-numerical-core-api ---
[INFO] Deleting /Users/hasanabbas/ui/modules/org-spis-ui-numerical-core-api/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org-spis-ui-numerical-core-api ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org-spis-ui-numerical-core-api ---
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org-spis-ui-numerical-core-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /Users/hasanabbas/ui/modules/org-spis-ui-numerical-core-api/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org-spis-ui-numerical-core-api ---
[INFO] skip non existing resourceDirectory /Users/hasanabbas/ui/modules/org-spis-ui-numerical-core-api/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org-spis-ui-numerical-core-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ org-spis-ui-numerical-core-api ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ org-spis-ui-numerical-core-api ---
[ERROR] An internal error occurred
java.util.ConcurrentModificationException
    at java.util.TreeMap.callMappingFunctionWithCheck (TreeMap.java:750)
    at java.util.TreeMap.computeIfAbsent (TreeMap.java:558)
    at aQute.bnd.osgi.Jar.putResource (Jar.java:288)
    at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:202)
    at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:177)
    at java.nio.file.Files.walkFileTree (Files.java:2810)
    at aQute.bnd.osgi.Jar.buildFromDirectory (Jar.java:176)
    at aQute.bnd.osgi.Jar.<init> (Jar.java:119)
    at aQute.bnd.osgi.Jar.<init> (Jar.java:172)
    at org.apache.felix.bundleplugin.BundlePlugin.getOSGiBuilder (BundlePlugin.java:604)
    at org.apache.felix.bundleplugin.BundlePlugin.buildOSGiBundle (BundlePlugin.java:936)
    at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:443)
    at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:364)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
    at java.lang.reflect.Method.invoke (Method.java:578)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SpisUI 6.1.0:
[INFO]
[INFO] SPIS-UI Super POM .................................. SUCCESS [  0.549 s]
[INFO] SPIS UI bundle archetype ........................... SUCCESS [  0.683 s]
[INFO] Numerical core api ................................. FAILURE [  0.774 s]
[INFO] SPIS data model .................................... SKIPPED
[INFO] SPIS data mining module ............................ SKIPPED
[INFO] SPIS electrical circuit module ..................... SKIPPED
[INFO] SPIS geometry editor ............................... SKIPPED
[INFO] SPIS project module ................................ SKIPPED
[INFO] SPIS global parameters module ...................... SKIPPED
[INFO] SPIS group editor .................................. SKIPPED
[INFO] Spis Num numerical implementation .................. SKIPPED
[INFO] SPIS UI to NUM conversion module ................... SKIPPED
[INFO] Instruments configuration bundle ................... SKIPPED
[INFO] SPIS mesh module ................................... SKIPPED
[INFO] SPIS project converter ............................. SKIPPED
[INFO] SPIS reporting module .............................. SKIPPED
[INFO] SPIS simulation launch and monitoring module ....... SKIPPED
[INFO] SPIS external tools launcher module ................ SKIPPED
[INFO] SPIS-UI developer module ........................... SKIPPED
[INFO] SpisUI ............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.794 s
[INFO] Finished at: 2022-11-28T13:15:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:4.2.1:bundle (default-bundle) on project org-spis-ui-numerical-core-api: Internal error in maven-bundle-plugin: ConcurrentModificationException -> [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] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org-spis-ui-numerical-core-api

Appreciate your help in this step as well. Thanks.

Are you compiling with Java 8 ?
The current version of SPIS is only compatible with Java <= 8.

I think the error you have comes from the incorrect version of Java.

Thanks. I was compiling with Java version 14.0.1. Will try with < 8. Cheers.

Thanks after trying out with java 8 (openJDK 1.8), I am able to successfully build until the SPIS Project Module where I get a few errors (possibly due to JavaFX not there). Here’s the build log:

[INFO] ------------------< org.spis.ui:org-spis-ui-project >-------------------
[INFO] Building SPIS project module 6.1.0                                [8/20]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org-spis-ui-project ---
[INFO] Deleting /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org-spis-ui-project ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org-spis-ui-project ---
[INFO] Copying 14 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org-spis-ui-project ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/target/classes
[INFO] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/event/SaveEvent.java: Some input files use or override a deprecated API.
[INFO] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/event/SaveEvent.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[31,23] package javafx.geometry does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[32,28] package javafx.scene.control does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[33,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[34,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[35,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[36,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[37,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[44,13] cannot find symbol
  symbol:   class CheckBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[53,15] cannot find symbol
  symbol:   class VBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[55,15] cannot find symbol
  symbol:   class VBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[55,31] cannot find symbol
  symbol:   class VBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[56,29] cannot find symbol
  symbol:   class Insets
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[60,15] cannot find symbol
  symbol:   class GridPane
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[62,29] cannot find symbol
  symbol:   variable Priority
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[62,9] cannot find symbol
  symbol:   variable VBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[66,15] cannot find symbol
  symbol:   class HBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[66,32] cannot find symbol
  symbol:   class HBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[69,15] cannot find symbol
  symbol:   class Region
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[69,33] cannot find symbol
  symbol:   class Region
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[71,29] cannot find symbol
  symbol:   variable Priority
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[71,9] cannot find symbol
  symbol:   variable HBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[74,42] cannot find symbol
  symbol:   class CheckBox
  location: class org.spis.ui.project.view.NewSpisProjectPanel
[INFO] 22 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SpisUI 6.1.0:
[INFO]
[INFO] SPIS-UI Super POM .................................. SUCCESS [  0.626 s]
[INFO] SPIS UI bundle archetype ........................... SUCCESS [  0.685 s]
[INFO] Numerical core api ................................. SUCCESS [  1.856 s]
[INFO] SPIS data model .................................... SUCCESS [  0.981 s]
[INFO] SPIS data mining module ............................ SUCCESS [  0.818 s]
[INFO] SPIS electrical circuit module ..................... SUCCESS [  0.382 s]
[INFO] SPIS geometry editor ............................... SUCCESS [  0.780 s]
[INFO] SPIS project module ................................ FAILURE [  0.169 s]
[INFO] SPIS global parameters module ...................... SKIPPED
[INFO] SPIS group editor .................................. SKIPPED
[INFO] Spis Num numerical implementation .................. SKIPPED
[INFO] SPIS UI to NUM conversion module ................... SKIPPED
[INFO] Instruments configuration bundle ................... SKIPPED
[INFO] SPIS mesh module ................................... SKIPPED
[INFO] SPIS project converter ............................. SKIPPED
[INFO] SPIS reporting module .............................. SKIPPED
[INFO] SPIS simulation launch and monitoring module ....... SKIPPED
[INFO] SPIS external tools launcher module ................ SKIPPED
[INFO] SPIS-UI developer module ........................... SKIPPED
[INFO] SpisUI ............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.052 s
[INFO] Finished at: 2022-11-29T11:52:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project org-spis-ui-project: Compilation failure: Compilation failure:
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[31,23] package javafx.geometry does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[32,28] package javafx.scene.control does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[33,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[34,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[35,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[36,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[37,27] package javafx.scene.layout does not exist
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[44,13] cannot find symbol
[ERROR]   symbol:   class CheckBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[53,15] cannot find symbol
[ERROR]   symbol:   class VBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[55,15] cannot find symbol
[ERROR]   symbol:   class VBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[55,31] cannot find symbol
[ERROR]   symbol:   class VBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[56,29] cannot find symbol
[ERROR]   symbol:   class Insets
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[60,15] cannot find symbol
[ERROR]   symbol:   class GridPane
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[62,29] cannot find symbol
[ERROR]   symbol:   variable Priority
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[62,9] cannot find symbol
[ERROR]   symbol:   variable VBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[66,15] cannot find symbol
[ERROR]   symbol:   class HBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[66,32] cannot find symbol
[ERROR]   symbol:   class HBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[69,15] cannot find symbol
[ERROR]   symbol:   class Region
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[69,33] cannot find symbol
[ERROR]   symbol:   class Region
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[71,29] cannot find symbol
[ERROR]   symbol:   variable Priority
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[71,9] cannot find symbol
[ERROR]   symbol:   variable HBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] /Users/hasanabbas/Downloads/SPIS-6.1.0-osx64b/ui/modules/org-spis-ui-project/src/main/java/org/spis/ui/project/view/NewSpisProjectPanel.java:[74,42] cannot find symbol
[ERROR]   symbol:   class CheckBox
[ERROR]   location: class org.spis.ui.project.view.NewSpisProjectPanel
[ERROR] -> [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] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org-spis-ui-project

would further appreciate help here.

Sorry I should have been clearer.

Because of the use of JavaFx in SPIS-UI, the simplest is to download Oracle JDK that contains the necessary resources.‌ It will then be able to compile SPIS-UI.

Thanks a lot, I have been able to finally compile SPIS on my machine.

By invoking the shell script ./Spis.sh after copying all the jar files to the lib directory, I receive further errors that suggest some bundle service is not registered:

./Spis.sh

[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
[ERROR] null:null : Cannot register the Factory service with the bundle context of the bundle 71 - the bundle is in the state 16
Warning: the font "Times" is not available, so "Lucida Bright" has been substituted, but may have unexpected appearance or behavor. Re-enable the "Times" font to remove this warning.
2022-12-05 14:42:08.603 java[27215:825749] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
	0   AppKit                              0x00007ff8140c5180 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 338
	1   AppKit                              0x00007ff8140b1f4f -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1247
	2   AppKit                              0x00007ff8140b1a69 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
	3   libnativewindow_macosx.jnilib       0x000000017803c3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
	4   ???                                 0x000000010b4da667 0x0 + 4484605543
)

Appreciate your help again and again. Thanks.

That’s a strange error that I have never seen.

Please, could you indicate the following information:

  • what is the exact version of the SPIS application you are using to put your jars into
  • could you list the content of the lib/ folder after you have put the jars ?

Please find the information below:

SPIS Version - 6.1.0-osx64b
MacOS Version - 13.0.1

The list of jars in the \lib folder is below:

ArtTk-2.4.2.jar
Frida-0.1.2.jar
apk.jar
apktool.jar
apple.awt-1.0.0.jar
batik-all.jar
blob.jar
bug1126.jar
bug1239.jar
charsets.jar
classimport.jar
classimport_Lib.jar
cldrdata.jar
com-artenum-cassandra-core-3.0.4.jar
com-artenum-cassandra-plugin-cellcenter-3.0.4.jar
com-artenum-cassandra-plugin-clipping-3.0.4.jar
com-artenum-cassandra-plugin-cuttingplane-3.0.4.jar
com-artenum-cassandra-plugin-default-3.0.4.jar
com-artenum-cassandra-plugin-dynamicdataset-3.0.4.jar
com-artenum-cassandra-plugin-genericcutter-3.0.4.jar
com-artenum-cassandra-plugin-glyph-3.0.4.jar
com-artenum-cassandra-plugin-info2d-3.0.4.jar
com-artenum-cassandra-plugin-isolevel-3.0.4.jar
com-artenum-cassandra-plugin-probingline-3.0.4.jar
com-artenum-cassandra-plugin-threshold-3.0.4.jar
com-artenum-cassandra-renderer-3.0.4.jar
com-artenum-penelope-core-3.2.4.jar
com-artenum-penelope-plugin-gmsh-3.2.4.jar
com-artenum-penelope-plugin-jfreemesh-3.2.4.jar
com-artenum-penelope-plugin-netcdf-3.2.4.jar
com-artenum-penelope-plugin-ray-tracing-3.2.4.jar
com-artenum-penelope-plugin-vtk-3.2.4.jar
com-artenum-penelope-plugin-xml-3.2.4.jar
com.sun.awt-1.0.0.jar
com.sun.image.codec.jpeg-1.0.0.jar
commons-beanutils-1.8.3.jar
commons-codec-1.7.jar
commons-digester-2.1.jar
commons-io-2.7.jar
commons-jexl-1.1-osgi.jar
commons-lang3-3.3.2.jar
commons-math3-3.2.jar
dnsns.jar
felix.jar
globalParam.jar
gradle-wrapper.jar
guava-16.0.1.jar
ij-1.47i.jar
jaccess.jar
javagv.jar
javahw.jar
javavt.jar
javax.servlet_3.0.0.v201103241727.jar
javax.xml_1.3.4.v201005080400.jar
jce.jar
jcl-over-slf4j-1.5.8.jar
jfr.jar
jfxrt.jar
jfxswt.jar
jrt-fs.jar
js.jar
jsse.jar
jul-to-slf4j-1.5.8.jar
junit-3.8.1.jar
jython-2.5.1.jar
kabeja-0.4.jar
org-spis-instruments-2.0.0-javadoc.jar
org-spis-instruments-2.0.0.jar
org-spis-num-bundles-advanced_field_solvers-1.0.jar
org-spis-num-bundles-aiseps-5.2.10.jar
org-spis-num-bundles-dust-5.2.10.jar
org-spis-num-bundles-electric_propulsion-1.0.8.jar
org-spis-num-bundles-erosion_contamination-1.0.10.jar
org-spis-num-bundles-highvoltage-1.0.8.jar
org-spis-num-bundles-liquid_ion_thruster-1.0.jar
org-spis-num-bundles-low_noise_distributions-1.0.jar
org-spis-num-bundles-multizone-0.9-SNAPSHOT.jar
org-spis-num-bundles-passive_discharging-1.0.2.jar
org-spis-num-bundles-science_payload-1.0.jar
org-spis-num-bundles-thermic-1.0.jar
org-spis-num-core-6.1.jar
org-spis-ui-archetype-6.1.0.jar
org-spis-ui-data-mining-6.1.0.jar
org-spis-ui-developer-6.1.0.jar
org-spis-ui-electrical-circuit-6.1.0.jar
org-spis-ui-geometry-editor-6.1.0.jar
org-spis-ui-global-parameters-6.1.0.jar
org-spis-ui-group-editor-6.1.0.jar
org-spis-ui-instruments-6.1.0.jar
org-spis-ui-mesh-6.1.0.jar
org-spis-ui-model-6.1.0.jar
org-spis-ui-numerical-core-api-6.1.0.jar
org-spis-ui-project-6.1.0.jar
org-spis-ui-project-converter-6.1.0.jar
org-spis-ui-reporting-6.1.0.jar
org-spis-ui-simulation-6.1.0.jar
org-spis-ui-spis-num-numerical-core-implementation-6.1.0.jar
org-spis-ui-tools-6.1.0.jar
org-spis-ui-ui2num-6.1.0.jar

I copied all the jar files that were generated after the four step build process and put them in the lib folder.

The issue comes from here, you should only put SPIS jars into the /lib folder.
All others jars are already present in the dependencies/main folder.

So in your case, you should only copy jars starting with org-spis, meaning:

  • org-spis-instruments-2.0.0-javadoc.jar
  • org-spis-instruments-2.0.0.jar
  • org-spis-num-bundles-advanced_field_solvers-1.0.jar
  • org-spis-num-bundles-aiseps-5.2.10.jar
  • org-spis-num-bundles-dust-5.2.10.jar
  • org-spis-num-bundles-electric_propulsion-1.0.8.jar
  • org-spis-num-bundles-erosion_contamination-1.0.10.jar
  • org-spis-num-bundles-highvoltage-1.0.8.jar
  • org-spis-num-bundles-liquid_ion_thruster-1.0.jar
  • org-spis-num-bundles-low_noise_distributions-1.0.jar
  • org-spis-num-bundles-multizone-0.9-SNAPSHOT.jar
  • org-spis-num-bundles-passive_discharging-1.0.2.jar
  • org-spis-num-bundles-science_payload-1.0.jar
  • org-spis-num-bundles-thermic-1.0.jar
  • org-spis-num-core-6.1.jar
  • org-spis-ui-archetype-6.1.0.jar
  • org-spis-ui-data-mining-6.1.0.jar
  • org-spis-ui-developer-6.1.0.jar
  • org-spis-ui-electrical-circuit-6.1.0.jar
  • org-spis-ui-geometry-editor-6.1.0.jar
  • org-spis-ui-global-parameters-6.1.0.jar
  • org-spis-ui-group-editor-6.1.0.jar
  • org-spis-ui-instruments-6.1.0.jar
  • org-spis-ui-mesh-6.1.0.jar
  • org-spis-ui-model-6.1.0.jar
  • org-spis-ui-numerical-core-api-6.1.0.jar
  • org-spis-ui-project-6.1.0.jar
  • org-spis-ui-project-converter-6.1.0.jar
  • org-spis-ui-reporting-6.1.0.jar
  • org-spis-ui-simulation-6.1.0.jar
  • org-spis-ui-spis-num-numerical-core-implementation-6.1.0.jar
  • org-spis-ui-tools-6.1.0.jar
  • org-spis-ui-ui2num-6.1.0.jar