History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-11675
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Tim Pettersen [Atlassian]
Reporter: Dushan Hanuska [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Weblogic JSP pre-compilation broken on Windows

Created: 05/Dec/06 01:14 AM   Updated: 06/Dec/07 08:00 PM
Component/s: Installation
Affects Version/s: 3.6.5, 3.7 Beta 2
Fix Version/s: 3.12.x

Time Tracking:
Original Estimate: 3 hours
Original Estimate - 3 hours
Remaining Estimate: 3 hours
Remaining Estimate - 3 hours
Time Spent: Not Specified
Remaining Estimate - 3 hours

Environment: Weblogic 8.1 on MS Windows
Issue Links:
Duplicate
 
Reference
 

Participants: Dushan Hanuska [Atlassian], Dylan Etkin [Atlassian], Jed Wesley-Smith [Atlassian] and Tim Pettersen [Atlassian]
Since last comment: 23 weeks, 1 day ago
To be done by: Single developer
Labels:


 Description  « Hide
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).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jed Wesley-Smith [Atlassian] - 06/Dec/07 08:00 PM
The fix for this issue has not been able to make it into JIRA v3.12. We are hoping to incorporate it into v3.12.1. As of writing however, there are 163 items scheduled as Fix For v3.12.1. We will not be able to include all of them.