Revision: 6970
http://languagetool.svn.sourceforge.net/languagetool/?rev=6970&view=rev
Author: milek_pl
Date: 2012-05-18 14:16:15 +0000 (Fri, 18 May 2012)
Log Message:
-----------
fix ant test
Modified Paths:
--------------
trunk/JLanguageTool/build.properties
trunk/JLanguageTool/build.xml
Modified: trunk/JLanguageTool/build.properties
===================================================================
--- trunk/JLanguageTool/build.properties 2012-05-18 14:02:10 UTC (rev
6969)
+++ trunk/JLanguageTool/build.properties 2012-05-18 14:16:15 UTC (rev
6970)
@@ -42,6 +42,9 @@
xmlsyntax.lib = xml-text-editor-0.0.3.jar
ext.xmlsyntax.lib = ${ext.dir}/${xmlsyntax.lib}
+jna.lib = jna.jar
+ext.jna.lib = ${ext.dir}/${jna.lib}
+
ext.lucene-core.lib = ${ext.dir}/lucene-core-3.1.0.jar
ext.lucene-queries.lib = ${ext.dir}/lucene-queries-3.1.0.jar
ext.lucene-test-framework.lib = ${ext.dir}/lucene-test-framework-3.1.0.jar
Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml 2012-05-18 14:02:10 UTC (rev 6969)
+++ trunk/JLanguageTool/build.xml 2012-05-18 14:16:15 UTC (rev 6970)
@@ -38,7 +38,9 @@
<pathelement location="${dist.dir}/rules" />
<!-- tika lib -->
<pathelement location="${ext.tika.lib}" />
- <!-- -->
+ <!-- JNA-->
+ <pathelement location="${ext.jna.lib}" />
+ <!-- -->
<pathelement location="${ext.xmlsyntax.lib}" />
<pathelement location="${ext.sweble.engine}" />
<pathelement location="${ext.sweble.parser}" />
@@ -172,15 +174,16 @@
<pathelement location="${ext.junit.lib}" />
<pathelement location="${junit.classes.dir}" />
<pathelement
location="${dist.dir}/LanguageTool.uno.jar" />
- <pathelement location="${src.test.dir}" />
+ <pathelement location="${src.test.dir}" />
+ <pathelement location="${ext.dir}/native-lib" />
<path refid="common.classpath" />
</path>
-
+
<junit printsummary="true" failureproperty="tests.failed"
showoutput="true" maxmemory="180M" fork="yes" forkmode="once"
haltonfailure="${haltonfailure}">
<formatter type="xml" usefile="true" />
<formatter type="brief" usefile="false" />
- <classpath refid="test.classpath" />
+ <classpath refid="test.classpath" />
<batchtest fork="yes" todir="${dist.dir}/report/tests"
unless="testcase" haltonfailure="${haltonfailure}">
<fileset dir="${src.test.dir}"
includes="**/*Test.java" />
@@ -574,6 +577,8 @@
<copy file="${resource.dir}/pl/compounds.txt"
todir="${dist.dir}/resource/pl" />
<copy file="${resource.dir}/pl/multiwords.txt"
todir="${dist.dir}/resource/pl" />
<copy file="${resource.dir}/pl/disambiguation.xml"
todir="${dist.dir}/resource/pl" />
+ <copy file="${resource.dir}/pl/pl_PL.aff"
todir="${dist.dir}/resource/pl" />
+ <copy file="${resource.dir}/pl/pl_PL.dic"
todir="${dist.dir}/resource/pl" />
<copy file="${resource.dir}/nl/dutch.dict"
todir="${dist.dir}/resource/nl" />
<copy file="${resource.dir}/nl/dutch.info"
todir="${dist.dir}/resource/nl" />
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