remm        2002/12/10 23:51:20

  Modified:    jasper2/src/share/org/apache/jasper/compiler Compiler.java
  Log:
  - Fix the build.
  - Not using a canonical path may be ok. I need more testing though (don't port
    that to 4.1.x ;-) ).
  
  Revision  Changes    Path
  1.44      +1 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Compiler.java
  
  Index: Compiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Compiler.java,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- Compiler.java     11 Dec 2002 00:38:29 -0000      1.43
  +++ Compiler.java     11 Dec 2002 07:51:20 -0000      1.44
  @@ -368,7 +368,7 @@
           // Build includes path
           PatternSet.NameEntry includes = javac.createInclude();
   
  -        includes.setName( includes.setName(ctxt.getJspPath());
  +        includes.setName(ctxt.getJspPath());
           info.append("    include="+ ctxt.getJspPath() + "\n" );
   
           try {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to