Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 21:44:17 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.java.mk
Message-ID:  <200408022144.i72LiH6m042632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2004-08-02 21:44:17 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.java.mk 
  Log:
  . Add a USE_ANT variable with that provides a simple way to build a
    Java-based port with ant, using MAKE_ENV, MAKE_ARGS and ALL_TARGET but
    using ant instead of make.  When a port is built this way it also
    causes ant to respect the JDK selected by bsd.java.mk rather than
    using the JDK that ant was build with.
  
    Most ports should just be able to do
  
    USE_ANT=      yes
  
    You may also need to set ALL_TARGET if your port doesn't use the
    default ant target.
  
    See the comments on USE_ANT at the head of bsd.java.mk for more
    information.
  
  PR:             59997
  Reviewed by:    hq (who spotted a bug and provided the comments
                      documenting USE_ANT).
  
  Revision  Changes    Path
  1.51      +25 -1     ports/Mk/bsd.java.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408022144.i72LiH6m042632>