実践テスト駆動開発を読みながら書いたサンプルコード
ORACLEからダウンロード
https://www.eclipse.orgからダウンロード
echo $(/usr/libexec/java_home)
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home
brew ant install
git clone git@github.com:petercoulton/windowlicker.git
cp ./src/core/main/com/objogate/wl/keyboard/Mac-US ./src/core/main/com/objogate/wl/keyboard/Mac-JP
./build.sh
./build/jars/配下にできたjar、windowlicker-core-DEV.jar
とwindowlicker-swing-DEV.jar
を使う
git clone https://github.com/igniterealtime/Openfire.git
cd ./build
ant
./target/openfire/bin/openfire.sh
で起動
adminでログインし、必要なユーザーを作る
git clone git@github.com:rtreffer/smack.git
cd ./build
ant
./target/配下にできたjar、smack.jar
とsmackx.jar
を使う