Dear Jason,
>
> I want to construct a portable Makefile to build a java application.
>
I've played with Java and Make in the past, but I found that spawning a new
instance of the Java compiler is more expensive than compiling a pretty big
bunch of files. gcc starts up a lot quicker than a JVM.
My solution (ahem) is to compile per (sub)package of my application and
simply let the JAR file depend on all of the source files. Compiling this
way is quicker in the majority of cases that I have.
Have you looked at Apache's Ant project? I don't like it myself, but if you
want a portable make, you might as well use a Java one. :)
Kees Jan
================================================
You are only young once,
but you can stay immature all your life.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- make bug? (dependency names with '$') Jason Brazile
- Re: make bug? (dependency names with '$') Warner Losh
- Re: make bug? (dependency names with '$') Warner Losh
- Re: make bug? (dependency names with '$') Dag-Erling Smorgrav
- Re: make bug? (dependency names with '$') Nate Williams
- Re: make bug? (dependency names with '$') Dag-Erling Smorgrav
- Re: make bug? (dependency names with ... Nate Williams
- RE: make bug? (dependency names with '$') Koster, K.J.
- RE: make bug? (dependency names with '$') Nate Williams
- Re: make bug? (dependency names with '$') Jason Brazile
- Re: make bug? (dependency names with '$') Warner Losh
- Re: make bug? (dependency names with '$') Nate Williams
- Re: make bug? (dependency names with '$') Jason Brazile
- Re: make bug? (dependency names with '$') Johan Karlsson
- RE: make bug? (dependency names with '$') Jason Brazile
- RE: make bug? (dependency names with '$') Koster, K.J.

