> On Jul 26, 2014, at 6:16 AM, Gary Gregory wrote:
>
> OK, so do we want:
>
> - Always have the release site be the "main" site.
> - Optionally have a separate SNAPSHOT site.
>
> Do we put this magic in commons-parent?
I prefer the opposite - site is current dev. Download pages always refle
OK, so do we want:
- Always have the release site be the "main" site.
- Optionally have a separate SNAPSHOT site.
Do we put this magic in commons-parent?
Gary
On Sat, Jul 26, 2014 at 7:07 AM, sebb wrote:
> On 25 July 2014 18:03, Stefan Bodewig wrote:
> > On 2014-07-25, Gary Gregory wrote:
>
I think the trunk handles some or all of Java 8 now. See BCEL-174, BCEL-175.
Gary
On Sat, Jul 26, 2014 at 6:43 AM, Benedikt Ritter wrote:
> Hi,
>
> when building [lang] with Java 8 I get the following error [1]: Caused by:
> org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in
>
On 16 July 2014 19:38, Benedikt Ritter wrote:
> Compile and JavaDoc are different things. javac doesn't care for what is
> places inside comments (as long as it's a valid UTF-8 character).
>
> Importing something translates to "I need this to do my work". Clearly a
> class doesn't need an exceptio
Remember that CP versions are optional.
Ideally we don't release versions that turn out to be unusable, but
it's not as bad as releasing faulty components.
On 20 July 2014 19:20, Gary Gregory wrote:
> Looks great! I would not bother with tabs unless if feels it is necessary.
>
> Gary
>
>
On 25 July 2014 18:03, Stefan Bodewig wrote:
> On 2014-07-25, Gary Gregory wrote:
>
>> It's that or we agree never to publish a SNAPSHOT site.
I don't see that as a strict dichotomy.
> For the record, I do value SNAPSHOT sites so we can also show what we
> are working on.
That does not necessar
Hi,
when building [lang] with Java 8 I get the following error [1]: Caused by:
org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in
constant pool: 18
So it looks like Clirr is using a BCEL version that doesn't support Java 8.
Can anybody tell me what the current state of BCEL is? W