From: Yegor Kozlov Date: Sun, 24 Jan 2010 13:05:48 +0000 (+0000) Subject: added mvn-install Ant target equivalent to 'mvn install' in maven-driven projects X-Git-Tag: REL_3_7_BETA1~122 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6db9c4f0e220a4958c239ef9c2c9e67561651a8f;p=poi.git added mvn-install Ant target equivalent to 'mvn install' in maven-driven projects git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902561 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 6617686e52..d318c10dce 100644 --- a/build.xml +++ b/build.xml @@ -47,7 +47,7 @@ under the License. ANT_OPTS="-Xmx1024m -XX:MaxPermSize=256m" ant test --> - + The Apache POI project Ant build. @@ -1035,5 +1035,39 @@ under the License. + + + + Maven ant tasks not found. + Please make sure the maven-ant-tasks jar is in ANT_HOME/lib, or made + available to Ant using other mechanisms like -lib or CLASSPATH. + + You can download the Maven Ant Tasks from http://maven.apache.org/ant-tasks/download.html + + + + + + + + + + + + + + + + + + + + + + +