Bug 35610 - Source downloads are broken
Summary: Source downloads are broken
Status: CLOSED WORKSFORME
Alias: None
Product: BCEL - Now in Jira
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.1
Hardware: All All
: P2 blocker
Target Milestone: ---
Assignee: issues@commons.apache.org
URL: http://mirror.switch.ch/mirror/apache...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-05 13:25 UTC by Bernhard Rosenkraenzer
Modified: 2006-01-27 05:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Rosenkraenzer 2005-07-05 13:25:49 UTC
bcel-5.1-src.tar.gz is a 12 MB tarball containing a backup of the download 
site, including anything but the source I was looking for. 
 
[bero@arklinux SOURCES]$ tar tzf bcel-5.1-src.tar.gz 
bcel-5.1-src.zip 
bcel-5.1.tar.gz 
bcel-5.1.zip 
home/rdonkin/release.tar.gz 
 
bcel-5.1-src.zip is better, but incomplete; running ant in there results in 
 
BUILD FAILED 
/usr/src/ark/SOURCES/bcel-5.1/build.xml:78: srcdir 
"/usr/src/ark/SOURCES/bcel-5.1/examples" does not exist! 
 
because the examples are missing. 
 
The exact same thing is true for the bcel-current-src.* archives.
Comment 1 Bernhard Rosenkraenzer 2005-07-05 13:28:11 UTC
To make things worse, BCEL_5_1 is not tagged in SVN -- there doesn't seem to 
be a way to get hold of the 5.1 source. 
 
trunk seems to work. 
Comment 2 Henri Yandell 2005-07-09 04:18:35 UTC
The src zip is also available from the download site.

Maven appears to work fine, using ant fails at first due to the lack of a regexp
jar. Adding that jar to the lib/ and 'ant compile' passes, but 'ant jar' (the
default target) fails due to the lack of examples.

Short term fix:

Remove the -src.tar.gz on the mirrors.
Recommend Maven for building via the -src.zip.
Comment 3 Torsten Curdt 2006-01-27 14:02:23 UTC
...but I am wondering why we provide an ant build for the source dist