Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analyst WebApp
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fidentis
Analyst WebApp
Commits
b8471e8c
There was an error fetching the commit references. Please try again later.
Commit
b8471e8c
authored
4 years ago
by
Radek Ošlejšek
Browse files
Options
Downloads
Patches
Plain Diff
Oracle JDK 11 required
parent
1bd0161f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Comparison/pom.xml
+0
-8
0 additions, 8 deletions
Comparison/pom.xml
MeshModel/pom.xml
+0
-8
0 additions, 8 deletions
MeshModel/pom.xml
README.md
+3
-3
3 additions, 3 deletions
README.md
pom.xml
+2
-4
2 additions, 4 deletions
pom.xml
with
5 additions
and
23 deletions
Comparison/pom.xml
+
0
−
8
View file @
b8471e8c
...
...
@@ -51,14 +51,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
8
</source>
<target>
8
</target>
</configuration>
</plugin>
<!-- <plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
...
...
This diff is collapsed.
Click to expand it.
MeshModel/pom.xml
+
0
−
8
View file @
b8471e8c
...
...
@@ -55,14 +55,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
8
</source>
<target>
8
</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
b8471e8c
...
...
@@ -6,7 +6,7 @@ This project is being developed at Masaryk University, Brno, as collaborative pr
## Requirements
*
Java SE 13+
*
Oracle JDK 11 (JOGL 2.3 does not work with JDK >11 properly, at leat at Linux; should be working again in ongoing JOGL 2.4)
*
[
Maven
](
https://www.mkyong.com/maven/how-to-install-maven-in-windows/
)
for compilation
*
IDE for development, e.g. NetBeans or IntelliJ IDEA
...
...
@@ -14,8 +14,8 @@ This project is being developed at Masaryk University, Brno, as collaborative pr
*
To build the application from scratch, run
`mvn clean install`
.
*
To run the application
*
go to the
`application`
directory
`,
*
either execute a binary file located in the `
target/fidentisanalyst/bin/
` or
run `
mvn nbm:run-platform
`
*
run a binary file located in the
`target/fidentisanalyst/bin/`
*
or go to the
`application`
directory and
run
`mvn nbm:run-platform`
## Developer's guide
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
2
−
4
View file @
b8471e8c
...
...
@@ -49,13 +49,11 @@
</configuration>
</plugin>
<plugin>
<!-- NetBeans 6.9+ requires JDK 6, starting NetBeans 7.4 source 1.7 is required -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.5
.1
</version>
<version>
3.8
.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<release>
8
</release>
</configuration>
</plugin>
<plugin>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment