Charly
|
| Posted: 10/21/2002, 12:25 PM |
|
Hi,
I am a new user of Code Charge Studio, in fact i have the trial version. My problem is that i need to publish a project, and if i press F9 to do it, in the Messages window the system show me the next:
Error:
BUILD FAILED
Error occurred while running ant.bat: unable to locate the required components.
Any idea of this ?
Thanks in advance.
|
|
|
 |
xbill
|
| Posted: 10/21/2002, 1:13 PM |
|
By the error message- it looks the build
target is JSP/servlets or JSP/XML templates.
In order for CCS to build the java projects-
the environment has to be setup.
The CC support site has a good JSP
tutorial at:
http://support.codecharge.com/tutorials.asp
The common errors are not setting the
additional libraries (xerces XML parser
or Jakarta ORO) in the classpath of the
build. You also need to install Jakarta
ant and set CCS up with the path.
All of the main details are in the tutorial.
-bill
|
|
|
 |
Donald
|
| Posted: 10/23/2002, 7:21 AM |
|
Hello,
1. Make sure that JAVA_HOME environment variable is set up
2. Check if ANT_HOME that you created can be seen OK (you might need a reboot)
3. also check the CLASSPATH environment variable is set and parser.jar and jaxp.jar are in it (files included in ant/lib).
|
|
|
 |
|