Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Orekit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Gaëtan Pierre
Orekit
Commits
2979d35d
Commit
2979d35d
authored
8 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Finalize 7.2 release.
parent
b4ac78e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/site/markdown/building.md
+4
-18
4 additions, 18 deletions
src/site/markdown/building.md
src/site/markdown/downloads.md
+8
-1
8 additions, 1 deletion
src/site/markdown/downloads.md
src/site/markdown/faq.md
+1
-0
1 addition, 0 deletions
src/site/markdown/faq.md
with
13 additions
and
19 deletions
src/site/markdown/building.md
+
4
−
18
View file @
2979d35d
...
...
@@ -97,21 +97,7 @@ The simplest way to use Orekit with Eclipse is to follow these steps:
*
unpack the distribution inside your Eclipse workspace
*
create a new java project from existing sources and direct Eclipse to the
directory where you unpacked Orekit
*
set the source folders to
*
orekit/src/main/java
*
orekit/src/test/java
*
orekit/src/tutorials/java
*
orekit/src/main/resources
*
orekit/src/test/resources
*
orekit/src/tutorials/resources
in the source tab of the Configure Build Path dialog
*
set the external libraries to JRE system library (provided by Eclipse),
Junit 4.x (provided by Eclipse) and Apache Commons Math (available at
Apache Software Foundation Commons Math
[
downloads page
](
http://commons.apache.org/proper/commons-math/download_math.cgi
)
)
in the libraries tab of the Configure Build Path dialog
*
import the project as an "Existing Maven Project"
Everything should be configured automatically, including the dependency
to the underlying mathematical library.
This diff is collapsed.
Click to expand it.
src/site/markdown/downloads.md
+
8
−
1
View file @
2979d35d
...
...
@@ -41,6 +41,13 @@ with groupID org.orekit and artifactId orekit so maven
internal mechanism will download automatically all artifacts and dependencies
as required.
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source |
[
orekit-7.2-sources.zip
](
https://www.orekit.org/forge/attachments/download/601/orekit-7.2-sources.zip
)
|
| binary |
[
orekit-7.2.jar
](
https://www.orekit.org/forge/attachments/download/602/orekit-7.2.jar
)
|
| javadoc |
[
orekit-7.2-javadoc.jar
](
https://www.orekit.org/forge/attachments/download/603/orekit-7.2-javadoc.jar
)
|
version 7.2 downloads (release date: 2016-04-05)
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source |
[
orekit-7.1-sources.zip
](
https://www.orekit.org/forge/attachments/download/585/orekit-7.1-sources.zip
)
|
...
...
@@ -148,4 +155,4 @@ There are no guarantees that this file will be available indefinitely or that it
content will be updated. It should be considered as a simple configuration example.
Users are encouraged to set up their own configuration data.
The file is available by following this link:
[
orekit-data.zip
](
https://www.orekit.org/forge/attachments/download/
584
/orekit-data.zip
)
.
The file is available by following this link:
[
orekit-data.zip
](
https://www.orekit.org/forge/attachments/download/
600
/orekit-data.zip
)
.
This diff is collapsed.
Click to expand it.
src/site/markdown/faq.md
+
1
−
0
View file @
2979d35d
...
...
@@ -111,6 +111,7 @@ with version 4.1, Orekit depends only on officially released versions of Apache
Orekit 6.1 | Apache Commons Math 3.2
Orekit 7.0 | Apache Commons Math 3.4.1
Orekit 7.1 | Apache Commons Math 3.6
Orekit 7.2 | Apache Commons Math 3.6.1
### Maven failed to compile Orekit and complained about a missing artifact.
...
...
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