Skip to content

Commit

Permalink
jaf fix build script and documentation build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurunrao authored and lukasj committed Apr 9, 2021
1 parent 3ef29ae commit 4314ebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions docker/build_activationtck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ echo "export MAVEN_HOME=$MAVEN_HOME"
echo "export PATH=$PATH"


if [[ "$JDK" == "JDK11" || "$JDK" == "jdk11" ]];then
export JAVA_HOME=${JDK11_HOME}
export PATH=$JAVA_HOME/bin:$PATH
fi

export TS_HOME=$WORKSPACE
sed -i "s#^TS_HOME=.*#TS_HOME=$TS_HOME#g" $TS_HOME/lib/ts.jte
sed -i "s#^JAVA_HOME=.*#JAVA_HOME=$JAVA_HOME#g" $TS_HOME/lib/ts.jte
Expand Down Expand Up @@ -56,7 +51,6 @@ which mvn
mvn -version

export ANT_OPTS="-DTS_HOME=$WORKSPACE -DJAVA_HOME=$JAVA_HOME -DJARPATH=$WORKSPACE"
export JAVA_HOME=$JDK11_HOME
export PATH="$JAVA_HOME/bin:$PATH"

if [[ "$LICENSE" == "EFTL" || "$LICENSE" == "eftl" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<target name="mvn">
<exec dir="${basedir}/docs/ug" executable="mvn">
<arg line="-B"/>
<arg line="-B -V -Dmaven.repo.local=${ts.home}/.m2/repository"/>
</exec>
</target>

Expand Down

0 comments on commit 4314ebe

Please sign in to comment.