This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: javac+packages+gcj+makefile=help_wanted



Steve wrote:
> I've seen various schemes that send groups of .java to javac or
> .class to gcj (like the build of libgcj(?)), but I have lots of
> classes, and it bogs down development to recompile the whole mess
> every time there's a small source change.
> 
> Any ideas?

Recent automake snapshots have some support for Java.  

Have a look at http://www.cygnus.com/~green/gcj-xml4j-2.0.9-1.tar.gz.

I cooked this up some time ago for building IBM's XML4J.  It probably
doesn't work anymore (XML4J and GCJ have changed over time).

This assumes you have class and source files for everything already -
so it is not directly applicable, but it might be useful to look at.

AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]