[MNG-3969] added a temporary bootstrap script to bypass xml stream factory issues for mercury-ant

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@745633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-02-18 20:12:33 +00:00
parent 0235b8e9c1
commit e39657bd9e
1 changed files with 10 additions and 0 deletions

10
bs Executable file
View File

@ -0,0 +1,10 @@
#
# 1009-02-18 Oleg:
# this is a temporary script to simplify debugging of mercury-based bootstrap (bs) build
# it addresses the issue of random XMLInputStreamFactory class that varies across installations
# and maven-3 requires a specific default implementation
#
export CLASSPATH=./mercury-ant-tasks-1.0-alpha-6-SNAPSHOT.jar
export ANT_OPTS='-Dmercury.log.threshold=warn -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Dmaven.repo.local=/app/maven.repo -Dmaven.repo.central=http://repository.sonatype.org/content/groups/public '
#export ANT_OPTS=$ANT_OPTS' -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'
ant -f build-mercury.xml