OSDN Git Service

for stigmata 2.0.0
authortama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Wed, 10 Dec 2008 07:22:00 +0000 (07:22 +0000)
committertama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Wed, 10 Dec 2008 07:22:00 +0000 (07:22 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@355 acee48c3-7b26-0410-bdac-b3d0e5314bbc

pom.xml
src/bin/stigmata.nsi
src/site/apt/download.apt
src/site/apt/faq.apt

diff --git a/pom.xml b/pom.xml
index b4e35e5..b1d01fc 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm-all</artifactId>
-      <version>2.2.3</version>
+      <version>3.1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
     <dependency>
       <groupId>jp.sourceforge.stigmata</groupId>
       <artifactId>digger</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.1</version>
+      <version>4.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
index c712bec..c726b70 100755 (executable)
@@ -1,6 +1,6 @@
 ;--------- CONFIGURATION ---------\r
 \r
-!define VERSION "1.2.0"\r
+!define VERSION "2.0.0"\r
 !define APPNAME "Stigmata: Java birthmarking toolkit"\r
 !define JARFILE "stigmata-${VERSION}.jar"\r
 !define LANG_ENGLISH "1033-English"\r
@@ -67,14 +67,12 @@ Section "running-stigmata"
   File "..\..\target\commons-cli-1.1.jar"\r
   File "..\..\target\commons-dbutils-1.1.jar"\r
   File "..\..\target\commons-logging-1.0.3.jar"\r
-  File "..\..\target\BrowserLauncher2-1.3.jar"\r
-  File "..\..\target\Jama-1.0.2.jar"\r
-  File "..\..\target\asm-all-2.2.3.jar"\r
-  File "..\..\target\stax-1.2.0.jar"\r
-  File "..\..\target\stax-api-1.0.1.jar"\r
+  File "..\..\target\asm-all-3.1.jar"\r
   File "..\..\target\xmlcli-1.2.2.jar"\r
   File "..\..\target\mds-1.0.0.jar"\r
   File "..\..\target\i18n-1.0.1.jar"\r
+  File "..\..\target\digger-1.1.0.jar"\r
+\r
   StrCpy $R0 '$R0 -Dexecution.directory="$EXEDIR" -jar "${JARFILE}" $R1'\r
 \r
   !ifdef SPLASH_IMAGE\r
@@ -84,25 +82,22 @@ Section "running-stigmata"
     Delete "$TEMP\spltmp.bmp"\r
   !endif\r
 \r
+\r
   ExecWait "$R0"\r
   Delete "$TEMP\${JARFILE}"\r
   Delete "$TEMP\commons-beanutils-1.7.0.jar"\r
   Delete "$TEMP\commons-cli-1.1.jar"\r
   Delete "$TEMP\commons-dbutils-1.1.jar"\r
   Delete "$TEMP\commons-logging-1.0.3.jar"\r
-  Delete "$TEMP\BrowserLauncher2-1.3.jar"\r
-  Delete "$TEMP\Jama-1.0.2.jar"\r
-  Delete "$TEMP\asm-all-2.2.3.jar"\r
-  Delete "$TEMP\stax-1.2.0.jar"\r
-  Delete "$TEMP\stax-api-1.0.1.jar"\r
+  Delete "$TEMP\asm-all-3.1.jar"\r
   Delete "$TEMP\xmlcli-1.2.2.jar"\r
   Delete "$TEMP\mds-1.0.0.jar"\r
   Delete "$TEMP\i18n-1.0.1.jar"\r
+  Delete "$TEMP\digger-1.1.0.jar"\r
 \r
   Quit\r
 \r
   NotFound:\r
-  Sleep 800\r
   MessageBox MB_ICONEXCLAMATION|MB_YESNO \\r
           'Could not find a Java Runtime Environment installed on your computer. \\r
           $\nWithout it you cannot run "${APPNAME}". \\r
index f62c175..6197b84 100755 (executable)
@@ -3,7 +3,7 @@
  ----\r
  Haruaki Tamada\r
  ----\r
- 2007-07-08\r
+ 2008-12-10\r
  ----\r
 \r
 Download\r
@@ -32,7 +32,7 @@ permissions and limitations under the License.
 \r
  *Java SE 6 as runtime environment\r
 \r
- *{{{http://asm.objectweb.org/}ASM}} 2.2.3\r
+ *{{{http://asm.objectweb.org/}ASM}} 3.1\r
 \r
  *{{{http://commons.apache.org/cli/}Jakarta Commons CLI}} 1.0\r
 \r
@@ -44,45 +44,14 @@ permissions and limitations under the License.
 \r
  *{{{http://talisman.sourceforge.jp/mds/}MDS}} 1.0.0\r
 \r
- *{{{http://talisman.sourceforge.jp/mds/}Talisman i18n}} 1.0.0\r
+ *{{{http://talisman.sourceforge.jp/mds/}Talisman i18n}} 1.0.1\r
 \r
- *{{{http://stigmata.sourceforge.jp/digger/}Digger}} 1.0.0\r
+ *{{{http://stigmata.sourceforge.jp/digger/}Digger}} 1.1.0\r
 \r
- *{{{http://www.junit.org/}JUnit}} 4.1\r
+ *{{{http://www.junit.org/}JUnit}} 4.3\r
 \r
  []\r
 \r
-**How to install requirements into our Maven local repository\r
-\r
- If we want to compile stigmata from source codes, we may install\r
-manually Jama and BrowserLauncher2 into our maven2 local repository.\r
-Because maven2 default remote repository do not has them.  Other\r
-libraries can be automatically downloaded by Maven2.\r
-\r
- type below command for installing jar product into our maven2 local\r
-repository.\r
-\r
-----\r
-$ mvn install:install-file \\r
-  -Dfile=<jar file path to install> \\r
-  -DgroupId=<groupId> \\r
-  -DartifactID=<artifactId> \\r
-  -Dversion=<version> \\r
-  -Dpackaging=jar\r
-----\r
-\r
- For example, installing Jama-1.0.2.jar into maven local repository,\r
-copy and paste below command.\r
-\r
-----\r
-$ mvn install:install-file \\r
-  -Dfile=./Jama-1.0.2.jar \\r
-  -DgroupId=Jama \\r
-  -DartifactID=Jama \\r
-  -Dversion=1.0.2 \\r
-  -Dpackaging=jar\r
-----\r
-\r
 *Manually download\r
 \r
  We can download release build from {{{http://sourceforge.jp/}sourceforge.jp}}. \r
index e8fa55f..23fc474 100755 (executable)
@@ -12,7 +12,7 @@
 
  *{{{#What is birthmark}What is birthmark}}
 
- *{{{#Why did I name it Stigmata}Why did I name it Stigmata}}
+ *{{{#Why did We name the tool Stigmata}Why did We name the tool Stigmata}}
 
  *{{{#What kind of features does Stigmata have}What kind of features does Stigmata have}}
 
@@ -32,7 +32,7 @@ any additional information before distribution.
 
  For more details, see {{{definition.html}Definitions}}.
 
-*{Why did I name it Stigmata}
+*{Why did We name the tool Stigmata}
 
  Birthmark is marks that appear on a person's body in the same places
  as those made on Jesus Christ's body when he was nailed to a cross.