タグ

antに関するyojikのブックマーク (6)

  • GitHub - DeNA/PacketProxy: A local proxy written in Java

    PacketProxy is an open-source proxy tool that can intercept and inspect any protocol over TCP/UDP, not limited to just HTTP/1.x, HTTP2, or HTTPS. PacketProxy is designed for testing web applications for internal use, which helps app development and finding vulnerabilities on your applications. Full-featured local proxy tool Save all captured packets (i.e., requests and responses) and show them in

    GitHub - DeNA/PacketProxy: A local proxy written in Java
    yojik
    yojik 2019/10/07
  • Free Dynamic DNS(DDNS) by POP3,IMAP4,FTP,HTTP-BASIC for Home Server, VPS | MyDNS.JP

    www.hirax.net is not accessible... Sorry. I do not know why this site is not working. If you know Administrator of this site, please contact directly. You may be able to see it in Google cache. For administrator ... MyDNS.JP did not received IP address from you over One week. Please check your notify system. If you restart notification of IP address, MyDNS.JP will apply your IP address to DNS info

    yojik
    yojik 2016/02/04
  • デザイン思考 ファシリテーション・ガイドブック|イトーキ

    2012年11月にイノベーションを生み出す場のつくり方、スタンフォード大学d.schoolの研究・実践書「make space」を出版したが、場とともにイノベーションの生み出し方のメソッドを知り、実践したいとの要望が多く寄せられ、同じくスタンフォード大学 d.schoolのイノベーション教育の中核である「デザイン思考」を実践するガイドを株式会社イトーキ オフィス総合研究所と一般社団法人デザイン思考研究所にて作成しました。 目次 はじめに デザイン思考の概要 第1章 理解 ステップ1:チームビルディング ステップ2:課題設定 ステップ3:知識の把握 ステップ4:観察対象の設定 第2章 共感 ステップ1:観察 ステップ2:インタビュー 第3章 問題定義 ステップ1:情報整理 ステップ2:ストーリー抽出 ステップ3:問題定義 第4章 創造 ステップ1:テーマ設定 ステップ2:アイデア創造 ステッ

    デザイン思考 ファシリテーション・ガイドブック|イトーキ
    yojik
    yojik 2013/12/11
  • Why you should use the Maven Ant Tasks instead of Maven or Ivy

    Like many others I really like Ant and I intend to keep using it until something better comes along. And I strongly feel that when you try to use *only* Maven for everything, you give up control over a few things. Are there things that Ant does better than Maven? Oh yes, IMHO. Here are a few examples of typical Java web-app build related stuff that turn out to be “edge cases” in Maven meaning that

    Why you should use the Maven Ant Tasks instead of Maven or Ivy
    yojik
    yojik 2009/09/07
  • antからmavenを使って依存ライブラリの解決。 - cynipeと読む

    maven-ant-tasksを使って出来た。こんな感じのbuild.xmlを書けばいい。 <?xml version="1.0"?> <project xmlns:artifact="urn:maven-artifact-ant" name="maven-ant-tasks-learning" default="maven-retrieve" basedir="."> <property name="lib.dir" value="lib" /> <property name="lib.src.dir" value="lib/sources" /> <target name="maven-retrieve"> <path id="maven-ant-tasks.classpath" path="lib-for-build/maven-ant-tasks-2.0.9.jar" /> <ty

    antからmavenを使って依存ライブラリの解決。 - cynipeと読む
    yojik
    yojik 2009/09/07
    org.apache.maven.artifact.ant.VersionMapperの存在しらなかった
  • ivy.xmlのconfの使い方:技術メモ:So-net blog

    confの基 Ivyで一番難しいのはconfの使いこなし方だと思う。confは、たとえばコンパイル時と実行時でライブラリのセットを切り替えたい場合などに使う。configurationsを書かなければデフォルトのconfである"default"が1つ作られる。明示的に書く場合<configurations>     <conf name="compile" />     <conf name="runtime" /> </configurations>などと書き、コンパイル時とランタイム時に分けることができる。しかし、ただconfigutationsを書いただけでは意味がない。依存性ごとにどのconfに紐付くのかを指定する必要がある。<depandencies>     <dependency org="javaee" name="javaee-api" rev="5" conf="co

    yojik
    yojik 2009/01/03
    すごくわかりやすい
  • 1