Lionel-
Make is a fairly generic build tool that simply allows you to group a number
of execution targets together. Each execution target can have dependancies
that make will manage for you, and each execution target can have a number
of commands (usually shell commands). One of those commands, for example,
might be "javac *.java". So yes, it is possible to use make to build a java
application.
There are several alternatives to make that are designed to be more
java-centric, and "Ant" from the jakarta-apache project
(http://jakarta.apache.org/ant), is my personal favorite.
Sincerest regards,
Chris Todd
Software Engineer
Alabanza Corporation
[EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Lionel Siau
Sent: Sunday, November 19, 2000 10:24 AM
To: [EMAIL PROTECTED]
Subject: [jBoss-User] make in docs, what is it?
Hi,
this may sound alittle navie but what is this 'make' i keep seeing in the
docs? The only make I know of is gcc type and definitely not for Java.
Bat files I understand but make?
Lionel
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]