[Anthill] java.lang.NoClassDefFoundError

Eric Minick eric at urbancode.com
Fri Jun 25 09:41:44 CDT 2004


Michael,

That's an interesting one to be sure. I'd start by making sure the 
jakarta oro jar is in your builder's path. You can edit your build 
track, click on the builder, then click on your ant configuration to 
check. It will list off all the extra jars in the classpath. If you need 
to add it, drop the jar in the AnthillPro/ext directory and edit the ant 
configuration. You'll have a list of jar files to either add or not add 
at your discretion.

Regards,

Eric

Lee, Michael.M wrote:

>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.
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>  
>



More information about the Anthill mailing list