Update javadoc memory and doc publication settings
This commit is contained in:
parent
ae61aa3555
commit
c17df6db8a
|
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
<!-- Main targets -->
|
<!-- Main targets -->
|
||||||
<target name="publish-documentation" depends="publish-documentation.init">
|
<target name="publish-documentation" depends="publish-documentation.init">
|
||||||
<sshexec host="spring02.managed.contegix.com" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
|
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
|
||||||
|
command="rm -rf /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"/>
|
||||||
|
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
|
||||||
command="mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"/>
|
command="mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"/>
|
||||||
|
|
||||||
<scp remoteToDir="${username}@spring02.managed.contegix.com:/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
|
<scp remoteToDir="${username}@spring02.managed.contegix.com:/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
|
||||||
|
|
@ -16,8 +18,8 @@
|
||||||
<fileset dir="${package.docs.dir}" />
|
<fileset dir="${package.docs.dir}" />
|
||||||
</scp>
|
</scp>
|
||||||
|
|
||||||
<sshexec host="spring02.managed.contegix.com" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
|
<sshexec host="static.springframework.org" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
|
||||||
command="rm /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0.x"/>
|
command="rm -f /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.1.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.1.x"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Other targets -->
|
<!-- Other targets -->
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ ivy.cache.dir=${basedir}/../ivy-cache
|
||||||
integration.repo.dir=${basedir}/../integration-repo
|
integration.repo.dir=${basedir}/../integration-repo
|
||||||
license.dir=${basedir}/../build-spring-framework/resources
|
license.dir=${basedir}/../build-spring-framework/resources
|
||||||
javadoc.exclude.package.names=org/springframework/samples/**
|
javadoc.exclude.package.names=org/springframework/samples/**
|
||||||
javadoc.max.memory=256M
|
javadoc.max.memory=1024M
|
||||||
test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
|
test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
|
||||||
compiler.args=-enableJavadoc -warn:none
|
compiler.args=-enableJavadoc -warn:none
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue