>>>>> "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes:

Paul> I'm trying to get automake to build a Makefile that will update
Paul> the project's `.jar' file whenenver any `.java' files get
Paul> compiled.  No success so far.  Can someone give me a solution to
Paul> this?

Unfortunately there isn't yet a built-in way to do this.  I think this
would be a logical addition to the existing Java support, though.

You can probably do it by hand:

   foo_DATA = my.jar
   my.jar: $(my_java_sources)
        ...

Tom

Reply via email to