Re: what happened to the old trunk?
Thank you Konstantin! Joe Konstantin Kolinko wrote: That trunk was moved to sandbox/gdev6x/ See http://svn.apache.org/viewvc?view=rev&revision=573772 Sat Sep 8 02:35:33 2007 UTC (2 months, 4 weeks ago) I see that in http://svn.apache.org/viewvc?view=rev&revision=593649 a new trunk was created from 6.0.x/trunk but I don't see what happened to the old trunk. Any pointers? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
what happened to the old trunk?
I'm trying to track down a change that used to be in trunk so that I can merge the change into a local build. The change can be seen here: https://svn.apache.org/viewvc?view=rev&revision=542189 However, when I attempt to merge this change with a subsequent Tomcat image (either 6.0.14 or 6.0.15) it seems as if the change doesn't exist at all in the current trunk. Here's the command I'm attempting to use to merge: svn merge -r 542188:542189 https://svn.apache.org/repos/asf/tomcat/trunk/ . When I view the current trunk and look at parts that were changed in that revision mentioned above the history does not show the changes. I see that in http://svn.apache.org/viewvc?view=rev&revision=593649 a new trunk was created from 6.0.x/trunk but I don't see what happened to the old trunk. Any pointers? Thanks, Joe Bohn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]