タグ

2008年5月26日のブックマーク (2件)

  • Hudson Twitter Pluginができるまで#1 - cactusman日誌

    前回(開発環境構築)からの続きで、今回はサンプル(Hellow world)を動かすところをご紹介します。 さて、前回の作ったサンプルのディレクトリ構成から見ていこうと思います。 ProjectRoot ├src │└main │ ├java:ソースディレクトリで、パッケージ名と対応したディレクトリ階層構造をしている │ ├resources:jelly、プロパティファイルなどが置かれていて、ソースディレクトリと対応している │ └webapp:html(ヘルプ用)など ├target:Maven2でのビルドの出力先 ├work:Maven2のJettyプラグインを使用してHudsonを起動した場合の設定ファイルとHudsonプラグインの置き場所 └pom.xml:Maven2でビルドするために記述するXML形式の設定ファイル mvn hpi:runを実行していないのでworkディレクトリ

    Hudson Twitter Pluginができるまで#1 - cactusman日誌
    nobeans
    nobeans 2008/05/26
    アイデアを思いついたらつくろう
  • User-friendly SVN

    User-Friendly USVN is a web interface written in PHP used to configure Subversion repositories.It's goal is to ease the creation of new projects without having to use the command line interface, therefor, maybe without privileged access to the server. USVN will then generate the list of users allowed to access your source code. This enable the delegation of rights to administrate Subversion reposi