DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31648>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31648

BUILD FAILED ' does not exist in this project.





------- Additional Comments From [EMAIL PROTECTED]  2004-10-12 08:49 -------
I ran the "install.sh"
and it ran fine:
[EMAIL PROTECTED]:~/learning/a/x > ./install.sh
JAVA_HOME is set to: /usr/java/jdk1.5.0
ANT_HOME is set to: /home/preilly/apps/apache-ant-1.6.2
This script will deploy IMS.Server
If you get a BUILD FAILED error, try to run
the command ant deploy.instances directly.
/home/preilly/bin/ant
exec "/usr/java/jdk1.5.0/bin/java" -Xms200m -Xmx1000m -classpath
"/home/preilly/apps/apache-ant-1.6.2/lib/ant-launcher.jar"
-Dant.home="/home/preilly/apps/apache-ant-1.6.2"
-Dant.library.dir="/home/preilly/apps/apache-ant-1.6.2/lib"
org.apache.tools.ant.launch.Launcher -lib "" "-verbose" "deploy.instances"
Apache Ant version 1.6.2 compiled on July 16 2004
Buildfile: build.xml
Detected Java version: 1.5 in: /fc1/usr/java/jdk1.5.0/jre
Detected OS: Linux
parsing buildfile /home/preilly/learning/a/x/build.xml with URI =
file:///home/preilly/learning/a/x/build.xml
Project base dir set to: /home/preilly/learning/a/x
Build sequence for target `deploy.instances' is [deploy.instances]
Complete build sequence is [deploy.instances, hello, ]

deploy.instances:

BUILD SUCCESSFUL

Your build works from the command line so try to
go from a working case to the failure case step by
step.

1) make a test.sh containing
ant deploy.instances
and run it by
sh deploy.instances
2) make "test.sh" an executalbe and run that
chmod +x test.sh
./test.sh
3) line by line add in the the contents of install.sh
   to test.sh, checking ./test.sh each time

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to