You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by he...@apache.org on 2020/04/22 18:34:16 UTC

[netbeans] 01/01: [TRAVIS] RUn tests for enterprise modules

This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch enterprise_tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 1286226e674594d19874e676194965b120f17e30
Author: Hector Espert <he...@gmail.com>
AuthorDate: Wed Apr 22 20:33:23 2020 +0200

    [TRAVIS] RUn tests for enterprise modules
---
 .travis.yml                                               | 2 ++
 enterprise/websvc.websvcapi/nbproject/project.properties  | 2 +-
 enterprise/websvc.wsstackapi/nbproject/project.properties | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 348e149..995bcc9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -593,6 +593,8 @@ matrix:
             - ant $OPTS build
           script:
             - ant $OPTS -f enterprise/spring.webmvc test
+            - ant $OPTS -f enterprise/websvc.websvcapi test
+            - ant $OPTS -f enterprise/websvc.wsstackapi test
             
         - name: Test groovy modules on Java 8
           jdk: openjdk8
diff --git a/enterprise/websvc.websvcapi/nbproject/project.properties b/enterprise/websvc.websvcapi/nbproject/project.properties
index 62a0c39..ddd8d03 100644
--- a/enterprise/websvc.websvcapi/nbproject/project.properties
+++ b/enterprise/websvc.websvcapi/nbproject/project.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 javac.compilerargs=-Xlint:unchecked
-javac.source=1.6
+javac.source=1.8
 javadoc.overview=${basedir}/overview.html
 javadoc.arch=${basedir}/arch.xml
 
diff --git a/enterprise/websvc.wsstackapi/nbproject/project.properties b/enterprise/websvc.wsstackapi/nbproject/project.properties
index 9d16890..cc4f166 100644
--- a/enterprise/websvc.wsstackapi/nbproject/project.properties
+++ b/enterprise/websvc.wsstackapi/nbproject/project.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-javac.source=1.6
+javac.source=1.8
 javac.compilerargs=-Xlint:unchecked
 javadoc.arch=${basedir}/arch.xml
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists