eclipse 日本語
- 2012年 2月7日(火) 13:19 JST
- 投稿者: akira
- 表示回数 91
Babel プロジェクト
Babel Update Site - http://download.eclipse.org/technology/babel/update-site/R0.9.1/indigo
ニーモニックが削除できない
2025年 4月4日(金) 13:41 JST
Babel プロジェクト
Babel Update Site - http://download.eclipse.org/technology/babel/update-site/R0.9.1/indigo
ニーモニックが削除できない
eclipse.ini の最後の行に
-Dfile.encoding=UTF-8
を追加して起動する。
gem install juicer
Fetching: cmdparse-2.0.3.gem (100%)
Fetching: nokogiri-1.5.0.gem (100%)
Building native extensions. This could take a while...
Fetching: rubyzip-0.9.5.gem (100%)
Fetching: juicer-1.0.13.gem (100%)
Juicer does not ship with third party libraries. You probably want to install
Yui Compressor and JsLint now:
juicer install yui_compressor
juicer install jslint
Happy juicing!
Successfully installed cmdparse-2.0.3
Successfully installed nokogiri-1.5.0
Successfully installed rubyzip-0.9.5
Successfully installed juicer-1.0.13
4 gems installed
Installing ri documentation for cmdparse-2.0.3...
Installing ri documentation for nokogiri-1.5.0...
Installing ri documentation for rubyzip-0.9.5...
Installing ri documentation for juicer-1.0.13...
Installing RDoc documentation for cmdparse-2.0.3...
Installing RDoc documentation for nokogiri-1.5.0...
Installing RDoc documentation for rubyzip-0.9.5...
Installing RDoc documentation for juicer-1.0.13...
hawk:~ kei$ juicer install yui_compressor
Installing Yui Compressor 2.4.7 in /Users/kei/.juicer/lib/yui_compressor
Downloading http://yui.zenfs.com/releases/yuicompressor/yuicompressor-2.4.7.zip
Successfully installed YuiCompressor 2.4.7 in /Users/kei/.juicer/lib/yui_compressor
hawk:~ kei$ juicer install jslint
Installing JsLint 1.0 in /Users/kei/.juicer/lib/jslint
Installing dependencies
Installing Rhino 1_7R3 in /Users/kei/.juicer/lib/rhino
Downloading http://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip
Successfully installed Jslint 1.0 in /Users/kei/.juicer/lib/jslint
openFrameworks 007のバージョンでは、Xcode4と10.7のSDKs組み合わせではコンパイルが通らない。
基本10.6のSDKsに切り替える。
$ git clone git://github.com/creationix/nvm.git ~/.nvm
$ . ~/.nvm/nvm.sh
$ nvm install v0.5.10
$ npm install coffee-script
npmでのインストール後は、~/node_modulesにもファイルがインストールされる
(PATHのパッケージを動かすには追加が必要)
$ coffee --compile my-script.coffee
.bashrcに2行追加
export PATH=$HOME/node_modules/.bin:$PATH
. .nvm/nvm.sh
$ npm install coffee-world
これも問題なくインストールは完了
Finderからのコピーでは失敗するので、
Terminalから、
AdobeAIRSDK kei$ cp -pRf * ../flex_sdk_4.5.1/
強制コピー
cp: cannot overwrite directory ../flex_sdk_4.5.1/runtimes/air/mac/Adobe AIR.framework/Resources with non-directory runtimes/air/mac/Adobe AIR.framework/Resources
cp: cannot overwrite directory ../flex_sdk_4.5.1/runtimes/air/mac/Adobe AIR.framework/Versions/Current with non-directory runtimes/air/mac/Adobe AIR.framework/Versions/Current
シンボリックリンクのためエラーが出る。
//文字列を数値に変換
int suuji = [ @"100" intValue ];
//数値を文字列に変換
NSString* moji;
moji = [ NSString stringWithFormat : @"%d", 100];
iPhone用のIPmessengerに対してメッセージを送った時点で、CPU使用率が100%になり、
アプリケーションが応答しなくなったので、原因を調べている最中にバージョンが古かった事が
分かった。
Xcode4では、User Templatesが未サポート?とページにあったが
PhoneGap側で対応したのか、iOSの項目からPhoneGap-Based Applicationが選択できる。
一度Buildすると、以下の警告を出す。
warning: Missing - Add /Users/kei/Documents/Develop/work/TestJS/www as a folder reference in your project. Just drag and drop the folder into your project, in Xcode 4.
まだ、Xcode4に正式に対応していないのか、他に何か問題があるのかは不明。
もう一つ下記の警告もでる。
WARNING: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'.
パッケージを突っ込む
パッケージの内容
uninstall方法も書かれている。
過去 7 内に最も多くの人の興味を引いたアイテム: 日
指定した期間内にLikesもDislikesもありません。