You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jason Brittain <ja...@gmail.com> on 2007/10/06 19:59:07 UTC

Update build.properties.default for new JDT URL

Hi guys.

Tomcat 6.0.x's build.properties.default needs a new URL for the
JDT download.  It appears that 3.2.2 isn't available anymore.
Here is a diff for pulling 3.3.1 instead, which at least builds:

Index: build.properties.default
===================================================================
--- build.properties.default    (revision 582521)
+++ build.properties.default    (working copy)
@@ -56,8 +56,8 @@
 # ----- 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.2.3.v_686_R32x.jar
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-JDT-3.2.2.zip
+jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip

 # ----- Tomcat native library -----
 tomcat-native.home=${base.path}/tomcat-native-1.1.10

Cheers.

-- 
Jason Brittain

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Update build.properties.default for new JDT URL

Posted by Peter Rossbach <pr...@objektpark.de>.
OK, I add this to the tomcat 5.5 STATUS file :-)
Peter


Am 07.10.2007 um 19:42 schrieb William L. Thomson Jr.:

> On Sun, 2007-10-07 at 07:14 +0200, Peter Rossbach wrote:
>> Thanks to report it,
>>
>> I hope we can fix it before 6.0.15 tag.
>
> FYI, this can likely be done for 5.5.x as well. On Gentoo we are
> presently shipping/compiling 5.5.25 with 3.3. 6.0.x is still using  
> 3.2,
> but I will bump that next time I touch package or ebuild.
>
> -- 
> William L. Thomson Jr.
> Gentoo/Java


Re: Update build.properties.default for new JDT URL

Posted by "William L. Thomson Jr." <wl...@gentoo.org>.
On Sun, 2007-10-07 at 07:14 +0200, Peter Rossbach wrote:
> Thanks to report it,
> 
> I hope we can fix it before 6.0.15 tag.

FYI, this can likely be done for 5.5.x as well. On Gentoo we are
presently shipping/compiling 5.5.25 with 3.3. 6.0.x is still using 3.2,
but I will bump that next time I touch package or ebuild.

-- 
William L. Thomson Jr.
Gentoo/Java

Re: Update build.properties.default for new JDT URL

Posted by Peter Rossbach <pr...@objektpark.de>.
Thanks to report it,

I hope we can fix it before 6.0.15 tag.

Peter


Am 06.10.2007 um 19:59 schrieb Jason Brittain:

> +jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/ 
> drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip