You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Scott Coleman <sc...@soltima.com> on 2001/12/18 19:26:28 UTC

JDK 1.4

Hi All,

I wish to use ant to compile jdk1.4 source code with asserts enabled. Do i
need to extend ant to support this, because i cannot not see any options for
the javac task.

Regards
Scott

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JDK 1.4

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 18 Dec 2001, Scott Coleman <sc...@soltima.com> wrote:

> I wish to use ant to compile jdk1.4 source code with asserts
> enabled.

Using Ant 1.4, everything you need from the javac task should be
there, take a look at the source attribute.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Has anyone added trimming nonexistent extension entries to jikes task a la javac?

Posted by Scott Ellsworth <sc...@alodar.com>.
Howdy, all.

Has anyone added the option to trim extra extension directory entries 
from the path sent to a jikes task, like exists in the javac task? 
On MacOS X, the extensions directories defined by the default user 
include directories that do not exist by default.  This can be 
changed by hand, but is rather tedious, and a better way would be to 
have the ant task Do The Right Thing.

Scott
-- 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JDK 1.4

Posted by Diane Holt <ho...@yahoo.com>.
--- Scott Coleman <sc...@soltima.com> wrote:
> I wish to use ant to compile jdk1.4 source code with asserts enabled. Do
> i need to extend ant to support this, because i cannot not see any
> options for the javac task.

What version of Ant are you running?  Support for the -source flag was
added on 9/14 (DefaultCompilerAdapter.java, rev 1.6.2.3), so it should be
available as of the 1.4.1 release.

Diane

=====
(holtdl@yahoo.com)



__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>