User: user57  
  Date: 01/07/31 23:28:41

  Modified:    .        Tag: jboss_buildmagic build.sh
  Log:
   o fixed build.sh to correctly detect ant when ANT_HOME is set, though if
     the buildmagic-tasks.jar file is not under ANT_HOME/lib things will still
     not work.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +2 -2      jboss/Attic/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/Attic/build.sh,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- build.sh  2001/07/29 01:25:13     1.1.2.2
  +++ build.sh  2001/08/01 06:28:41     1.1.2.3
  @@ -23,7 +23,7 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -# $Id: build.sh,v 1.1.2.2 2001/07/29 01:11:54 user57 Exp $
  +# $Id: build.sh,v 1.1.2.2 2001/07/29 01:02:03 user57 Exp $
   
   PROGNAME=`basename $0`
   DIRNAME=`dirname $0`
  @@ -92,7 +92,7 @@
        found=""
        
        if [ "x$ANT_HOME" != "x" ]; then
  -         ANT="$d/bin/ant"
  +         ANT="$ANT_HOME/bin/ant"
            if [ -x "$ANT" ]; then
                found="true"
            fi
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to