You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Joe Bohn <jo...@earthlink.net> on 2007/12/10 18:09:34 UTC

error with "ant download" for 6.0.14

I'm trying to build 6.0.14 and I'm hitting the following problems with 
the "ant download" step.

It appears that the version of several dependencies referenced in 
build.properties.default are no longer available:

jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-JDT-3.2.2.zip

is not available so I used

jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3-200706251500/eclipse-JDT-3.3.zip

in its place.



Likewise, due to the previous change

jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.3.v_686_R32x.jar

was not available so I used

jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.0.v_771.jar



Are these the proper version to use when building 6.0.14 now?  Is there 
a better way to do this than to manually edit the 
build.properties.default file?


Thank you,
Joe Bohn



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


Re: error with "ant download" for 6.0.14

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
this is the one we are using

http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip

Filip

Joe Bohn wrote:
> I'm trying to build 6.0.14 and I'm hitting the following problems with 
> the "ant download" step.
>
> It appears that the version of several dependencies referenced in 
> build.properties.default are no longer available:
>
> jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-JDT-3.2.2.zip 
>
>
> is not available so I used
>
> jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3-200706251500/eclipse-JDT-3.3.zip 
>
>
> in its place.
>
>
>
> Likewise, due to the previous change
>
> jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.3.v_686_R32x.jar
>
> was not available so I used
>
> jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.0.v_771.jar
>
>
>
> Are these the proper version to use when building 6.0.14 now?  Is 
> there a better way to do this than to manually edit the 
> build.properties.default file?
>
>
> Thank you,
> Joe Bohn
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>
>


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