Given this thread it'd be great if the posse could get Kelly O'Hair to
talk about JMake:

http://blogs.sun.com/kto/entry/jmake_source_repository_formerly_called

"This was formerly called the javamake utility from
http://www.experimentalstuff.com/Technologies/JavaMake/index.html.
This tool's functionality is analogous to the "smart checking" feature
of Borland JBuilder or the dependency analysis feature of IBM Jikes.
However, it is a command line tool that is not tied to any IDE, can be
used with any Java compiler, and can run as a task in the popular Ant
make system."

It'd be interesting to hear about, esp. with the ties to JBuilder.

On Wed, Nov 26, 2008 at 3:54 PM, Bill Robertson
<[EMAIL PROTECTED]> wrote:
>
> How is rake (dependency checking + ruby) better than make (dependency
> checking + shell commands)?  Or is rake more than that?  I guess it
> might be more portable.
>
> Did anybody watch the 50 in 50 talk?  Were they comparing rake to JCL?
>
>
>
> On Nov 25, 12:39 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>> On Nov 24, 9:00 pm, Casper Bang <[EMAIL PROTECTED]> wrote:
>>
>> > Why the requirement it be interpreted?
>>
>> it makes it difficult to leverage the proejct code.  If a build is
>> compiled and it references existing code then the build won't compile
>> until the existing code is compiled.  I ran into this exact scenario
>> with Gant.  What I have to do is have two scripts, one that just
>> compiles the code with no references to project code (just a compile
>> task) and another build script that references the project code.
>>
>> It's awkward and confusing....
> >
>



-- 
"It is easier to optimize correct code than to correct optimized
code." -- Bill Harlan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to