Martin Lanneau
|
| Posted: 08/29/2002, 3:31 PM |
|
Dear CodeCharge community,
I am receiving an error code upon project publish from ANT while attempting to create the tutorial example for Intranet using MySQL as a database.
I had no problem creating the database in MySQL, and am using Win2k SP3 as well as Tomcat 4.1.9 and ANT 1.4.1 and J2SDK 1.4.0_01 .
"Error occurred while running ant.bat: unable to locate the required components."
Any help would be appreciated!
Many Thanks, ML
|
|
|
 |
Tom Smith
|
| Posted: 08/30/2002, 2:19 AM |
|
Hello,
I suggest you to refer to CCS Java Deployment Guide at: http://support.codecharge.com/tutorials.asp
There're couple of possible reasons of this error:
1. you haven't specified JAVA_HOME or ANT_HOME as environment variables;
2. you haven't set up Java SDK Home and/or Java Ant Home in CCS Tolls->Options->Path;
3. you haven't specified class_path under site properties.
I also suggest you to ask CCS support if you need more help.
|
|
|
 |
|