Revision: 7241
http://languagetool.svn.sourceforge.net/languagetool/?rev=7241&view=rev
Author: milek_pl
Date: 2012-06-05 11:25:00 +0000 (Tue, 05 Jun 2012)
Log Message:
-----------
add test for hunspell Windows DLLs, we need also a linux script...
Modified Paths:
--------------
trunk/JLanguageTool/build.xml
trunk/JLanguageTool/src/resource/fr/hunspell/fr_FR.aff
Removed Paths:
-------------
trunk/JLanguageTool/src/resource/be/hunspell/readme.txt
Property Changed:
----------------
trunk/JLanguageTool/
Property changes on: trunk/JLanguageTool
___________________________________________________________________
Modified: svn:ignore
- dist
junit.classes
build
test.txt
test-de.txt
JLanguageTool.jar
JLanguageToolGUI.jar
test-de-gross.txt
test-de-gross2.txt
test-en-gross.txt
test-en-gross2.txt
TODO
jar-package
openoffice
cobertura.ser
junit.instrumented-classes
LanguageTool.jnlp
.fbwarnings
.settings
*.zip
*.checkstyle
*.checkstyle
reports
.externalToolBuilders
.pmd
.fbprefs
bin
keystore.ks
ooolocales.properties
*.iml
test-en.txt
*.p12
korp.txt
+ dist
junit.classes
build
test.txt
test-de.txt
JLanguageTool.jar
JLanguageToolGUI.jar
test-de-gross.txt
test-de-gross2.txt
test-en-gross.txt
test-en-gross2.txt
TODO
jar-package
openoffice
cobertura.ser
junit.instrumented-classes
LanguageTool.jnlp
.fbwarnings
.settings
*.zip
*.checkstyle
*.checkstyle
reports
.externalToolBuilders
.pmd
.fbprefs
bin
keystore.ks
ooolocales.properties
*.iml
test-en.txt
*.p12
korp.txt
browncorpus.txt
Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml 2012-06-05 10:16:39 UTC (rev 7240)
+++ trunk/JLanguageTool/build.xml 2012-06-05 11:25:00 UTC (rev 7241)
@@ -147,8 +147,22 @@
<antcall target="test"/>
</target>
- <target name="test-internal" depends="clean,init,build,ooo-build"
description="Runs unit tests">
-
+ <target name="test-hunspell-libs">
+ <echo>Testing versions of hunspell libraries...</echo>
+ <exec failonerror="false" resultproperty="return.code"
os="Windows XP Windows Vista Windows 7" dir="${src.java.dev.dir}/tools"
executable="cscript">
+ <arg value="/nologo"/>
+ <arg value="VersionInfo.js"/>
+ </exec>
+ <fail message="The version numbers of two Windows DLLs are
different!">
+ <condition>
+ <equals arg1="-1" arg2="${return.code}"/>
+ </condition>
+ </fail>
+ </target>
+
+ <target name="test-internal"
depends="clean,init,test-hunspell-libs,build,ooo-build" description="Runs unit
tests">
+
+
<mkdir dir="${junit.classes.dir}" />
<mkdir dir="${dist.dir}/report/tests" />
Deleted: trunk/JLanguageTool/src/resource/be/hunspell/readme.txt
===================================================================
--- trunk/JLanguageTool/src/resource/be/hunspell/readme.txt 2012-06-05
10:16:39 UTC (rev 7240)
+++ trunk/JLanguageTool/src/resource/be/hunspell/readme.txt 2012-06-05
11:25:00 UTC (rev 7241)
@@ -1,4 +0,0 @@
-Licensed under LGPL.
-
-The original file had no affix file and was in microsoft-1251 encoding, which
is incompatible with Java.
-It was automatically converted to UTF-8 and compressed with affixcompress.
Modified: trunk/JLanguageTool/src/resource/fr/hunspell/fr_FR.aff
===================================================================
--- trunk/JLanguageTool/src/resource/fr/hunspell/fr_FR.aff 2012-06-05
10:16:39 UTC (rev 7240)
+++ trunk/JLanguageTool/src/resource/fr/hunspell/fr_FR.aff 2012-06-05
11:25:00 UTC (rev 7241)
@@ -7,7 +7,7 @@
SET UTF-8
-WORDCHARS -’
+WORDCHARS -’'
TRY
esntiarulodcpmévqfgbhàxèjyêMILzACçôîPâùJFSûBVœRDGNETHXkïOwKWYUëQÉZŒüãÎáöóÈíæÅñäśńÿ
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs