[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [eclipselink-dev] Build Failed - EclipseLink Bootstrap Automated Builds - build.date is corrupt
|
Everyone,
It looks like it may be an encoding problem with the date text in the ${build.date} substitution - it probably contains unescaped "'s / slashes or <> brackets.
The build machines' date format can affect this variable
build
build_date.build_time='20080831.0830'
mine
BuildDate.BuildTime='080831.2248'
Just to verify, I took a quick look at line 33 (in hex) and surrounding markup and see no encoding problems or markup changes around this single line change where the spaces around the - in "SNAPSHOT - " were removed by a developer.
The only variable content in this line is the build.date variable - the <tstamp><format> command may be misparsing some content.
- <property name="build_number_string" value="SNAPSHOT - ${build.date}"/>
+ <property name="build_number_string" value="SNAPSHOT-${build.date}"/>
A local build is ok running on
BuildDate.BuildTime='080831.2248'
/michael
-----Original Message-----
From: PETER.KROGH@xxxxxxxxxx
Sent: Sunday, August 31, 2008 08:30
To: eclipselink-dev@xxxxxxxxxxx; PETER.KROGH@xxxxxxxxxx
Subject: [eclipselink-dev] Build Failed - EclipseLink Bootstrap
Automated Builds
[echo] ---- Bootstrap ----
init:
[echo] ANT_ARGS=' '
[echo] ANT_OPTS='-Xmx128m'
[echo]
[echo] build_date.build_time='20080831.0830'
[echo] java.version ='1.5.0'
[echo] os.name ='Linux'
[echo] os.arch ='ppc'
[echo] os.version ='2.6.16.54-0.2.8-ppc64'
[echo]
[echo] basedir ='/opt/public/rt/eclipselink'
init-linux:
init-win:
init-test:
init-test2:
properties-init:
[echo] svn.exec='/usr/local/bin/svn'
[echo] branch.name= 'branches/1.0/'
[echo] build.root.dir= '/shared/rt/eclipselink/branches/1.0/trunk'
[echo] build.deps.dir= '/shared/rt/eclipselink/bld_deps/1.0'
[echo] log.dir= '/shared/rt/eclipselink/logs'
[echo] junit.dir= '/shared/rt/eclipselink/bld_deps/1.0/junit'
[echo] junit.lib= '/shared/rt/eclipselink/bld_deps/1.0/junit/junit.jar'
[echo] branch.dir= 'branches/1.0/trunk'
[echo] autobld.file= 'autobuild.xml'
[echo]
[echo] env.CLASSPATH= ':/shared/rt/eclipselink/bld_deps/1.0/junit/junit.jar:/shared/common/apache-ant-1.7.0/lib/ant-junit.jar:/shared/rt/eclipselink/branches/1.0/trunk/foundation/eclipselink.core.lib/mail.jar:/shared/rt/eclipselink/branches/1.0/trunk/foundation/eclipselink.core.lib/activation.jar:/shared/rt/eclipselink/bld_deps/1.0/mavenant/maven-ant-tasks-2.0.8.jar'
[echo]
[echo] svn.ro.protocol= 'http:'
[echo] svn.protocol= 'svn:'
[echo] svn.rw.protocol= 'svn+ssh:'
[echo] svn.base.urlpath= '//dev.eclipse.org/svnroot/rt/org.eclipse.persistence'
[echo] svn.base.url= 'svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence'
[echo] svn.branch.url= 'svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/branches/1.0/trunk'
[echo] svn.build.url= 'svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/branches/1.0/trunk/buildsystem'
[echo] current.svnrev.file= '/shared/rt/eclipselink/logs/.current_svn_rev'
[echo] latest.svnrev.file= '/shared/rt/eclipselink/logs/.latest_svn_rev'
get-svn-headrev:
query-svn-changed:
no-cb:
cb:
[echo] ** Begin of Antcall to 'get-src' **
[echo] ---- Bootstrap ----
init:
[echo] ANT_ARGS=' '
[echo] ANT_OPTS='-Xmx128m'
[echo]
[echo] build_date.build_time='20080831.0830'
[echo] java.version ='1.5.0'
[echo] os.name ='Linux'
[echo] os.arch ='ppc'
[echo] os.version ='2.6.16.54-0.2.8-ppc64'
[echo]
[echo] basedir ='/opt/public/rt/eclipselink'
init-linux:
init-win:
init-test:
init-test2:
properties-init:
[echo] svn.exec='/usr/local/bin/svn'
[echo] branch.name= 'branches/1.0/'
[echo] build.root.dir= '/shared/rt/eclipselink/branches/1.0/trunk'
[echo] build.deps.dir= '/shared/rt/eclipselink/bld_deps/1.0'
[echo] log.dir= '/shared/rt/eclipselink/logs'
[echo] junit.dir= '/shared/rt/eclipselink/bld_deps/1.0/junit'
[echo] junit.lib= '/shared/rt/eclipselink/bld_deps/1.0/junit/junit.jar'
[echo] branch.dir= 'branches/1.0/trunk'
[echo] autobld.file= 'autobuild.xml'
[echo]
[echo] env.CLASSPATH= ':/shared/rt/eclipselink/bld_deps/1.0/junit/junit.jar:/shared/common/apache-ant-1.7.0/lib/ant-junit.jar:/shared/rt/eclipselink/branches/1.0/trunk/foundation/eclipselink.core.lib/mail.jar:/shared/rt/eclipselink/branches/1.0/trunk/foundation/eclipselink.core.lib/activation.jar:/shared/rt/eclipselink/bld_deps/1.0/mavenant/maven-ant-tasks-2.0.8.jar'
[echo]
[echo] svn.ro.protocol= 'http:'
[echo] svn.protocol= 'svn:'
[echo] svn.rw.protocol= 'svn+ssh:'
[echo] svn.base.urlpath= '//dev.eclipse.org/svnroot/rt/org.eclipse.persistence'
[echo] svn.base.url= 'svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence'
[echo] svn.branch.url= 'svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/branches/1.0/trunk'
[echo] svn.build.url= 'svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/branches/1.0/trunk/buildsystem'
[echo] current.svnrev.file= '/shared/rt/eclipselink/logs/.current_svn_rev'
[echo] latest.svnrev.file= '/shared/rt/eclipselink/logs/.latest_svn_rev'
no-get-src:
get-src:
[echo] ** Begin of Source Retrieval **
[echo] ** From: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/branches/1.0/trunk
[echo] ** Root: /shared/rt/eclipselink/branches/1.0/trunk
[exec] Checked out revision 2271.
[chmod] /bin/chmod: changing permissions of `/shared/rt/eclipselink/branches/1.0/trunk/buildsystem/bootstrap.sh': Operation not permitted
[chmod] Result: 1
[echo] ** End of Source Retrieval **
[echo] ** End of Antcall to 'get-src' **
[move] Moving 1 file to /shared/rt/eclipselink/logs
[echo] 'cb' target: Calling 'build-continuous' target in '/shared/rt/eclipselink/branches/1.0/trunk/autobuild.xml'
[echo] ---- AutoBuild.xml ----
init:
[echo] ANT_ARGS=' '
[echo] ANT_OPTS='-Xmx128m'
[echo]
[echo] build_date.build_time='20080831.0830'
[echo] java.version ='1.5.0'
[echo] os.name ='Linux'
[echo] os.arch ='ppc'
[echo] os.version ='2.6.16.54-0.2.8-ppc64'
[echo]
[echo] EL version ='1.0.1'
[echo] basedir ='/shared/rt/eclipselink/branches/1.0/trunk'
[echo] build.deps.dir='/shared/rt/eclipselink/bld_deps/1.0'
[echo] build.root.dir='/shared/rt/eclipselink/branches/1.0/trunk'
[echo] log.dir ='/shared/rt/eclipselink/logs'
[echo] junit.dir ='/shared/rt/eclipselink/bld_deps/1.0/junit'
[echo] junit.lib ='/shared/rt/eclipselink/bld_deps/1.0/junit/junit.jar'
clean:
clean:
BUILD FAILED
/opt/public/rt/eclipselink/bootstrap.xml:203: The following error occurred while executing this line:
/shared/rt/eclipselink/branches/1.0/trunk/autobuild.xml:108: The following error occurred while executing this line:
/shared/rt/eclipselink/branches/1.0/trunk/build.xml:97: The following error occurred while executing this line:
/shared/rt/eclipselink/branches/1.0/trunk/foundation/org.eclipse.persistence.core/build.xml:33: The content of elements must consist of well-formed character data or markup.
Total time: 7 seconds
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev