タグ

2011年9月15日のブックマーク (6件)

  • Mojo - Plugins

    Depending on their maturity, the available plugins are organized into groups as shown below. While using a pre-release or sandbox plugin might seem risky, it is your chance to provide feedback to the community such that the plugin can eventually reach production state. Production Plugins The following plugins have been released and are generally available for production use.

  • Mavenインストールメモ(Hishidama's Apache Maven install Memo)

    後は通常のプラグインのインストール手順と同じ。 インストールすると、最初に「EclipseがJREで動いてるけどJDKでないと使えない機能があるよ」みたいな感じのメッセージが出るが、とりあえず無視しても大丈夫そう。 Eclipseを起動する度にコンソールには以下のようなメッセージが出るが。 11/08/03 19:31:20 JST: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. Eclipseのパッケージエクスプローラーから“pom.xml(Mavenの設定ファイル)のあるプロジェクト”(の一番トップのディレクトリー)を右クリックすると、ポップアップメニューにMave

    clash_m45
    clash_m45 2011/09/15
    maven
  • [Java]antでtomcatにdeployする | Labs Zsrv Net

    [Java]antでtomcatにdeployする March 30th, 2010 Posted in Uncategorized Write comment ということで、antを使ってtomcatにデプロイを行う。 準備: catalina-ant.jarを”antlib”に設置。 以下をbuild.xmlに追加。 <property file="build.properties"/> <!-- define tomcat task --> <path id="tomcat.tasks.classpath" path="antlib/catalina-ant.jar"/> <taskdef name="undeploy" classname="org.apache.catalina.ant.UndeployTask" classpathref="tomcat.tasks.class

  • Checkstyle

    About Checkstyle Release Notes Consulting Sponsoring Documentation Configuration Property Types System Properties Running Ant Task Command Line Checks Annotations Block Checks Class Design Coding Headers Imports Javadoc Comments Metrics Miscellaneous Modifiers Naming Conventions Regexp Size Violations Whitespace Filters File Filters Style Configurations Google's Style Sun's Style Developers Extend

  • Checkstyle - Ant タスク

    説明 このタスクは指定した Java ファイル群に対して Checkstyle を実行します。 このタスクは ANT 1.5 を使用してテストされています。 最新バージョンの Checkstyle は http://checkstyle.sourceforge.net/ で入手できます。 このタスクは Checkstyle 配布ファイルに含まれています。 インストール 一番簡単な方法は checkstyle-all-3.5.jar をクラスパスに含めることです。 この中には Checkstyle を実行するのに 必要なすべてのクラスが含まれています。これに代わる方法としては、 以下のものをクラスパスに含めなければなりません: checkstyle-3.5.jar ANTLR 2.7.2 クラス群。 配布ファイルには antlr.jar が含まれています。 Jakarta Regexp 1.

  • FindBugs - Find Bugs in Java Programs

    This is the web page for FindBugs, a program which uses static analysis to look for bugs in Java code.  It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Maryland. FindBugs has been downloaded more than a million times. The current version of FindBugs is 3.0.1. FindBugs requires JRE (or J