Re: [parent][commons-build-plugin] push new release?

2016-11-16 Thread Benedikt Ritter
Hi Gary, Gary Gregory schrieb am Do., 17. Nov. 2016 um 00:48 Uhr: > Does any one want more in the [parent][commons-build-plugin] modules ATM? > > OK to LAZY VORE and release? First [commons-build-plugin], then [parent] > which would use the new [commons-build-plugin]. > RERO is your mantra, rig

Re: How to publish multi-module site..?

2016-11-16 Thread Benedikt Ritter
Hi, Sergio Fernández schrieb am Do., 17. Nov. 2016 um 00:46 Uhr: > I believe with f6a80e6fcd39a8ee7426826e7b25e5cfe0628820 we've fixed the > COMMONSRDF-50 issue: > > > https://git1-us-west.apache.org/repos/asf?p=incubator-commonsrdf.git;a=commitdiff;h=f6a80e6fcd39a8ee7426826e7b25e5cfe0628820;hp=

Re: [ALL] How to "deploy" selectively (multi-module project)?

2016-11-16 Thread Benedikt Ritter
Hello Gilles, Gilles schrieb am Do., 17. Nov. 2016 um 00:38 Uhr: > Hello. > > For "Commons RNG" (branch "RNG-30__sampling"), > >$ mvn clean deploy -Prelease -Ptest-deploy > > fails with > --- > Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy)

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Benedikt Ritter
I think we can move RDF to Commons regardless of the maturity of the API. We have other proper components which never had a release. RDF already had three. Benedikt Stian Soiland-Reyes schrieb am Mi. 16. Nov. 2016 um 23:52: > Another is that ServiceLoader don't work well under OSGi without care

Build failed in Jenkins: commons-beanutils » Apache Commons BeanUtils #17

2016-11-16 Thread Apache Jenkins Server
See Changes: [ggregory] Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. -- [...truncated 704 lines...]

Build failed in Jenkins: commons-beanutils #17

2016-11-16 Thread Apache Jenkins Server
See Changes: [ggregory] Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. -- [...truncated 1056 lines...] at java.net.URLClassLoader$1

Jenkins build is back to normal : commons-jcs #187

2016-11-16 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is still unstable: commons-email #3

2016-11-16 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is still unstable: commons-email » Apache Commons Email #3

2016-11-16 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[parent][commons-build-plugin] push new release?

2016-11-16 Thread Gary Gregory
Does any one want more in the [parent][commons-build-plugin] modules ATM? OK to LAZY VORE and release? First [commons-build-plugin], then [parent] which would use the new [commons-build-plugin]. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second

Re: How to publish multi-module site..?

2016-11-16 Thread Sergio Fernández
I believe with f6a80e6fcd39a8ee7426826e7b25e5cfe0628820 we've fixed the COMMONSRDF-50 issue: https://git1-us-west.apache.org/repos/asf?p=incubator-commonsrdf.git;a=commitdiff;h=f6a80e6fcd39a8ee7426826e7b25e5cfe0628820;hp=b05e3e6e6acad0baeeb7e19358093232119548bb At list for the the result at targe

[ALL] How to "deploy" selectively (multi-module project)?

2016-11-16 Thread Gilles
Hello. For "Commons RNG" (branch "RNG-30__sampling"), $ mvn clean deploy -Prelease -Ptest-deploy fails with --- Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project commons-rng-build-tools: Deployment failed: repository element was not

Re: How to publish multi-module site..?

