Re: JOB-4.3.0-eval on Fedora Core 4 Linux platform
David Weir <[email protected]> Thu, 3 Nov 2005 18:37:05 -0330
| Newsgroups | gmane.comp.corba.orbacus |
|---|---|
| Organization | Object Oriented Concepts, Inc. - An IONA Company |
| Message-ID | <[email protected]> |
Hello Charles, On Thu, Nov 03, 2005 at 04:52:14PM -0500, Charles Lawrence wrote: > Gentlemen, > > I am attempting to build the Orbacus 4.3.0 evaluation on a Fedora Core 4 > Linux platform. > > I placed the source distribution in /usr/local/src/JOB-4.3.0-eval. > > I used the "ant -Dinstall.dir=/usr/local/JOB-4.3.0" command. > > Everything seemed to be going along OK, even though many many warning > messages were output such as: > > [ob.javac] ---------- > > [ob.javac] 23. WARNING in > /usr/local/src/JOB-4.3.0-eval/ob/src/generated/com/ooc/OAD/_ProcessEndpo > intStub.java > > [ob.javac] (at line 20) > > [ob.javac] public class _ProcessEndpointStub extends > org.omg.CORBA.portable.ObjectImpl > > [ob.javac] ^^^^^^^^^^^^^^^^^^^^ > > [ob.javac] The serializable class _ProcessEndpointStub does not declare > a static final serialVersionUID field of type long > > [ob.javac] ---------- > > Then all of a sudden I get this output: > > BUILD FAILED > > /usr/local/src/JOB-4.3.0-eval/build.xml:30: The following error occurred > while executing this line: > > /usr/local/src/JOB-4.3.0-eval/build.xml:12: The following error occurred > while executing this line: > > /usr/local/src/JOB-4.3.0-eval/util/build.xml:13: The following error > occurred while executing this line: > > /usr/local/src/JOB-4.3.0-eval/util/src/build.xml:18: Compile failed; see > the compiler error output for details. > > > I am not sure how to interpret the above lines except that the below two > error messages were output just prior the failure. > > I am assuming that the build failed because the messages are errors and > not warnings. > > [ob.javac] 2. ERROR in > /usr/local/src/JOB-4.3.0-eval/util/src/com/ooc/Util/GUI/Help.java > > [ob.javac] (at line 21) > > [ob.javac] import javax.swing.text.html.HTMLEditorKit; > > [ob.javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > [ob.javac] The import javax.swing.text.html.HTMLEditorKit cannot be > resolved > > [ob.javac] ---------- > > [ob.javac] 3. ERROR in > /usr/local/src/JOB-4.3.0-eval/util/src/com/ooc/Util/GUI/Help.java > > [ob.javac] (at line 22) > > [ob.javac] import javax.swing.text.html.HTMLDocument; > > [ob.javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > [ob.javac] The import javax.swing.text.html.HTMLDocument cannot be > resolved > > > I am clueless as to what to do next. Can someone help me get this thing > to build on Fedora Core 4? I have all the latest packages installed. > > Thanks in advance. > > Charles Lawrence > [email protected] > > _______________________________________________ > OB-Users Mailing List - [email protected] > http://mail.ooc.nf.ca/mailman/listinfo/ob-users > Visit our support FAQ before you send a message. > http://www.orbacus.com/faq/support.html What versions of Java and Ant are you using? Orbacus 4.3.0 supports both JDK 1.4 and 1.5 (Java 5), and requires Ant 1.6 or higher. Could you please confirm that you are using supported versions of these tools? Cheers, Dave -- David Weir Team Orbacus - Your CORBA Source E-Mail: [email protected] WWW: http://www.orbacus.com _______________________________________________ OB-Users Mailing List - [email protected] http://mail.ooc.nf.ca/mailman/listinfo/ob-users Visit our support FAQ before you send a message. http://www.orbacus.com/faq/support.html