Skip to content

kotalab/Book_GOOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book_GOOS

実践テスト駆動開発を読みながら書いたサンプルコード

環境構築

java

ORACLEからダウンロード

eclipse

https://www.eclipse.orgからダウンロード

java home

echo $(/usr/libexec/java_home)
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home

ant

brew ant install

windowlicker

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.jarwindowlicker-swing-DEV.jarを使う

Openfire

git clone https://github.com/igniterealtime/Openfire.git
cd ./build
ant

./target/openfire/bin/openfire.shで起動 adminでログインし、必要なユーザーを作る

smack

git clone git@github.com:rtreffer/smack.git
cd ./build
ant

./target/配下にできたjar、smack.jarsmackx.jarを使う

About

Sample code for the book "Growing Object-Oriented Software, Guided by Tests"

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages