You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
# Set up to run the Java build script per the Travis CI documentation
5
5
language: java
6
6
7
-
# Configure the build to use Oracle JDK 8
7
+
# Configure the build to use Oracle JDK 9
8
8
jdk:
9
-
- oraclejdk8
9
+
- oraclejdk9
10
10
11
11
# Install the Ant JUnit package, which is missing from the Travis CI environment. See the Travis documentation: https://docs.travis-ci.com/user/installing-dependencies/#Adding-APT-Packages
12
12
addons:
@@ -15,14 +15,14 @@ addons:
15
15
- ant-optional
16
16
17
17
# Use xvfb to run tests that require a GUI and give it some time to start
18
-
before_script:
19
-
- "export DISPLAY=:99.0"
20
-
- "sh -e /etc/init.d/xvfb start"
21
-
- sleep 3
18
+
#before_script:
19
+
#- "export DISPLAY=:99.0"
20
+
#- "sh -e /etc/init.d/xvfb start"
21
+
#- sleep 3
22
22
23
23
# Build the project
24
24
script:
25
-
- ant build
25
+
- ant assemble
26
26
27
27
# Deployment has been disabled in preparation for the WorldWind project suspension on April 5, 2019
Copy file name to clipboardExpand all lines: README.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
3
3
# WorldWind Java
4
4
5
-
```
6
-
Currently WorldWind is undergoing system evaluation. We will not be able to accept any software
7
-
update requests. WorldWind users can continue to access the NASA servers and SDKs, available on
8
-
Github. More information will be provided in the near future. If you have questions and/or
9
-
concerns, please feel free to email at:
5
+
## NASA Renews Commitment to WorldWind
6
+
WorldWind has received renewed commitment from NASA for continued development and support. NASA will continue to release updates to the WorldWind SDKs, and will continue to make the WorldWind Servers accessible for all Users. We plan to make an announcement soon regarding a path forward for improved support of the WorldWind User & Developer communities.
7
+
8
+
If you have questions and/or concerns, please feel free to email at:
0 commit comments