[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Developers] Building the rugged examples
a.schofield@sstl.co.uk a écrit :
Hi there,
Hi Andy,
I'm just starting off with the Orekit/Rugged system and wanted to build the 3
examples in the Rugged package i.e. directLocation, DL with DEM and
InverseLocation.
Using Orekit 8.0 and Rugged 1.0, should these examples still compile?
I was just trying the command line javac for now with the following jars...
hipparchus-core-1.0.jar;hipparchus-
geometry-1.0.jar;orekit-8.0.jar;rugged-1.0.jar
on DirectLocation.java (with the import changed from the commons.math3 to
Hipparchus based on the info in https://www.orekit.org/static/faq.html
Unfortunately, the current released version of Rugged still depends on
the previous Orekit (7.x series) and Apache Commons Math.
We plan to do a Rugged release in the next few months so everything is in
sync.
For now, you should get the Rugged development version (unreleased but
already updated to Orekit 8 and Hipparchus). You can get it directly
from the git repository. You can use from the command line
something like:
git clone https://www.orekit.org/git/rugged-main.git
Using any other git tool (eclipse, or any grahical tool), you can adapt
the command line above easily.
best regards,
Luc
Regards
Andy