[Anthill] java.lang.NoClassDefFoundError

Lee, Michael.M Michael.Minsu.Lee at thomson.com
Fri Jun 25 09:23:57 CDT 2004


Hello.

I have this build server I set up and have been running for a year without
any problems.  However, when I restarted the server last night, all the
build scripts were failing with the following error.

java.lang.NoClassDefFoundError:
org/apache/oro/text/regex/MalformedPatternException

the buildscript for this error is
    <ftp action="get"
         server="${telnet_server}"
         userid="${telnet_id}"
         password="${telnet_pw}"
         remotedir="${telnet_proj_folder}/build/release">
	    <fileset dir="${local_download_folder}">
	          <include name="*.*"/>
	    </fileset>
    </ftp>

It seems like it's not picking up the jar file for FTP.  the funny thing is
the build script uses FTP task earlier part of the script and it works just
fine.  The only difference is the earlier one uses "send" as action instead
"get".

Can someone help me out?  

Thanks.

Michael.



More information about the Anthill mailing list