I tried to build the example comes with the jboss distribution and I got the following error messages.  I didnot modify the build.xml       
 
my .bash_profile relevant jboss part is:

#setting for JBOSS application server
JBOSS=/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/jboss
JBOSS_DIST=/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/jboss
TOMCAT=/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/tomcat
WAR_DIR=/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/bio/war
EJB_DIR=/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/bio/ejb
EAR_DIR=/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/bio/ear
 
#ANT jakarta.apache.org build tool
ANT_HOME=/home/gcg/jboss/jakarta-ant-1.4.1
PATH=${PATH}:${ANT_HOME}/bin
CLASSPATH=${CLASSPATH}:${ANT_HOME}/lib/jaxp.jar:${ANT_HOME}/lib/crimson.jar:${AN
T_HOME}/lib/ant.jar:${JAVA_HOME}/lib/tools.jar
 
can someone help me?
 
[gcg@bcreek build]$ ant
Buildfile: build.xml
 
BUILD FAILED
 
/home/gcg/jboss/JBoss-2.4.1_Tomcat-3.2.3/examples/build/build.xml:16: You must s
pecify value, location or refid with the name attribute
 
Total time: 1 second
[gcg@bcreek build]$
 
 

Reply via email to