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

Add/Edit UI Mockup to this issue
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: Thursday 06:09 AM
Component/s: Installation
Affects Version/s: 3.6.5, 3.7 Beta 2
Fix Version/s: 3.13.x

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

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

Participants: Dushan Hanuska [Atlassian], Dylan Etkin [Atlassian], Ian Daniel [Atlassian], Jed Wesley-Smith [Atlassian] and Tim Pettersen [Atlassian]
Since last comment: 1 year, 5 weeks, 3 days ago
To be done by: Single developer
Labels:
Support reference count: 3


 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] added a comment - 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.

Ian Daniel [Atlassian] added a comment - 26/May/08 11:44 PM
I just did an install of JIRA 3.12.2 in Weblogic on Windows XP. I needed to do two things to workaround the problem described above:

1. Remove, or comment out, the following line from build.xml, from within the weblogic.war target:

<fileset dir="${build.weblogic}" />

2. Run the build.bat command with the following syntax:

build.bat -Dskip.precompile weblogic.war