Revision: 10483
http://sourceforge.net/p/languagetool/code/10483
Author: dnaber
Date: 2013-07-10 07:50:07 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
don't print an error if the *.jar files we try to delete are not there (which
is the case for targets like "test")
Modified Paths:
--------------
trunk/languagetool/build.sh
Modified: trunk/languagetool/build.sh
===================================================================
--- trunk/languagetool/build.sh 2013-07-10 07:43:39 UTC (rev 10482)
+++ trunk/languagetool/build.sh 2013-07-10 07:50:07 UTC (rev 10483)
@@ -24,6 +24,6 @@
$COMMAND
# these don't work on their own, so delete them to avoid confusion:
-rm languagetool-standalone/target/languagetool-standalone-*.jar
-rm languagetool-wikipedia/target/languagetool-wikipedia-*.jar
-rm languagetool-commandline/target/languagetool-commandline-*.jar
+rm languagetool-standalone/target/languagetool-standalone-*.jar 2> /dev/null
+rm languagetool-wikipedia/target/languagetool-wikipedia-*.jar 2> /dev/null
+rm languagetool-commandline/target/languagetool-commandline-*.jar 2> /dev/null
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits