javaweb-people
[Top][All Lists]
Advanced

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

Re: [Javaweb-people] build tools


From: Bryce McKinlay
Subject: Re: [Javaweb-people] build tools
Date: Thu, 07 Feb 2002 13:52:50 +1300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221

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 ...

regards

Bryce.







reply via email to

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