RW
|
| Posted: 06/14/2002, 6:00 AM |
|
After compiling a sample portal application I receive compile errors
-> can't resolve symbol
Can anybody share a working classpath setting with me?
Software used:
CCS 1.0.6.0
c:\jakarta-ant-1.4.1
c:\jakarta-tomcat-4.1.3
c:\j2sdk1.4.0_01
Environment settings
JAVA_HOME=c:\j2sdk1.4.0_01
CATALINA_HOME=c:\jakarta-tomcat-4.1.3
|
|
|
 |
efren lugo
|
| Posted: 06/14/2002, 2:39 PM |
|
Maybe you need to define ANT_HOME = c:\jakarta-ant-1.4.1
i will recommend use the JAVA ANT from Sun Microsystem website...
pack named java services or java ant services... use the search using keywords java ant, you would download a 22MB or something like that pack...
i had tried the jakarta ant pack and i get 100 errors at publish... and with the sun pack all work fine...
good luck...
|
|
|
 |
Dandavat
|
| Posted: 06/16/2002, 11:24 PM |
|
Make sure you added to Class Path property the following libraries:
Servlet 2.2, SAX 2.0 and JAXP 1.1
Distribution of ANT doesn't make difference.
Pranams,
Dandavat.
|
|
|
 |
|