Ticket #67: ant.log

File ant.log, 25.9 kB (added by alban@tryphon.org, 3 years ago)

ant log with -Dbuild.compiler=gcj

Line 
1
2 clean:
3    [delete] Deleting directory /home/alban/share/projects/kolaka.org/freecast/trunk/build
4
5 prepare.track.optional.check:
6
7 prepare.track.optional:
8
9 prepare.antlion:
10
11 prepare.libraries:
12
13 build.validate:
14
15 build.core.classes:
16     [mkdir] Created dir: /home/alban/share/projects/kolaka.org/freecast/trunk/build/core/classes
17     [javac] Compiling 297 source files to /home/alban/share/projects/kolaka.org/freecast/trunk/build/core/classes
18     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/config/BaseConfigurationLoader.java:0: error: cannot find file for class org.apache.commons.digester.AbstractObjectCreationFactory
19     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/node/DefaultNodeService.java:57: error: Nested class org.kolaka.freecast.service.LoopService$LoopInterruptedException is protected; cannot be accessed from here.
20     [javac]                     public long loop() throws LoopInterruptedException {
21     [javac]                                                      ^
22     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/node/NullNodeService.java:39: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'add'.
23     [javac]     public void add(Listener listener) {
24     [javac]                            ^
25     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/node/NullNodeService.java:42: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'remove'.
26     [javac]     public void remove(Listener listener) {
27     [javac]                               ^
28     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/node/NullNodeService.java:57: error: Type 'Status' not found in the declaration of the return type of method 'getStatus'.
29     [javac]     public Status getStatus() {
30     [javac]                   ^
31     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/EncoderOggSource.java:34: error: Class or interface 'javax.sound.sampled.AudioInputStream' not found in import.
32     [javac]    import javax.sound.sampled.AudioInputStream;
33     [javac]           ^
34     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/EncoderOggSource.java:56: error: Type 'AudioInputStream' not found in declaration of field 'audioInput'.
35     [javac]     private final AudioInputStream audioInput;
36     [javac]                          ^
37     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/EncoderOggSource.java:64: error: Type 'AudioInputStream' not found in the declaration of the argument 'audioInput' of method '<init>'.
38     [javac]     public EncoderOggSource(AudioInputStream audioInput, String description, float quality) {
39     [javac]                                    ^
40     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:36: error: Class or interface 'javax.sound.sampled.spi.FormatConversionProvider' not found in import.
41     [javac]    import javax.sound.sampled.spi.FormatConversionProvider;
42     [javac]           ^
43     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:107: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'decode'.
44     [javac]     public AudioInputStream decode(InputStream inputStream)
45     [javac]                   ^
46     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:108: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
47     [javac]                     throws UnsupportedAudioFileException, IOException {
48     [javac]                                   ^
49     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:109: error: Type 'AudioInputStream' not found in the declaration of the local variable 'oggStream'.
50     [javac]             AudioInputStream oggStream = createOggStream(inputStream);
51     [javac]                    ^
52     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:115: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createOggStream'.
53     [javac]     protected abstract AudioInputStream createOggStream(InputStream inputStream)
54     [javac]                               ^
55     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:116: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
56     [javac]                     throws UnsupportedAudioFileException, IOException;
57     [javac]                                   ^
58     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:119: error: Type 'AudioInputStream' not found in the declaration of the argument 'oggStream' of method 'createDecodedStream'.
59     [javac]                     AudioInputStream oggStream) throws UnsupportedAudioFileException {
60     [javac]                            ^
61     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:118: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createDecodedStream'.
62     [javac]     private AudioInputStream createDecodedStream(AudioFormat pcmFormat,
63     [javac]                    ^
64     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:119: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
65     [javac]                     AudioInputStream oggStream) throws UnsupportedAudioFileException {
66     [javac]                                                               ^
67     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:123: error: Type 'UnsupportedAudioFileException' not found in the declaration of the local variable 'exception'.
68     [javac]                     UnsupportedAudioFileException exception = new UnsupportedAudioFileException(
69     [javac]                            ^
70     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:132: error: Type 'AudioInputStream' not found in the declaration of the argument 'oggStream' of method 'createDecodedStreamImpl'.
71     [javac]                     AudioFormat pcmFormat, AudioInputStream oggStream);
72     [javac]                                                   ^
73     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:131: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createDecodedStreamImpl'.
74     [javac]     protected abstract AudioInputStream createDecodedStreamImpl(
75     [javac]                               ^
76     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:134: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'decode'.
77     [javac]     public AudioInputStream decode(AudioFormat pcmFormat,
78     [javac]                   ^
79     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:135: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
80     [javac]                     InputStream inputStream) throws UnsupportedAudioFileException,
81     [javac]                                                            ^
82     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:137: error: Type 'AudioInputStream' not found in the declaration of the local variable 'oggStream'.
83     [javac]             AudioInputStream oggStream = createOggStream(inputStream);
84     [javac]                    ^
85     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:150: error: Type 'AudioInputStream' not found in the declaration of the local variable 'decodedStream'.
86     [javac]             AudioInputStream decodedStream = createDecodedStream(decodedFormat,
87     [javac]                    ^
88     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:178: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createOggStream'.
89     [javac]             protected AudioInputStream createOggStream(InputStream inputStream)
90     [javac]                              ^
91     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:179: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
92     [javac]                             throws UnsupportedAudioFileException, IOException {
93     [javac]                                           ^
94     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:189: error: Type 'AudioInputStream' not found in the declaration of the argument 'originalAudioInput' of method 'createDecodedStreamImpl'.
95     [javac]                             AudioFormat pcmFormat, AudioInputStream originalAudioInput) {
96     [javac]                                                           ^
97     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:188: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createDecodedStreamImpl'.
98     [javac]             protected AudioInputStream createDecodedStreamImpl(
99     [javac]                              ^
100     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:198: error: Type 'AudioFileReader' not found in declaration of field 'fileReader'.
101     [javac]             private final AudioFileReader fileReader;
102     [javac]                                  ^
103     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:200: error: Type 'FormatConversionProvider' not found in declaration of field 'conversionProvider'.
104     [javac]             private final FormatConversionProvider conversionProvider;
105     [javac]                                  ^
106     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:206: error: Type 'AudioFileReader' not found in the declaration of the argument 'fileReader' of method '<init>'.
107     [javac]             public Direct(AudioFileReader fileReader,
108     [javac]                                  ^
109     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:207: error: Type 'FormatConversionProvider' not found in the declaration of the argument 'conversionProvider' of method '<init>'.
110     [javac]                             FormatConversionProvider conversionProvider) {
111     [javac]                                    ^
112     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:212: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createOggStream'.
113     [javac]             protected AudioInputStream createOggStream(InputStream inputStream)
114     [javac]                              ^
115     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:213: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
116     [javac]                             throws UnsupportedAudioFileException, IOException {
117     [javac]                                           ^
118     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:218: error: Type 'AudioInputStream' not found in the declaration of the argument 'originalAudioInput' of method 'createDecodedStreamImpl'.
119     [javac]                             AudioFormat pcmFormat, AudioInputStream originalAudioInput) {
120     [javac]                                                           ^
121     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/ogg/OggDecoder.java:217: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'createDecodedStreamImpl'.
122     [javac]             protected AudioInputStream createDecodedStreamImpl(
123     [javac]                              ^
124     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/peer/DefaultPeerControler.java:64: error: Type 'Auditor' not found in declaration of field 'auditor'.
125     [javac]     private final Auditor auditor;
126     [javac]                          ^
127     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/pipe/BaseInterruptible.java:50: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'add'.
128     [javac]     public void add(Listener listener) {
129     [javac]                            ^
130     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/pipe/BaseInterruptible.java:54: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'remove'.
131     [javac]     public void remove(Listener listener) {
132     [javac]                               ^
133     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/AudioPlayer.java:31: error: Class or interface 'javax.sound.sampled.LineUnavailableException' not found in import.
134     [javac]    import javax.sound.sampled.LineUnavailableException;
135     [javac]           ^
136     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/AudioPlayer.java:85: error: Type 'LineUnavailableException' not found in the declaration of the local variable 'e'.
137     [javac]             } catch (LineUnavailableException e) {
138     [javac]                             ^
139     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/AudioPlayer.java:96: error: Type 'LineUnavailableException' not found in the declaration of the local variable 'e'.
140     [javac]             } catch (LineUnavailableException e) {
141     [javac]                             ^
142     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/AudioPlayer.java:168: error: Type 'AudioInputStream' not found in the declaration of the local variable 'audioInput'.
143     [javac]                             AudioInputStream audioInput = null;
144     [javac]                                    ^
145     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/BasePlayerSource.java:41: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'addListener'.
146     [javac]     public void addListener(Listener listener) {
147     [javac]                                    ^
148     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/BasePlayerSource.java:45: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'removeListener'.
149     [javac]     public void removeListener(Listener listener) {
150     [javac]                                       ^
151     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/BasePlayerSource.java:51: error: Type 'Listener' not found in the declaration of the local variable 'listener'.
152     [javac]                     Listener listener = (Listener) iter.next();
153     [javac]                            ^
154     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/NullPlayer.java:40: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'add'.
155     [javac]     public void add(Listener listener) {
156     [javac]                            ^
157     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/NullPlayer.java:44: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'remove'.
158     [javac]     public void remove(Listener listener) {
159     [javac]                               ^
160     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/player/NullPlayer.java:64: error: Type 'Status' not found in the declaration of the return type of method 'getStatus'.
161     [javac]     public Status getStatus() {
162     [javac]                   ^
163     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/service/BaseService.java:36: error: Type 'Status' not found in declaration of field 'status'.
164     [javac]     private Status status = Status.CREATED;
165     [javac]                    ^
166     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/service/BaseService.java:44: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'add'.
167     [javac]     public void add(Listener listener) {
168     [javac]                            ^
169     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/service/BaseService.java:48: error: Type 'Listener' not found in the declaration of the argument 'listener' of method 'remove'.
170     [javac]     public void remove(Listener listener) {
171     [javac]                               ^
172     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/service/BaseService.java:67: error: Type 'Status' not found in the declaration of the return type of method 'getStatus'.
173     [javac]     public Status getStatus() {
174     [javac]                   ^
175     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/service/Service.java:69: error: Type 'Status' not found in the declaration of the return type of method 'getStatus'.
176     [javac]     public Status getStatus();
177     [javac]                   ^
178     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:44: error: Class or interface 'sun.misc.ServiceConfigurationError' not found in import.
179     [javac]    import sun.misc.ServiceConfigurationError;
180     [javac]           ^
181     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:48: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'getAudioInputStream'.
182     [javac]     public static AudioInputStream getAudioInputStream(InputStream stream)
183     [javac]                          ^
184     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:49: error: Class 'UnsupportedAudioFileException' not found in 'throws'.
185     [javac]                     throws UnsupportedAudioFileException, IOException {
186     [javac]                                   ^
187     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:53: error: Type 'AudioFileReader' not found in the declaration of the local variable 'reader'.
188     [javac]                     AudioFileReader reader = (AudioFileReader) providers.next();
189     [javac]                            ^
190     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:57: error: Type 'AudioInputStream' not found in the declaration of the local variable 'audioStream'.
191     [javac]                             AudioInputStream audioStream = reader
192     [javac]                                    ^
193     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:62: error: Type 'UnsupportedAudioFileException' not found in the declaration of the local variable 'e'.
194     [javac]                     } catch (UnsupportedAudioFileException e) {
195     [javac]                                     ^
196     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:72: error: Type 'AudioInputStream' not found in the declaration of the argument 'sourceStream' of method 'getAudioInputStream'.
197     [javac]                     AudioFormat targetFormat, AudioInputStream sourceStream) {
198     [javac]                                                      ^
199     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:71: error: Type 'AudioInputStream' not found in the declaration of the return type of method 'getAudioInputStream'.
200     [javac]     public static AudioInputStream getAudioInputStream(
201     [javac]                          ^
202     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:84: error: Type 'FormatConversionProvider' not found in the declaration of the local variable 'codec'.
203     [javac]                     FormatConversionProvider codec = (FormatConversionProvider) providers
204     [javac]                            ^
205     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/AudioSystem.java:115: error: Class 'ServiceConfigurationError' not found in 'throws'.
206     [javac]                     throws ServiceConfigurationError {
207     [javac]                                   ^
208     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/StereoPCMAudioInputStream.java:30: error: Class or interface 'javax.sound.sampled.AudioInputStream' not found in import.
209     [javac]    import javax.sound.sampled.AudioInputStream;
210     [javac]           ^
211     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/StereoPCMAudioInputStream.java:39: error: Superclass 'AudioInputStream' of class 'org.kolaka.freecast.sound.StereoPCMAudioInputStream' not found.
212     [javac]    public class StereoPCMAudioInputStream extends AudioInputStream {
213     [javac]                                                   ^
214     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/StereoPCMAudioInputStream.java:41: error: Type 'AudioInputStream' not found in declaration of field 'inputStream'.
215     [javac]     private AudioInputStream inputStream;
216     [javac]                    ^
217     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/StereoPCMAudioInputStream.java:47: error: Type 'AudioInputStream' not found in the declaration of the argument 'sourceStream' of method '<init>'.
218     [javac]     public StereoPCMAudioInputStream(AudioInputStream sourceStream) {
219     [javac]                                             ^
220     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/sound/StereoPCMAudioInputStream.java:70: error: Type 'AudioFormat.Encoding' not found in the declaration of the argument 'encoding' of method 'isPcm'.
221     [javac]     public static boolean isPcm(AudioFormat.Encoding encoding) {
222     [javac]                                        ^
223     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/tracker/DefaultTracker.java:55: error: Type 'Auditor' not found in declaration of field 'auditor'.
224     [javac]     private final Auditor auditor;
225     [javac]                          ^
226     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/FilePlaylist.java:79: error: Type 'Entry' not found in the declaration of the return type of method 'get'.
227     [javac]     public Entry get(int index) throws IOException {
228     [javac]                   ^
229     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/OggSourceFactoryReceiver.java:74: error: Type 'Loop' not found in the declaration of the return type of method 'createLoop'.
230     [javac]     protected Loop createLoop() {
231     [javac]                      ^
232     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/OggSourceFactoryReceiver.java:77: error: Class 'LoopInterruptedException' not found in 'throws'.
233     [javac]                     public long loop() throws LoopInterruptedException {
234     [javac]                                                      ^
235     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/OggSourceReceiver.java:48: error: Type 'Auditor' not found in declaration of field 'auditor'.
236     [javac]     private final Auditor auditor;
237     [javac]                          ^
238     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/PlaylistEncoderOggSourceFactory.java:31: error: Class or interface 'javax.sound.sampled.UnsupportedAudioFileException' not found in import.
239     [javac]    import javax.sound.sampled.UnsupportedAudioFileException;
240     [javac]           ^
241     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/PlaylistEncoderOggSourceFactory.java:74: error: Type 'AudioInputStream' not found in the declaration of the local variable 'audioInput'.
242     [javac]             AudioInputStream audioInput;
243     [javac]                    ^
244     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/PlaylistEncoderOggSourceFactory.java:76: error: Type 'AudioInputStream' not found in the declaration of the local variable 'originalAudioInput'.
245     [javac]                     AudioInputStream originalAudioInput = AudioSystem
246     [javac]                            ^
247     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/PlaylistEncoderOggSourceFactory.java:80: error: Type 'UnsupportedAudioFileException' not found in the declaration of the local variable 'e'.
248     [javac]             } catch (UnsupportedAudioFileException e) {
249     [javac]                             ^
250     [javac] /home/alban/share/projects/kolaka.org/freecast/trunk/source/org/kolaka/freecast/transport/receiver/ResourcePlaylist.java:105: error: Type 'Entry' not found in the declaration of the return type of method 'get'.
251     [javac]     public Entry get(int index) throws IOException {
252     [javac]                   ^
253     [javac] 78 errors
254
255 BUILD FAILED
256 /home/alban/share/projects/kolaka.org/freecast/trunk/build.xml:280: Compile failed; see the compiler error output for details.
257
258 Total time: 3 seconds