-
Enhancement
-
Resolution: Fixed
-
P3
-
2.1, 1.4.0, 1.4.1, 5.0
-
mantis
-
generic, x86
-
generic, windows_xp
-
Verified
Name: fb126949 Date: 12/07/2001
It is impossible to get instances of Port in javax.sound.sampled.*
======================================================================
###@###.### 2002-03-29
Sound Test: test013 & test014 failing in Hopper build 06 on all platforms. Shell script details are below.
#!/bin/ksh
PATH=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin:
JAVAC=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac
CLASSPATH=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013:/net/sqesvr.sfbay/export/st1/Alan/sound/tonga/classes:/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes
DISPLAY=grus:0.0
JAVA=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export PATH
export JAVAC
export CLASSPATH
export DISPLAY
export JAVA
/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac -d /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013/ /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013/*.java
##Exit status of Java compilation=0
#Note: /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes/TestPrefs.java uses or overrides a deprecated API.
#Note: Recompile with -deprecation for details.
PATH=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin:
JAVAC=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac
CLASSPATH=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013:/net/sqesvr.sfbay/export/st1/Alan/sound/tonga/classes:/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes
DISPLAY=grus:0.0
JAVA=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export PATH
export JAVAC
export CLASSPATH
export DISPLAY
export JAVA
/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java -Ddata.dir=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase test013
##Exit status of execution step=1
##!checkExitCode
#
#Port.Info.MICROPHONE: Not Supported, see BugID 4384401
#Port.Info.LINE_IN: Not Supported, see BugID 4384401
#Port.Info.COMPACT_DISC: Not Supported, see BugID 4384401
#Port.Info.SPEAKER: Not Supported, see BugID 4384401
#Port.Info.HEADPHONE: Not Supported, see BugID 4384401
#Port.Info.LINE_OUT: Not Supported, see BugID 4384401
======================================================================
It is impossible to get instances of Port in javax.sound.sampled.*
======================================================================
###@###.### 2002-03-29
Sound Test: test013 & test014 failing in Hopper build 06 on all platforms. Shell script details are below.
#!/bin/ksh
PATH=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin:
JAVAC=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac
CLASSPATH=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013:/net/sqesvr.sfbay/export/st1/Alan/sound/tonga/classes:/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes
DISPLAY=grus:0.0
JAVA=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export PATH
export JAVAC
export CLASSPATH
export DISPLAY
export JAVA
/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac -d /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013/ /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013/*.java
##Exit status of Java compilation=0
#Note: /net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes/TestPrefs.java uses or overrides a deprecated API.
#Note: Recompile with -deprecation for details.
PATH=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin:
JAVAC=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/javac
CLASSPATH=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testrun/SunOS-5.9-grus-jdk141betab06-03.29-09.42-ALL/smitha.Solaris.sparc/test013:/net/sqesvr.sfbay/export/st1/Alan/sound/tonga/classes:/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase/classes
DISPLAY=grus:0.0
JAVA=/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export PATH
export JAVAC
export CLASSPATH
export DISPLAY
export JAVA
/net/sqesvr.sfbay/export/st1/jdk141/beta/b06/solsparc/bin/java -Ddata.dir=/net/sqesvr.sfbay/export/st1/sound/hopper/sound_tonga/testbase test013
##Exit status of execution step=1
##!checkExitCode
#
#Port.Info.MICROPHONE: Not Supported, see BugID 4384401
#Port.Info.LINE_IN: Not Supported, see BugID 4384401
#Port.Info.COMPACT_DISC: Not Supported, see BugID 4384401
#Port.Info.SPEAKER: Not Supported, see BugID 4384401
#Port.Info.HEADPHONE: Not Supported, see BugID 4384401
#Port.Info.LINE_OUT: Not Supported, see BugID 4384401
======================================================================
- duplicates
-
JDK-4643041 RFE: Implement Ports in Java Sound
- Closed
-
JDK-4504642 Implement Javasound "Ports"
- Closed
-
JDK-6405329 Need ability to select from multiple inputs and outputs
- Closed
- relates to
-
JDK-4366723 sound API should support line control type MIXER and MUX
- Closed
-
JDK-4384401 JavaDoc & JavaSound Prog. Guide describe "Ports" but they're not implemented.
- Closed
-
JDK-4782900 RFE: Linux: Implement Ports
- Closed
(1 relates to)