Desarrollar y descargar software de código abierto

Browse CVS Repository

Log of /blancofw/blancoWsdl/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 12:37:11 2006 UTC (17 years, 5 months ago) by iga
Branch: MAIN
CVS Tags: HEAD, Release_0_1_3, Tag_20090108_01
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
2006.12.19 (0.1.3)
  (wsdl)0.1.2の変更でデグレードしてしまっていた点を修正しました。
        →.NET Framework SDKのwsdl.exeで処理できない状態になってしまっていました。
  (jar)jarファイル類の更新。


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 17 23:10:29 2006 UTC (17 years, 7 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_1_2
Changes since 1.10: +1 -12 lines
Diff to previous 1.10
2006.10.17 (0.1.2)
  (wsdl)Sun JDK 1.5.0_06では正常に動作するのだが、Sun JDK 1.5.0_08、1.5.0_09で発生する
        WSDL (XML) 生成の動作不良に対する対応を実施。
  blancoconcretesaxを除去。
  ・blancoconcretesax-0.0.5.jar
  ・BlancoWsdlXml2WsdlOutput.xmlを廃止。→ConcreteSax自動生成ソースを削除。
  (blancoCommons)JExcelApi 2.6が ×をカタカナに読み間違える不具合に対応 (blancoCommons版)。
    (具体的には jxl-2.6blanco.jar + blancoCommons 1.0.1以降を利用。)
  jarファイル類の更新。


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 16 12:39:51 2006 UTC (17 years, 10 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_1_1
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
2006.07.14 (0.1.1)
  (wsdl) 電文の項目名について、項目名の前後の空白はtrimして扱うように処理を変更。


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 6 14:04:27 2006 UTC (17 years, 10 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_1_0
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
2006.07.06 (0.1.0)
  (wsdl) .NET Framework SDK 2.0対応。この版以降は しばらくは .NET版構築を優先して機能実装します。
  (wsdl) WSDL内の wsdl:binding以下の soap:operationタグに soapActionアトリビュートを出力するように変更。
         例: <soap:operation soapAction="http://noname.org/NoService/TAAA0001" />
         このように、targetNamespace/電文処理ID をsoapAction名とします。


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 23:15:49 2006 UTC (17 years, 10 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_8
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
2006.06.30 (0.0.8)
  (wsdl)電文定義書の項目名を正規表現でチェックする機能を追加しました。
  jarファイル類を更新しました。


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 25 11:47:00 2006 UTC (18 years ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_7
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
2006.04.25 (0.0.7)
  パッケージ不一致の場合のメッセージを、少し親切になるように改善。
  XMLのインデントで見栄えの悪いところがあったのでこれを修正。


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 03:13:45 2006 UTC (18 years, 1 month ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_6
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
2006.04.21 (0.0.6)
  ◆同一ウェブサービスIDにおいて、パッケージの比較をおこない、
    パッケージがずれている場合に異常終了させる機能がある。この比較の際に、
    もしパッケージが未指定の場合には、名前空間から導出されるパッケージ名をもって
    比較を行う仕様へと変更。(従来は パッケージの文字列のみにて比較していました。)


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 18 15:38:49 2006 UTC (18 years, 1 month ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_5
Changes since 1.4: +19 -1 lines
Diff to previous 1.4
2006.04.18 (0.0.5)
  電文処理定義書・電文定義書にパッケージ名のオプション指定機能を追加。
  ※blancoDocListingの中間ファイルにパッケージ名が移送されていることを確認。
  readmeシートを削除しました。これはWORD形式で別途記入要領を提供しているために不要との判断です。
  jarファイル類の更新。
  blancoCodeGeneratorの第二世代版での動作を確認。(なお、blancoWsdl本体にはJavaソースコード生成機能はありません)
  各種付加情報はannotationの中に蓄えるように変更。
  concreteSaxのmetaと 実際のJavaソースとに乖離があったのでこれを修正。
  JavaDocを少し改善。
  Wsdl情報蓄積のための構造体をバリューオブジェクト化。
  blancoSOAPから BlancoWsdlParser を blancoWsdlへと移管。


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 13 14:58:36 2006 UTC (18 years, 3 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_4
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
2006.02.13 (0.0.4)
  Antタスクにxsdバリデーションが抜けていたのを修正。
  【バグ修正】File.listFiles()が nullを戻すという観点が抜けていたのに対応。


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 8 15:30:16 2006 UTC (18 years, 3 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_3
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
2006.02.08 (0.0.3)
  【重要】電文処理定義書・電文定義書の更新。JavaDocなる文言を削除。下位互換性あり。
  blanco Frameworkの定義書であることを主張するように改善。


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 7 14:24:45 2006 UTC (18 years, 3 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_2
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
2006.02.07 (0.0.2)
  電文定義書の項目名に空白が含まれていた場合に処理中断できるように改善。


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 31 12:31:01 2006 UTC (18 years, 3 months ago) by iga
Branch: MAIN
CVS Tags: Release_0_0_1
2006.01.31 (0.0.1)
  新規作成
  blancoSOAPからblancoWsdlを分離


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26