Hi all,
     I was trying to build unicorn for jar using Netbean IDE tool and got
this bug, I googled and found that a file named XPathFactoryImpl is missing
so seeked for com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl I
found few links with
"com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl" source code but I
would`t find a way to fix it.  The source available here I want to know how
to fix this issue. I need to know where should I put this source or any
other way to to fix it.

http://kickjava.com/src/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java.htm

init:
deps-clean:
Deleting directory /home/ranjith/NetBeansProjects/unicorn/build
Deleting directory /home/ranjith/NetBeansProjects/unicorn/dist
clean:
init:
deps-jar:
Created dir: /home/ranjith/NetBeansProjects/unicorn/build/classes
Created dir: /home/ranjith/NetBeansProjects/unicorn/build/empty
Compiling 99 source files to
/home/ranjith/NetBeansProjects/unicorn/build/classes
/home/ranjith/unicorn/unicorn/src/org/w3c/unicorn/contract/WADLUnmarshallerXPath.java:34:
warning: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl is Sun
proprietary API and may be removed in a future release
import com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl;
/home/ranjith/unicorn/unicorn/src/org/w3c/unicorn/contract/WADLUnmarshallerXPath.java:145:
warning: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl is Sun
proprietary API and may be removed in a future release
                this.aXPath = new XPathFactoryImpl().newXPath();
                                  ^
Note:
/home/ranjith/unicorn/unicorn/src/org/w3c/unicorn/util/UCNProperties.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings
Copied 14 empty directories to 12 empty directories under
/home/ranjith/NetBeansProjects/unicorn/build/classes
compile:
Created dir: /home/ranjith/NetBeansProjects/unicorn/dist
Building jar: /home/ranjith/NetBeansProjects/unicorn/dist/unicorn.jar
Copy libraries to /home/ranjith/NetBeansProjects/unicorn/dist/lib.
To run this application from the command line without Ant, try:
java -jar "/home/ranjith/NetBeansProjects/unicorn/dist/unicorn.jar"
jar:
BUILD SUCCESSFUL (total time: 0 seconds)



-- 
Cheers,
Ranjith Kumar.K,
Software Engineer,
Sedin Technologies,

http://ranjithtenz.wordpress.com/
http://victusads.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to