| Author |
Ant - Cannot find webwork ActionSupport
|
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
|
|
Hi guys! I'm getting this error from Ant
Buildfile: build.xml copy-resources: compile: [javac] Compiling 5 source files to C:\JavaTestProjects\hibernatetest\bin [javac] C:\JavaTestProjects\hibernatetest\src\wp\hibernate\test\actions\Even tList.java:3: package com.opensymphony.xwork does not exist [javac] import com.opensymphony.xwork.ActionSupport; [javac] ^ [javac] C:\JavaTestProjects\hibernatetest\src\wp\hibernate\test\actions\Even tList.java:6: cannot find symbol [javac] symbol: class ActionSupport [javac] public class EventList extends ActionSupport [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors BUILD FAILED C:\JavaTestProjects\hibernatetest\build.xml:22: Compile failed; see the compiler error output for details.
All the jar files including webwork-2.2.4.jar are in the lib directory of my project. I configured the compiler in ant like this Please help... Thanks!
|
SCJP 1.5
http://devpinoy.org/blogs/lamia/ - http://everypesocounts.com/
|
 |
 |
|
|
subject: Ant - Cannot find webwork ActionSupport
|
|
|