Closed Bug 401252 Opened 17 years ago Closed 17 years ago

asc/Directives/Include/Inc.as and MultipleInc.as include files with incorrect filename case

Categories

(Tamarin Graveyard :: Build Config, defect)

All
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: brbaker, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8
Build Identifier: 

test/asc/Directives/Include/Inc.as
test/asc/Directives/Include/MultipleInc.as

Both testcases include files using the incorrect filename case, causing the ASC compiler to fail on linux since it can not find the file to include.



Reproducible: Always

Steps to Reproduce:
1. compile either testcase on linux
$ java -jar $ASC -import $GLOBALABC -in ./shell.as ./as3/Directives/Include/Inc.as
Actual Results:  
[Compiler] Error #1068: Unable to open included file: /home/build/buildbot/slave-asteamlin1-tamarin-central/tamarin/test/as3/Directives/Include/include.txt.
   ./as3/Directives/Include/Inc.as, Ln 50, Col 9:
   include "include.txt"
   ........^

1 error found

Expected Results:  
Should be no error
Attachment #286295 - Flags: review?(dschaffe)
Comment on attachment 286295 [details] [diff] [review]
Change the case of the includes to match the file that is being included

changes look good.  will work on windows/mac/linux.
Attachment #286295 - Flags: review?(dschaffe) → review+
Status: NEW → ASSIGNED
fix submitted in http://hg.mozilla.org/tamarin-central/?rev/bb566e59c544
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: