"Matt Fair" <[EMAIL PROTECTED]> writes:
> Is there a good way to create a good Makefile for JAVA projects?
> Right now all I am doing is in my Makefile I have:
> javac $(find . -name \*.java)
>
> This does the trick, but all it does is when I call Makefile is go
> through all my java files and co
Is there a good way to create a good Makefile for JAVA projects?
Right now all I am doing is in my Makefile I have:
javac $(find . -name \*.java)
This does the trick, but all it does is when I call Makefile is go
through all my java files and compiles them.
Is there a way to check dependencies and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "EP" == Evan Prodromou <[EMAIL PROTECTED]> writes:
EP> I use ant:
EP> http://jakarta.apache.org/ant/index.html
EP> It's not as general-purpose as make, but it takes care of a
EP> lot of the hassles of dealing with Java
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "MF" == Matt Fair <[EMAIL PROTECTED]> writes:
MF> Is there a good way to create a good Makefile for JAVA
MF> projects? Right now all I am doing is in my Makefile I have:
MF> javac $(find . -name \*.java)
MF> This does the tric
"Matt Fair" <[EMAIL PROTECTED]> writes:
> Is there a good way to create a good Makefile for JAVA projects?
> Right now all I am doing is in my Makefile I have:
> javac $(find . -name \*.java)
>
> This does the trick, but all it does is when I call Makefile is go
> through all my java files and c
Is there a good way to create a good Makefile for JAVA projects?
Right now all I am doing is in my Makefile I have:
javac $(find . -name \*.java)
This does the trick, but all it does is when I call Makefile is go
through all my java files and compiles them.
Is there a way to check dependencies an
6 matches
Mail list logo