You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/04/13 03:25:17 UTC

[incubator-netbeans-html4j] branch master updated (2afce5b -> 9430370)

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

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git.


    from 2afce5b  Usage of relative paths makes the javadoc work on windows too
     add a618772  Test to verify audio clip works in headless environment
     add 9d60671  Use typeof Audio to test presence of Audio support in the JavaScript environment
     new 9430370  Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sound/pom.xml                                      | 28 ++++++++++++++++++++--
 .../netbeans/html/sound/impl/BrowserAudioEnv.java  |  2 +-
 .../java/net/java/html/sound/AudioClipTest.java    | 22 ++++++++++-------
 3 files changed, 40 insertions(+), 12 deletions(-)
 copy boot-script/src/test/java/net/java/html/boot/script/Jsr223JavaScriptTst.java => sound/src/test/java/net/java/html/sound/AudioClipTest.java (71%)

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
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


[incubator-netbeans-html4j] 01/01: Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git

commit 94303700de4466d61475eb8edabb2113e67c89de
Merge: 2afce5b 9d60671
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Fri Apr 13 05:25:15 2018 +0200

    Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio
    
    Missing Audio object caused exception

 sound/pom.xml                                      | 28 +++++++++++++++--
 .../netbeans/html/sound/impl/BrowserAudioEnv.java  |  2 +-
 .../java/net/java/html/sound/AudioClipTest.java    | 35 ++++++++++++++++++++++
 3 files changed, 62 insertions(+), 3 deletions(-)

diff --cc sound/pom.xml
index a2d24e7,267edb2..baf0549
--- a/sound/pom.xml
+++ b/sound/pom.xml
@@@ -56,8 -68,20 +68,20 @@@
          </dependency>
          <dependency>
              <groupId>org.netbeans.html</groupId>
+             <artifactId>net.java.html.boot.script</artifactId>
+             <version>${project.version}</version>
+             <type>jar</type>
+         </dependency>
+         <dependency>
+             <groupId>org.netbeans.html</groupId>
+             <artifactId>net.java.html.boot.fx</artifactId>
+             <version>${project.version}</version>
+             <type>jar</type>
+         </dependency>
+         <dependency>
+             <groupId>org.netbeans.html</groupId>
              <artifactId>net.java.html.boot</artifactId>
 -            <version>1.5.1</version>
 +            <version>2.0-SNAPSHOT</version>
              <type>jar</type>
          </dependency>
          <dependency>

-- 
To stop receiving notification emails like this one, please contact
jtulach@apache.org.

---------------------------------------------------------------------
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