The build fails on a Mac because it categorizes the .odp files as unlicensed, 
while on Linux the build succeeds because it considers those to be binary.  I 
think I'm OK with the build script for this version only working on Linux.  To 
fix the build on a Mac, you only have to change the line EXPECTED=53 to 
EXPECTED=55 in the build script, which is easily documented.

Also, we have included the necessary licenses and notices for all jars that get 
bundled into the dist tar.gz.  In the absence of specific guidance (and the 
presence of conflicting examples) regarding what to do about non-dist-bundled 
runtime dependencies, I would be inclined to leave the licenses and notices as 
is.

Billie


----- Original Message -----
> From: "Billie J Rinaldi" <[email protected]>
> To: [email protected]
> Sent: Wednesday, March 28, 2012 1:33:23 PM
> Subject: Re: [VOTE] accumulo-1.4.0 RC6
> The build fails for me on the rat:check.
> 
> Also, we need to figure out if we need license and notice information
> for the following dependencies (and any others I may have missed).
> I've found a TLP that lists jetty and javax.servlet in the notice, and
> a TLP that includes jetty but doesn't list it in the notice. If we
> don't need them, we can remove the notice for jersey-server.
> 
> <groupId>javax.servlet</groupId>
> <artifactId>servlet-api</artifactId>
> 
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty</artifactId>
> 
> <groupId>org.slf4j</groupId>
> <artifactId>slf4j-api</artifactId>
> 
> <groupId>org.slf4j</groupId>
> <artifactId>slf4j-log4j12</artifactId>
> 
> <groupId>javaee</groupId>
> <artifactId>javaee-api</artifactId>
> 
> <groupId>javax</groupId>
> <artifactId>javaee-web-api</artifactId>
> 
> Billie
> 
> 
> ----- Original Message -----
> > From: "Eric Newton" <[email protected]>
> > To: [email protected]
> > Sent: Monday, March 26, 2012 3:05:01 PM
> > Subject: Re: [VOTE] accumulo-1.4.0 RC6
> > Please vote on releasing the following candidate as Apache Accumulo
> > version
> > 1.4.0.
> >
> > The src tar ball was generated by exporting :
> > https://svn.apache.org/repos/asf/accumulo/tags/1.4.0rc6
> >
> > To build the dist tar ball from the source run the following command
> > :
> > src/assemble/build.sh
> >
> > Tarballs, checksums, signatures:
> > http://people.apache.org/~ecn/1.4.0rc6
> >
> > Maven Staged Repository:
> > https://repository.apache.org/content/repositories/orgapacheaccumulo-116
> >
> > SVN tag:
> > https://svn.apache.org/repos/asf/accumulo/tags/1.4.0rc6
> >
> > Keys:
> > http://www.apache.org/dist/incubator/accumulo/KEYS
> >
> > Changes:
> > https://svn.apache.org/repos/asf/accumulo/tags/1.4.0rc6/CHANGES
> >
> > The vote will be held open for the next 72 hours.
> >
> > * Fixed example configurations
> > * Fixed infrastructure links for graduation

Reply via email to