Hi all,
I am having the following problem when maven downloads the jars for the
first time.
my system  is behind the firewall and I have  set the proxy
settings(maven.proxy.host and proxy.port) in build.properties
maven downloaded ant1.5.1 jar successfully , but for junit3.1.8 it
throws the following error.

java.lang.ClassNotFoundException: xml
        at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
        at
org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1039)

        at
org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)

        at
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

        at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown
Source)
        at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)
    ................
Can any one tell me why  is this happening and how can I fix it ,so that
the jars can be downloaded successfully.

Thanks
Vidhya





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

Reply via email to