|
From: Scott T. <sc...@rc...> - 2004-06-11 21:52:07
|
Hi
I am trying to build javax-usb. I have used ant to create my jsr80.jar and have put that into my classpath.
When attempting to build javax-usb-ri_0.10.2 using "ant all" I get the following:
<output>
Buildfile: build.xml
clean:
[echo] Cleaning everything.
[delete] /usr/java142/javax-usb/javax-usb-ri/lib not found.
[delete] /usr/java142/javax-usb/javax-usb-ri/docs/jdoc not found.
compile:
[echo] Compiling class files.
[javac] Compiling 46 source files to /usr/java142/javax-usb/javax-usb-ri/src
[javac] /usr/java142/javax-usb/javax-usb-ri/src/com/ibm/jusb/tools/swing/UsbControlIrpPanel.java:221: error: Type `JTextArea' not found in declaration of field `packetDataTextArea'.
[javac] protected JTextArea packetDataTextArea = new JTextArea(3, 25);
[javac] ^
[javac] /usr/java142/javax-usb/javax-usb-ri/src/com/ibm/jusb/tools/swing/UsbPanel.java:53: error: Type `JTextArea' not found in declaration of field `textArea'.
[javac] protected JTextArea textArea = new JTextArea(15, 30);
[javac] ^
[javac] /usr/java142/javax-usb/javax-usb-ri/src/com/ibm/jusb/tools/swing/UsbDevicePanel.java:255: error: Type `JTextArea' not found in declaration of field `outputTextArea'.
[javac] private JTextArea outputTextArea = new JTextArea(3, 30);
[javac] ^
[javac] /usr/java142/javax-usb/javax-usb-ri/src/com/ibm/jusb/tools/swing/UsbIrpPanel.java:184: error: Type `JTextArea' not found in declaration of field `packetDataTextArea'.
[javac] protected JTextArea packetDataTextArea = new JTextArea();
[javac] ^
[javac] /usr/java142/javax-usb/javax-usb-ri/src/com/ibm/jusb/tools/swing/UsbPipePanel.java:278: error: Type `JTextArea' not found in declaration of field `outputTextArea'.
[javac] private JTextArea outputTextArea = new JTextArea();
[javac] ^
[javac] 5 errors
BUILD FAILED
file:/usr/java142/javax-usb/javax-usb-ri/build.xml:111: Compile failed; see the compiler error output for details.
Total time: 1 second
</output>
Any ideas as to what is going wrong or what I'm doing wrong? Javax-usb is my first ant built project so I may be screwing stuff up here.
Thanks,
Scott
____________________________________________________________________________
Ronneberger Computing Inc.
100 Main St., Box 820
Brighton. ON, K0K 1H0 Canada
(613)475-3946 ext. 31
email:sc...@rc...
http://www.rci.ca
|