javaweb-people
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Javaweb-people] build tools


From: Brian Jones
Subject: Re: [Javaweb-people] build tools
Date: 06 Feb 2002 21:33:38 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Bryce McKinlay <address@hidden> writes:

> Brian Jones wrote:
> 
> >I like @filename syntax.  It works.  It's simple.  If someone knows of
> >a working dependency generator then that can be added (optionally
> >even) but in the past I tried JavaDeps, jikes +M, MakeMaker, and
> >others, and they all suck.  Most things are not built with the idea of
> > compiling the core class libraries.
> 
> Have you considered gcj -M -MF? It seems to work well enough for libgcj:
> 
> $ gcj -C -M -MF Component.d java/awt/Component.java
> $ cat Component.d
> java/awt/Component.class: java/awt/Component.java \
>   /home/bryce/gcc/bin/../lib/gcc-lib/../../share/libgcj.jar \
>   ./java/beans/PropertyChangeListener.java ./java/util/EventListener.java \
>   ./java/beans/PropertyChangeEvent.java ./java/util/EventObject.java \
>   ./java/io/Serializable.java ./java/lang/Object.java \
> ... etc ...

Possibly useful, what version of gcj is required to try this?
-- 
Brian Jones <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]