The Artima Developer Community
Sponsored Link

Java Buzz Forum
An Ant compiler adapter for the JSR 14 (Generics) early access compiler.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Matt Quail

Posts: 128
Nickname: spud
Registered: Jun, 2003

Matt Quail is lead programmer for a Java development company
An Ant compiler adapter for the JSR 14 (Generics) early access compiler. Posted: Jun 4, 2003 7:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Matt Quail.
Original Post: An Ant compiler adapter for the JSR 14 (Generics) early access compiler.
Feed Title: Matt Quail's Java blog
Feed URL: http://fisheye.cenqua.com/category/java/feed/
Feed Description: The latest java related logs from Matt Quail's blog at madbean.com
Latest Java Buzz Posts
Latest Java Buzz Posts by Matt Quail
Latest Posts From Matt Quail's Java blog

Advertisement

A few months ago, Sun made available an early access compiler for JSR 14. JSR 14 adds Generics to the Java language, and will be available in full in JDK1.5.

The early-access compiler works by "wrapping" around the existing JDK1.4 compiler, and comes with helper .sh and .bat files. They work fine, but using those wrapper scripts from within Ant wasn't the easiest thing in the world.

So I hacked together my own Ant compiler-adapter for this early access compiler, which you can download below.


more...

Read: An Ant compiler adapter for the JSR 14 (Generics) early access compiler.

Topic: ctl+shift+v in IDEA Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use