HADOOP-7508. Compiled nativelib is in wrong directory and it is not picked up by surefire setup. Contributed by Alejandro Abdelnur.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1153689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2011-08-03 22:22:49 +00:00
parent 2db9aab9d7
commit 2025d4e032
2 changed files with 5 additions and 2 deletions

View File

@ -306,7 +306,7 @@ Trunk (unreleased changes)
HADOOP-7502. Make generated sources IDE friendly.
(Alejandro Abdelnur via llu)
HADOOP-7501. publish Hadoop Common artifacts (post HADOOP-6671) to Apache
HADOOP-7501. Publish Hadoop Common artifacts (post HADOOP-6671) to Apache
SNAPSHOTs repo. (Alejandro Abdelnur via tomwhite)
OPTIMIZATIONS
@ -449,6 +449,9 @@ Trunk (unreleased changes)
HADOOP-7468 hadoop-core JAR contains a log4j.properties file.
(Jolly Chen)
HADOOP-7508. Compiled nativelib is in wrong directory and it is not picked
up by surefire setup. (Alejandro Abdelnur via tomwhite)
Release 0.22.0 - Unreleased
INCOMPATIBLE CHANGES

View File

@ -250,7 +250,7 @@
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
<argLine>-Xmx1024m</argLine>
<environmentVariables>
<LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/native/lib</LD_LIBRARY_PATH>
<LD_LIBRARY_PATH>${env.LD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib</LD_LIBRARY_PATH>
</environmentVariables>
<systemPropertyVariables>