You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Bill Dudney <bd...@mac.com> on 2003/10/01 00:24:03 UTC

Re: problem cactifying wqr file

Hi Olumide,

Any other messages? Did you get a look at your container's error log?

Probably a class not found exception or something like that...

Are you sure your cactus test classes made it into the war (before 
cactify)?

Not sure what else to suggest without more info.

-bd-
http://bill.dudney.net

On Tuesday, September 30, 2003, at 03:15 PM, Olumide Adebayo wrote:

> Hi,
>
> i'm getting 'The WAR has not been cactified' error....even though 
> everything up to test.prepare goes fine.
>
> can anybody pls advice?...thanx
>
> compile.java:
>     [javac] Compiling 3 source files to 
> /home/rolum/java/tomcat4/webapps/lsn/WEB-INF/classes/java
>
> compile.cactus:
>     [javac] Compiling 1 source file to 
> /home/rolum/java/tomcat4/webapps/lsn/WEB-INF/classes/cactus
>
> war:
>       [war] Building war: 
> /home/rolum/java/tomcat4/webapps/lsn/WEB-INF/test-show.war
>      [echo] dir = ${dir}
>
> test.prepare:
> [cactifywar] Analyzing war: 
> /home/rolum/java/tomcat4/webapps/lsn/WEB-INF/test-show.war
> [cactifywar] Building war: 
> /home/rolum/java/tomcat4/webapps/lsn/WEB-INF/showtest.war
>
> test:
>
> BUILD FAILED
> file:/home/rolum/java/cactus/samples/servlet/build.xml:290: The WAR 
> has not been cactified