You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/29 21:27:59 UTC

[Harmony Wiki] Update of "DrlvmBuildTroubleshooting" by EgorPasko

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by EgorPasko:
http://wiki.apache.org/harmony/DrlvmBuildTroubleshooting

------------------------------------------------------------------------------
  
  '''Note''': If you use {{{cpptasks}}} version 1.0b3, this workaround conflicts with solution for '''''1. Command line is over maximum length without specifying source file''''' problem (above).
  
+ == 7. Ant says no supported regular expression matcher found ==
+ This complain happens on freshly installed Ubuntu 7-10 (Gutsy):
+ {{{ 
+ No supported regular expression matcher found: java.lang.ClassNotFoundException:
+ org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp
+ }}}
+ Solution is to install one extra package:
+ {{{
+ sudo apt-get install ant-optional
+ }}}
+