2010/2/9 <ma...@apache.org>: > Author: markt > Date: Tue Feb 9 11:51:30 2010 > New Revision: 908009 > > URL: http://svn.apache.org/viewvc?rev=908009&view=rev > Log: > Update to latest version of JDT compiler > > Modified: > tomcat/trunk/build.properties.default >
> # ----- Eclipse JDT, version 3.2 or later ----- > jdt.home=${base.path}/eclipse/plugins > jdt.lib=${jdt.home} > -jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar > -jdt.loc=http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip > +jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar > +jdt.loc=http://archive.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-JDT-SDK-3.4.2.zip Looking at http://archive.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/ there exist a download "JDT Core Batch Compiler" The ecj-3.4.2.jar downloaded from there is just 1.6 MB vs. the 40 MB one that we are downloading now. I have checked that it contains all of the classes that are referenced as imports in our JDTCompiler class, so looks like we can use it instead. Though I have not tried yet. By the way, the latest compiler would be (looking at the version of IDE that I am using) org.eclipse.jdt.core_3.5.1.v_972_R35x.jar Current download URL for the 3.5.1 JDT Core Batch Compiler for main mirror will be (though it will change to archive* eventually): http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/ecj-3.5.1.jar Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org