Hi,
I m getting below written error when I m trying to build the application through ant .xml
cannot resolve symbol
[javac] symbol : variable W3C_XML_SCHEMA_NS_URI
[javac] location: class javax.xml.XMLConstants
[javac] SchemaFactory factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCH EMA_NS_URI);
[javac] ^
[javac] 1 error
please let me know how to resolve this error.