Opened 18 years ago
Closed 18 years ago
#10994 closed defect (fixed)
FYI:tomcat5 does not build
Reported by: | jyrkiwahlstedt | Owned by: | jberry@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
building tomcat5 fails due to: ========= downloadzip:
[get] Getting: http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip [get] To: /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_java_tomcat5/work/apache-tomcat-5.5.20-src/build/Repository/file.zip [get] Error opening connection java.io.FileNotFoundException: http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip
========== eclipse is now at 3.2.1. This probably is an upstream issue.
Attachments (1)
Change History (4)
comment:1 Changed 18 years ago by jyrkiwahlstedt
Component: | base → ports |
---|
comment:2 Changed 18 years ago by jcbuffington@…
This was a reported issue with the tomcat 5.5.20 source distribution. See Apache bug report number 40741. I am attaching a new patch file and the following Portfile patch to resolve this issue:
--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/tomcat5/Portfile 2006-11-01 18:02:44.000000000 -0500 +++ Portfile 2006-11-06 21:06:43.000000000 -0500 @@ -4,6 +4,7 @@ name tomcat5 version 5.5.20 +revision 1 categories java www maintainers jberry@macports.org @@ -19,7 +20,8 @@ master_sites apache:tomcat/tomcat-5/v${version}/src/ checksums md5 5775bae8fac16a0e3a2c913c4768bb37 -patchfiles patch-catalina.sh +patchfiles patch-catalina.sh \ + patch-build.properties.default depends_build bin:ant:apache-ant depends_lib bin:java:kaffe \
Changed 18 years ago by jcbuffington@…
Attachment: | patch-build.properties.default added |
---|
Patch to use archive.eclipse.org as the source for the JDT package.
comment:3 Changed 18 years ago by jberry@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied r20583. Thanks!
changed the component