2012/3/14 <[email protected]>:
> Author: markt
> Date: Wed Mar 14 14:51:56 2012
> New Revision: 1300573
>
> URL: http://svn.apache.org/viewvc?rev=1300573&view=rev
> Log:
> Update to JDT 3.7.2
>
> Modified:
> tomcat/tc7.0.x/trunk/ (props changed)
> tomcat/tc7.0.x/trunk/build.properties.default
> tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath
> tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>
> Propchange: tomcat/tc7.0.x/trunk/
> ------------------------------------------------------------------------------
> (...)
>
> Modified: tomcat/tc7.0.x/trunk/build.properties.default
> URL:
> http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.properties.default?rev=1300573&r1=1300572&r2=1300573&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/build.properties.default (original)
> +++ tomcat/tc7.0.x/trunk/build.properties.default Wed Mar 14 14:51:56 2012
> @@ -123,8 +123,8 @@ wsdl4j-lib.loc=${base-maven.loc}/wsdl4j/
> wsdl4j-lib.jar=${wsdl4j-lib.home}/wsdl4j-${wsdl4j-lib.version}.jar
>
> # ----- Eclipse JDT, version 3.2 or later -----
> -jdt.version=3.7.1
> -jdt.release=R-3.7.1-201109091335
> +jdt.version=3.7.2
> +jdt.release=R-3.7.2-201202080800
> jdt.home=${base.path}/ecj-${jdt.version}
> jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
> # The download will be moved to the archive area eventually. We are taking
> care of that in advance.
>
> Modified: tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath
> URL:
> http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1300573&r1=1300572&r2=1300573&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath (original)
> +++ tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath Wed Mar 14
> 14:51:56 2012
> @@ -25,6 +25,6 @@
> <classpathentry kind="var"
> path="TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/tomcat-dbcp.jar"
> sourcepath="/TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/src/java"/>
> <classpathentry kind="var"
> path="TOMCAT_LIBS_BASE/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar"/>
> <classpathentry kind="var"
> path="TOMCAT_LIBS_BASE/wsdl4j-1.6.2/wsdl4j-1.6.2.jar"/>
> - <classpathentry kind="var"
> path="TOMCAT_LIBS_BASE/ecj-3.7.1/ecj-3.7.1.jar"/>
> + <classpathentry kind="var"
> path="TOMCAT_LIBS_BASE/ecj-3.7.2/ecj-3.7.2.jar"/>
> <classpathentry kind="output" path=".settings/output"/>
> </classpath>
>
> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
> URL:
> http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1300573&r1=1300572&r2=1300573&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Mar 14 14:51:56 2012
> @@ -185,6 +185,9 @@
> Update the native component of the Tomcat APR/native connector to
> 1.1.23 and take advantage of the simplified distribution. (mturk)
> </update>
> + <update>
> + Update to Eclipse JDT Compiler 3.7.2. (markt)
> + </update>
> </changelog>
> </subsection>
> </section>
>
There is one more place where ecj version is mentioned:
res/maven/tomcat-jasper.pom
has
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
<version>3.7</version>
</dependency>
Though searching for it I currently see only version 3.7.1 as the latest:
http://search.maven.org/#search|ga|1|g%3A%22org.eclipse.jdt.core.compiler%22
I do not mind updating it here (I guess someone will upload it if it
is really needed). I do not have configuration to test
whether "ant -f mvn-pub.xml" build would break if we update the
version in that file now.
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]