Re: Make depend for Java

1998-09-08 Thread dan
Use jikes, from http://www.alphaworks.ibm.com. It also happens to be faster and more rigerous than javac. enjoy! -dan Bernd Kreimeier wrote: > The weird logic in which javac handles or ignores > dependencies (esp. source files more recent than > class files) never ceases to annoy me. Does anyb

Make depend for Java

1998-09-08 Thread Paul Michael Reilly
Bernd Kreimeier writes: > > The weird logic in which javac handles or ignores > dependencies (esp. source files more recent than > class files) never ceases to annoy me. Does anybody > have a decent solution to share that creates > dependencies from "import" and makes them work with > JDK?

Announce : JAppTemplate [was : make depend for java]

1998-09-08 Thread Vincent Trussart
Since questions about dependencies generation with java comes up quite often, I decided to put online a java application development template. It consists of a directory structure and a makefile that uses the dependencies generated by JavaDeps. It is available at : http://www.iro.UMontreal.CA/~t

Re: Make depend for Java

1998-09-08 Thread Vincent Trussart
Bernd Kreimeier wrote: > The weird logic in which javac handles or ignores > dependencies (esp. source files more recent than > class files) never ceases to annoy me. Does anybody > have a decent solution to share that creates > dependencies from "import" and makes them work with > JDK? > >

Make depend for Java

1998-09-08 Thread Bernd Kreimeier
The weird logic in which javac handles or ignores dependencies (esp. source files more recent than class files) never ceases to annoy me. Does anybody have a decent solution to share that creates dependencies from "import" and makes them work with JDK? b.