Hi guys...
when i try execute the ant file after following all the steps....but when i do a ANT....im
getting lot of errors like this ,
[sudharsans@linux0064 jbossws-samples-1.2.0.GA]$ ant
Buildfile: build.xml
prepare:
[echo] -----------------------------------------------
[echo] jboss.home = /home/sudharsans/jboss-4.0.5.GA
[echo] tomcat.home = /usr/java/tomcat
[echo] java.home = /apps-es4/vendor/java/jdk1.5.0/jre
[echo] endorsed = /home/sudharsans/jboss-4.0.5.GA/lib/endorsed
[echo] excludesfile = tests-jboss40-noejb3-excludes.txt
[echo] -----------------------------------------------
thirdparty-get:
thirdparty-classpath:
thirdparty:
common-classpath:
jboss-classpath:
tomcat-classpath:
init:
wsconsume:
compile14:
compile15:
[javac] Compiling 215 source files to
/home/sudharsans/jbossws-samples-1.2.0.GA/output/classes
[javac]
/home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/JBossWSTest.java:40:
package org.jboss.logging does not exist
[javac] import org.jboss.logging.Logger;
[javac] ^
[javac]
/home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/JBossWSTest.java:56:
cannot find symbol
[javac] symbol : class Logger
[javac] location: class org.jboss.test.ws.JBossWSTest
[javac] protected Logger log = Logger.getLogger(getClass().getName());
[javac] ^
[javac]
/home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/JBossWSTestHelper.java:33:
package org.jboss.logging does not exist
[javac] import org.jboss.logging.Logger;
[javac] ^
[javac]
/home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/JBossWSTestHelper.java:45:
cannot find symbol
[javac] symbol : class Logger
[javac] location: class org.jboss.test.ws.JBossWSTestHelper
[javac] private static Logger log = Logger.getLogger(JBossWSTestHelper.class);
[javac] ^
[javac]
/home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/TestDeployerTomcat.java:36:
package org.jboss.util does not exist
[javac] import org.jboss.util.Base64;
There are many such errors....arounf 100 errors. IM a real newbie to it..can u guys pls
help me to resolve it or atleast can u guys help me giving
a small HELLOWORLD WEBSERVICE example with build file..so that i can get more familiar. It
would be so great if u guys could reply as soon as possible ..Since it is very urgent.
SUDARSHAN
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027041#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...