Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Java Software Programming Apache

Apache Ant 1.5.4 Released 16

Dan writes "Apache Ant 1.5.4 has been released, it addresses problems relating to java, and visual age for java tasks."
This discussion has been archived. No new comments can be posted.

Apache Ant 1.5.4 Released

Comments Filter:
  • Now you can 'compile' your 'programs' even 'faster' and thus 'enhance' your 'development' time.
  • by blind_abraxas ( 446151 ) on Wednesday August 13, 2003 @10:05PM (#6691573)
    It's problems relating to 'javah', not java. A quote from the manpage for javah : "javah produces C header files and C source files from a Java class. These files provide the connective glue that allow your Java and C code to interact. " Sort of useful. the javah manpage for solaris [sun.com]
  • by fmerenda ( 78242 )
    ===BEGIN===
    From "Stefan Bodewig"
    Subject [ANN] Apache Ant 1.5.4 has been released
    Date Wed, August 13, 2003 12:21 am
    To e.org,announce@apache.org,announce@jakarta.apache . org,announce@xml.apache.org

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Apache Ant 1.5.4 is a minor bugfix release that adresses problems in
    two domains:

    (1) With JDK 1.4.2 Sun has changed the entry point for javah,
    therefore Ant 1.5.3's task doesn't work on JDK 1.4.2 anymore.

    (2) The Visual Age for Java tasks had some major flaws.

    If you d
  • memory leaks? (Score:1, Interesting)

    by Anonymous Coward
    Ant is famous for having lots of nasty memory leaks. Normally this is not an issue because you run it from command line and ant terminates very quickly, however, for those who use it inside a plugin (like via Eclipse), it's a big issue.

    Is ant team going to do anything about the memory leaks?

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...