]> source.dussan.org Git - poi.git/commitdiff
Fix missing directory 'maven' in source release packages, adjust the related test...
authorDominik Stadler <centic@apache.org>
Mon, 14 Nov 2016 19:50:39 +0000 (19:50 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 14 Nov 2016 19:50:39 +0000 (19:50 +0000)
Also exclude some more intermediate files/directories from the source package.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769684 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/integrationtest/build.xml

index 80f11a3e5e1a948032a02de24056018516de5240..6a189f602ecd926466f29043055351153d05e8b1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1958,8 +1958,11 @@ under the License.
             <mappedresources cache="true">
                 <fileset dir="." excludes="build/**,
                       dist*/**,
-                      maven/**,
                       lib/**,
+                      bin/**,
+                      out/**,
+                      sonar/**/target/**,
+                      sonar/*/src/**,
                       compile-lib/**,
                       ooxml-lib/**,
                       scripts/**,
@@ -1970,6 +1973,10 @@ under the License.
                       *.lnk,
                       *.rdf,
                       *.swp,
+                      *.launch,
+                      *.log,
+                      .gradle/**,
+                      .idea/**,
                       .settings/**,
                       .classpath,
                       .settings/**,
index 8409e5354dec2ca3f8f11720326d95199994b0ef..6af90e77b59e76ef3af2a7ab355dc3d40c5be741 100644 (file)
@@ -77,7 +77,7 @@ Before running this, you should execute the "assemble" target in the main build.
 
         <!-- finally call Ant on the extracted source to check if we can build the packages -->
         <echo message="Building in temporary dir ${dirversion}/"/>
-        <ant dir="${dirversion}" target="jar" inheritAll="false" inheritRefs="false" useNativeBasedir="true"/>
+        <ant dir="${dirversion}" target="assemble" inheritAll="false" inheritRefs="false" useNativeBasedir="true"/>
     </target>
 
     <target name="runCompileTest" depends="init" description="Verify that we can compile most examples without including excelant or scratchpad jars">