on 2/27/01 12:37 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> CLASSPATH=$CLASSPATH:../bin/jakarta-regexp-1.3-dev.jar

You should use something like this:

  for i in ../bin/jakarta-regexp*.jar
  do
      CLASSPATH=$CLASSPATH:"$i"
  done

That way we don't have to remember to increment the version number in that
file for each release.

:-)

thanks,

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/> && <http://java.apache.org/turbine/>

Reply via email to