Skip to content

Commit

Permalink
Merge pull request #227 from scottmarlow/issues225_removeglassfish-7.…
Browse files Browse the repository at this point in the history
…0.0.zip

wildfly-tck-runners/issues/225 Investigate if glassfish-7.0.0.zip can be removed from authentication/faces/security TCK runners
  • Loading branch information
jamezp authored Jan 10, 2025
2 parents b935eac + 2343900 commit c908d20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions authentication/clean-tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ TCK_HOME=authentication-tck-3.0.1
OLD_TCK_HOME=authentication-tck
ANT_ZIP=apache-ant-1.9.16-bin.zip
ANT_HOME=apache-ant-1.9.16
GLASSFISH_ZIP=glassfish-7.0.0.zip
GLASSFISH_HOME=glassfish7

rm $GLASSFISH_ZIP
rm -fR $GLASSFISH_HOME
rm $ANT_ZIP
rm -fR $ANT_HOME
rm -fR $TCK_HOME
Expand Down
13 changes: 0 additions & 13 deletions authentication/run-tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,25 +173,12 @@ then
export JAVAEE_HOME=$ENV_ROOT/$OLD_WILDFLY
export JBOSS_HOME=$JAVAEE_HOME

GLASSFISH_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.0.zip
GLASSFISH_ZIP=glassfish-7.0.0.zip
GLASSFISH_HOME=glassfish7
export JAVAEE_HOME_RI=$ENV_ROOT/$GLASSFISH_HOME/glassfish

echo "Creating Environment File."
echo "# Authentication TCK Environment." > environment
echo "export TS_HOME=$TS_HOME" >> environment
echo "export JEETCK_MODS=$JEETCK_MODS" >> environment
echo "export JAVAEE_HOME=$JAVAEE_HOME" >> environment
echo "export JBOSS_HOME=$JBOSS_HOME" >> environment
echo "export JAVAEE_HOME_RI=$JAVAEE_HOME_RI" >> environment

if ! test -d $GLASSFISH_HOME
then
echo "Installing GlassFish"
curl -L $GLASSFISH_URL -o $GLASSFISH_ZIP
unzip ${UNZIP_ARGS} $GLASSFISH_ZIP
fi

echo "Cloning WildFly " $WILDFLY_HOME $OLD_WILDFLY
cp -R $WILDFLY_HOME $OLD_WILDFLY
Expand Down

0 comments on commit c908d20

Please sign in to comment.