2009-04-01から1ヶ月間の記事一覧

Galileoのプラグイン

3.5M6M7版限定 共通 [help]-[Install New Software...]を選択 WTP Work withからhttp://download.eclipse.org/releases/galileoを選択 [Web Developer Tools]を選択 適当に次へ 再起動 Work withからhttp://download.eclipse.org/releases/galileoを選択 [Ja…

Galileoのインストール

3.5M6M7限定 ダウンロード http://download.eclipse.org/eclipse/downloads/ インストール 適当に解凍

mavenのrepositoryの作成

クライアント側 ~/.m2/settings.xml サーバの情報のBasic認証の設定を書く。 <settings> <servers> <server> <id>yamkazu-repository</id> <username>yamkazu</username> <password>xxxxxxx</password> </server> </servers> </settings> pom.xml <distributionManagement> <repository> <uniqueVersion>fa…</uniqueversion></repository></distributionmanagement>

独自の Archetypeの作成

参考 http://maven.apache.org/guides/mini/guide-creating-archetypes.html http://www.techscore.com/tech/ApacheJakarta/Maven/7-2.html#maven-6-16 準備 以下のようなディレクトリ構成にする。 -- pom.xml `-- src `-- main `-- resources |-- META-INF …

Galileoの初期設定変更

3.5M6M7版限定 保存時にフォーマットするように変更 [Eclipse]-[Preference] [Java]-[Editor]-[Save Actions] [Perform the selected actions on save]にチェック [Format source code]にチェック [OK] エディタに行番号を表示 [Eclipse]-[Preference] [Gene…

eclipseにM2REPOの環境変数を追加

mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo</path-to-eclipse-workspace>