2016-11-16 Thread Gilles
On Wed, 16 Nov 2016 11:26:41 +, Stian Soiland-Reyes wrote: Hi, (in particular Gilles and Artem) What was the status of how to do a multi-site publish? I just tried now for the Commons RDF 0.3.0 site, and I could not get it to work properly. As mentioned in http://central.maven.org/maven2

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Stian Soiland-Reyes
Another is that ServiceLoader don't work well under OSGi without careful hand holding, so it may be best to leave that to the consumer code rather than say have a static method in the API with a fixed ServiceLoader. (I always have trouble with the ServiceLoader instances built in to Java, which be

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Gary Gregory
Great news TY. A look up API would be handy but not required. Gary On Nov 16, 2016 2:02 PM, "Peter Ansell" wrote: > Hi Gary, > > There is support for java.util.ServiceLoader with the relevant > META-INF/services files and default constructors, detailed in the > userguide.md file currently, but

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Stian Soiland-Reyes
Agree that many features are brand new in 0.3.0; I did not mean to imply that 1.0.0 would be a rubber stamp copy of 0.3.0, but after sorting the issues, like what we found during your review, for instance the RDFSyntax as interface instead of enum, or transactions. Were there any of the issues fro

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Peter Ansell
Hi Stian, I personally don't think Commons RDF is ready for a 1.0.0 release. The APIs have still been changing recently and many of my comments on pull requests, both when I was an active member and recently reviewing the still evolving RDF4J integration, have been deferred to the future and they

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Peter Ansell
Hi Gary, There is support for java.util.ServiceLoader with the relevant META-INF/services files and default constructors, detailed in the userguide.md file currently, but could also be in README.md: https://github.com/apache/incubator-commonsrdf/blob/master/src/site/markdown/userguide.md#Finding_

Fwd: commons-compress git commit: CONTRIBUTING.md: replace references to commons-text with references to commons-compress

2016-11-16 Thread Gary Gregory
You should use Maven to generate this file, then you would not need to do this. Gary -- Forwarded message -- From: Date: Wed, Nov 16, 2016 at 9:54 AM Subject: commons-compress git commit: CONTRIBUTING.md: replace references to commons-text with references to commons-compress To:

[GitHub] commons-compress pull request #:

2016-11-16 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-compress/commit/7c93eb18bad8612fe7cd4e6d27bd413b1fafc978#commitcomment-19849282 In README.md: In README.md on line 104: done: https://github.com/apache/commons-compress/commit/14441db

[TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-16 Thread don jeba
Hello,I am planning to work on this ticket TEXT-2. I need your guidance on naming/placing the class file for implementing this. The ask in the ticket is to get Jaccard Index [measures similarity] and Jaccard Distance [measures dissimilarity]. Below is what I am planning to do. Add a new class Jac

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Gary Gregory
In the read me I see a link to an example that has public RDF createFactory() { return new SimpleRDF(); } Is/should a service loader be used to allow pluging in/discovering implementations? Gary On Nov 16, 2016 5:22 AM, "Stian Soiland-Reyes" wrote: Commons RDF (incubating) has bee

Re: How to publish multi-module site..?

2016-11-16 Thread Gary Gregory
At the very least, the folder names must be fixed... Gary On Nov 16, 2016 3:33 AM, "Stian Soiland-Reyes" wrote: > On 16 November 2016 at 11:26, Stian Soiland-Reyes > wrote: > > But I could not get it to publish the submodule sites correctly. > > mvn clean package site-deploy > > > > overwrit

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Jochen Wiedmann
On Wed, Nov 16, 2016 at 3:14 PM, Stian Soiland-Reyes wrote: > (One questions would be how to do mailing list transition) INFRA ticket? http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg

Re: [ANNOUNCE] Apache Commons JCS 2.0-beta-2 Released

2016-11-16 Thread Thomas Vandahl
On 16.11.16 14:56, Tim Cronin wrote: > when will it be accessible via maven/ivy repo? It already is: http://repo1.maven.org/maven2/org/apache/commons/commons-jcs-core/2.0-beta-2/ Bye, Thomas. - To unsubscribe, e-mail: dev-unsub

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Stian Soiland-Reyes
OK, I'll go straight to VOTE in a couple of days to allow dev@commonsrdf list to sync up first :) (One questions would be how to do mailing list transition) On 16 November 2016 at 13:30, Jochen Wiedmann wrote: > On Wed, Nov 16, 2016 at 2:22 PM, Stian Soiland-Reyes wrote: > >> Views..? > > Start

Re: [ANNOUNCE] Apache Commons RDF 0.3.0-incubating

2016-11-16 Thread Stian Soiland-Reyes
Agree that the announce emails need to be generic enough. However I am not sure - if you don't know what RDF is, then you are almost just as likely to not know what "Resource Description Framework" is; as practically no-one uses this expansion anymore. The Semanic Web community does however now o

Re: [ANNOUNCE] Apache Commons RDF 0.3.0-incubating

2016-11-16 Thread Jochen Wiedmann
Good heavens, sebb! Having a bad week? On Wed, Nov 16, 2016 at 2:50 PM, sebb wrote: > What is the project about? Why should I be interested in it? > [rhetorical questions] > > The Announce emails are sent to people not on the developer or user lists. > > Whilst the mail does mention RDF, it does

Re: [ANNOUNCE] Apache Commons RDF 0.3.0-incubating

2016-11-16 Thread sebb
What is the project about? Why should I be interested in it? [rhetorical questions] The Announce emails are sent to people not on the developer or user lists. Whilst the mail does mention RDF, it does not say what RDF is. It would help to add a short description, even just adding "Resource Descri

Re: [DISCUSS] Commons RDF as new component?

2016-11-16 Thread Jochen Wiedmann
On Wed, Nov 16, 2016 at 2:22 PM, Stian Soiland-Reyes wrote: > Views..? Start a formal vote. Jochen - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[DISCUSS] Commons RDF as new component?

2016-11-16 Thread Stian Soiland-Reyes
Commons RDF (incubating) has been in the Apache Incubator since 2015, with an aim to graduate into the Apache Commons PMC. I think now the time has come to propose such a move. This route was agreed with the Commons PMC at the time, and we have had good guidance from our mentors, including Comm

Re: How to publish multi-module site..?

2016-11-16 Thread Stian Soiland-Reyes
On 16 November 2016 at 11:26, Stian Soiland-Reyes wrote: > But I could not get it to publish the submodule sites correctly. > mvn clean package site-deploy > > overwrites the main site with the last module's site instead! (Do not use!) https://maven.apache.org/plugins/maven-site-plugin/examples

How to publish multi-module site..?

2016-11-16 Thread Stian Soiland-Reyes
Hi, (in particular Gilles and Artem) What was the status of how to do a multi-site publish? I just tried now for the Commons RDF 0.3.0 site, and I could not get it to work properly. As mentioned in http://central.maven.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom I adde

[ANNOUNCE] Apache Commons RDF 0.3.0-incubating

2016-11-16 Thread Stian Soiland-Reyes
The Apache Commons RDF team is pleased to announce: * Apache Commons RDF 0.3.0-incubating Apache Commons RDF aims to provide a common Java API for RDF 1.1 graphs and datasets. Commons RDF 0.3.0 adds API bindings for Apache Jena, Eclipse RDF4J, JSON-LD Java as well as a standalone implementation

Build failed in Jenkins: commons-jcs #186

2016-11-16 Thread Apache Jenkins Server
See Changes: [rmannibucau] JCS-168 ensure to keep CDI SPI file in default and cdi jar but not the nocdi one -- [...truncated 1527 lines...] [INFO] Executing: /bin/sh -c cd '

[ANNOUNCE] Apache Commons JCS 2.0-beta-2 Released

2016-11-16 Thread Thomas Vandahl
The Apache Commons Team is pleased to announce the availability of: Apache Commons JCS 2.0-beta-2 Apache Commons JCS is a distributed, versatile caching system. The release notes can be reviewed at: http://www.apache.org/dist/commons/jcs/RELEASE-NOTES.txt Distribution packages can be downloaded

[GitHub] commons-compress pull request #:

2016-11-16 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-compress/commit/7c93eb18bad8612fe7cd4e6d27bd413b1fafc978#commitcomment-19842390 In README.md: In README.md on line 104: Looks like some replacing did not work and now the link is dead.