On Wednesday 03 June 2009 12:43:03 pm Saifi Khan wrote: > On Tue, 2 Jun 2009, Namita Iyer wrote: > > Hi, > > > > I get the following error when running "ant build" for building Scala > > compiler and library. This is with scala 2.7.4 sources. Ant version is > > 1.7.0. > > > > BUILD FAILED > > build.xml:171: No supported regular expression matcher found: > > java.lang.ClassNotFoundException: > > org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp > > > > Any pointers ? > > > > - Namita > > Looks like tools.jar is missing. > > You need to install the JDK version compatible with the existing > JRE version. > > Just start up YaST and search for JDK and install it. > > thanks > Saifi. > >
I had faced a problem with tools.jar not being present, which got resolved by installing JDK. Currently both JRE and JDK versions are 1.6.0. I still get the above error. Has this got to do with the version of JRE and JDK being used ? Namita

