Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 88371

Summary: testResults.php compile log links broken
Product: [WebTools] WTP Releng Reporter: Nitin Dahyabhai <thatnitind>
Component: relengAssignee: Jeffrey Liu <jeffliu>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: david_williams
Version: 3.10   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:

Description Nitin Dahyabhai CLA 2005-03-17 15:09:04 EST
The links from a build's testResults.php to the compile logs seem to be
broken.  Internet Explorer is converting the '\' in the links into '/'
so they come up fine, but FireFox and Lynx both interpret the '\'
literally as %5C and result in 404 errors.  URLs are only supposed to use a '/'
for separating folders.
Comment 1 Nitin Dahyabhai CLA 2005-03-21 13:23:16 EST
Adding David to the CC list since he ran into the same problem.
Comment 2 Naci Dai CLA 2005-03-21 15:08:37 EST
This page is created by the ant task from eclipse releng.  So, I will report a
bug for it.  The problem surfaced when we moved the build to a windows server. 
It will rpbably dissappear next week whe we switch back to linux butthat does
not fix the bug.




  <indexResults 
    isBuildTested="${isBuildTested}"
    dropTokenList="${dropTokenList}"
    xmlDirectoryName="${result}/testResults/xml"
    dropDirectoryName="${result}"
    testResultsTemplateFileName="${basedir}/templateFiles/testResults.php.template"
    dropTemplateFileName="${basedir}/templateFiles/index.html.template"
    testResultsHtmlFileName="testResults.php"
    dropHtmlFileName="${indexFileName}"
    hrefTestResultsTargetPath="testResults/html"
    hrefCompileLogsTargetPath="compilelogs"
    compileLogsDirectoryName="${result}/compilelogs"
    testManifestFileName="${basedir}/testManifest.xml"
  />
Comment 3 Naci Dai CLA 2005-03-21 15:11:12 EST
Opened a bug for it in the platform

https://bugs.eclipse.org/bugs/show_bug.cgi?id=88673
Comment 4 David Williams CLA 2005-06-15 01:23:02 EDT
Changed Version field given new release numbering.
Comment 5 Arthur Ryman CLA 2005-06-23 13:56:53 EDT
Jeff, This is yours. 
Comment 6 Jeffrey Liu CLA 2005-06-23 14:50:49 EDT
I'm resolving this bug as duplicate (88673). As Naci has suggested, this is a 
bug in base Eclipse releng. Also since the build is now running on Linux, the 
separator is '/' instead of '\'. So you should no longer be getting 404 errors.

*** This bug has been marked as a duplicate of 88673 ***
Comment 7 Nitin Dahyabhai CLA 2005-07-14 03:39:46 EDT
Bookkeeping--closing dupe.