Changes between Version 7 and Version 8 of JavaSupport


Ignore:
Timestamp:
Jul 17, 2013 12:05:09 PM (11 years ago)
Author:
Mei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaSupport

    v7 v8  
    55jabac is a native java implementation of libabac, based on the Jung graph libraries.  It developed alongside the C libabac library, and the API is the same in general, but there are some differences in detail.  Some calls take slightly different parameters and the whole thing takes more advantage of the java object framework.  The jibrary has complete [http://abac.deterlab.net/javadoc/index.html javadocs on the site] as well as in the distribution.
    66
    7 The java is distributed in the [http://abac.deterlab.net/src/abac-0.1.4.tar.gz main source distribution] and full sources are in [WikiStart#TrackingDevelopment the usual source code reops].
     7The java is distributed in the [http://abac.deterlab.net/src/abac-0.1.5.tar.gz main source distribution] and full sources are in [WikiStart#TrackingDevelopment the usual source code reops].
    88
    99
    1010== Installing from Source ==
    1111
    12 Download the [http://abac.deterlab.net/src/abac-0.1.4.tar.gz main distribution] and [WikiStart#SoftwareDependencies install the java dependencies.] Those are a JVM and the ant build system. Everythine else is in the distribution.  From there you can build the distribution:
     12Download the [http://abac.deterlab.net/src/abac-0.1.5.tar.gz main distribution] and [WikiStart#SoftwareDependencies install the java dependencies.] Those are a JVM and the ant build system. Everythine else is in the distribution.  From there you can build the distribution:
    1313
    1414{{{
    15 $ cd abac-0.1.4/java
     15$ cd abac-0.1.5/java
    1616$ ant all
    1717}}}
    1818
    19 That target creates the jabac jar file (in {{{build/jabac-1.4.jar}}}) and the java docs for users (in {{{doc}}}) and developers (in {{{dev-doc}}}).  You can run regression tests using:
     19That target creates the jabac jar file (in {{{build/jabac-1.5.jar}}}) and the java docs for users (in {{{doc}}}) and developers (in {{{dev-doc}}}).  You can run regression tests using:
    2020
    2121{{{