Weblogic JSP pre-compilation broken on Windows

XMLWordPrintable

    • Type: Bug
    • Resolution: Answered
    • Priority: Medium
    • None
    • Affects Version/s: 3.7 Beta 2 , 3.6.5
    • Component/s: Installation
    • Environment:

      Weblogic 8.1 on MS Windows

    • 3.06
    • 3

      See JSP-8142 for more details.

      When reproducing the problem
      The problem is in loadfile task of the weblogic.precompile target. It assumes the token to be colon ( : ), which works ok on linux but breaks on Windows where a semicolon ( ; ) is used. Replacing colon with spaces makes path like

      C:\bea\abc;C:\bea\def
      

      to

      C \bea\abc;C \bea\def
      

      three (all incorrect) path entries.

      Running with

      -Dskip.precompile
      

      worked fine (and does not compile JSPs).

              Assignee:
              TimP
              Reporter:
              Dushan Hanuska [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 3h
                  3h
                  Remaining:
                  Remaining Estimate - 3h
                  3h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified