#!/bin/sh

#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
#

ENVDIR=`dirname $0`
. $ENVDIR/javke_setenv.sh

${J2EE_HOME}/bin/asant -f $ENVDIR/build.xml report
