Bug 72049 - Specify testapi.js install path using JAVASCRIPTCORE_FRAMEWORKS_DIR
Summary: Specify testapi.js install path using JAVASCRIPTCORE_FRAMEWORKS_DIR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-11-10 13:09 PST by David Kilzer (:ddkilzer)
Modified: 2011-11-10 15:44 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2011-11-10 13:09 PST, David Kilzer (:ddkilzer)
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2011-11-10 13:09:51 PST
Created attachment 114551 [details]
Patch

Reviewed by NOBODY (OOPS!).

* JavaScriptCore.xcodeproj/project.pbxproj: The testapi.js
script should use JAVASCRIPTCORE_FRAMEWORKS_DIR in its dstPath
for installation.  Also removed "Versions/A/" from the path
since this is unneeded due the default symlinks present in the
framework.
---
 2 files changed, 13 insertions(+), 1 deletions(-)
Comment 1 WebKit Review Bot 2011-11-10 13:12:17 PST
Attachment 114551 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1

Source/JavaScriptCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 David Kilzer (:ddkilzer) 2011-11-10 15:33:09 PST
Committed r99906: <http://trac.webkit.org/changeset/99906>
Comment 3 David Kilzer (:ddkilzer) 2011-11-10 15:44:28 PST
<rdar://problem/10423071>