Re: tests are not run using latest code

2016-04-12 Thread Lewis John Mcgibbney
I thought it was the unit tests that were being run! If not then we need to log a Jira ticket and make sure that they are. Lewis On Tue, Apr 12, 2016 at 7:31 AM, Tommaso Teofili wrote: > Il giorno mar 12 apr 2016 alle ore 15:10 Lewis John Mcgibbney < > lewis.mcgibb...@gmail.com> ha scritto: > >

Re: programmatic API usage?

2016-04-12 Thread Tommaso Teofili
thanks a lot guys, super helpful! Regards, Tommaso Il giorno mar 12 apr 2016 alle ore 18:16 Mattmann, Chris A (3980) < chris.a.mattm...@jpl.nasa.gov> ha scritto: > Here is an example of how to run it, in TIKA-1343 programmatically: > > > https://issues.apache.org/jira/browse/TIKA-1343 > > > this

Re: Release Cycle for Joshua

2016-04-12 Thread Mattmann, Chris A (3980)
+1 ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WWW: htt

Re: programmatic API usage?

2016-04-12 Thread Mattmann, Chris A (3980)
Here is an example of how to run it, in TIKA-1343 programmatically: https://issues.apache.org/jira/browse/TIKA-1343 this patch: https://reviews.apache.org/r/22761/ ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and

Re: programmatic API usage?

2016-04-12 Thread Mattmann, Chris A (3980)
javadoc, and/work wiki IMO ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mat

Re: programmatic API usage?

2016-04-12 Thread Lewis John Mcgibbney
Over and above what you've shown below Tommaso, you should check out Chris Mattmanns patch over on Tika for using Joshua programmatically. I. Can't remember the issue but if you google Tika Joshua Jira your find it. On Tuesday, April 12, 2016, Tommaso Teofili wrote: > thanks Matt for the reply.

Re: programmatic API usage?

2016-04-12 Thread Tommaso Teofili
thanks Matt for the reply. What I could come up so far is the following: String configFile = "/path/to/config"; JoshuaConfiguration joshuaConfiguration = new JoshuaConfiguration(); joshuaConfiguration.readConfigFile(configFile); Decoder decoder = new Decoder(joshuaConfiguration, configFile); Byte

Re: Release Cycle for Joshua

2016-04-12 Thread Matt Post
May 1 is going to be hard for me. I'd like to advocate for quarterly releases with a June 1 first release. Would that be okay? > On Apr 12, 2016, at 1:31 AM, Lewis John Mcgibbney > wrote: > > Cool. > I've got the 1st Incubating release provisionally down for 1st May. It > would be dynamite if

Re: Release Cycle for Joshua

2016-04-12 Thread Lewis John Mcgibbney
Definaty. Quarterly sounds great. On Tuesday, April 12, 2016, Matt Post wrote: > May 1 is going to be hard for me. I'd like to advocate for quarterly > releases with a June 1 first release. Would that be okay? > > > > On Apr 12, 2016, at 1:31 AM, Lewis John Mcgibbney < > lewis.mcgibb...@gmail.co

Re: [WELCOME] Felix Hieber and Kellen Sunderland to Joshua Committership

2016-04-12 Thread Matt Post
Yes, welcome! I'm excited to have you aboard. matt > On Apr 12, 2016, at 10:05 AM, Mattmann, Chris A (3980) > wrote: > > Welcome!! > > ++ > Chris Mattmann, Ph.D. > Chief Architect > Instrument Software and Science Data Systems Se

Re: programmatic API usage?

2016-04-12 Thread Matt Post
Hi Tommaso, There isn't really, unfortunately. I have never used Joshua as a library; it would be nice if the Amazon folks (who I infer have done so, from a comment on their last commit) would contribute a doc on this front. What is the preferred avenue for developer documentation? Javadocs, or

Re: tests are not run using latest code

2016-04-12 Thread Tommaso Teofili
Il giorno mar 12 apr 2016 alle ore 15:10 Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> ha scritto: > So you are building with Macen Tommaso? The Maven build is not functional. > I have committed a couple of fixes so that by now running mvn clean install works (but no tests are run). > Inste

Re: [WELCOME] Felix Hieber and Kellen Sunderland to Joshua Committership

2016-04-12 Thread Mattmann, Chris A (3980)
Welcome!! ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WW

Re: Migrating Community from Github and GoggleGroups to Apache

2016-04-12 Thread Mattmann, Chris A (3980)
woot! ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WWW: h

Re: tests are not run using latest code

2016-04-12 Thread Lewis John Mcgibbney
So you are building with Macen Tommaso? The Maven build is not functional. Instead if you build with Ant it does build the tests and then run them. Lewis On Tuesday, April 12, 2016, Tommaso Teofili wrote: > Hi all, > > while having a look at [1], I have realized that current tests in Joshua do >

[jira] [Commented] (JOSHUA-252) Make it possible to use Maven to build Joshua

2016-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236966#comment-15236966 ] Hudson commented on JOSHUA-252: --- SUCCESS: Integrated in joshua_master #13 (See [https://bui

programmatic API usage?

2016-04-12 Thread Tommaso Teofili
Hi all, I am going through the code (so I'll probably figure it out at some point), however I wonder if there's a quick guide on how to start using Joshua programmatically as I am start having a look at how it could be integrated into other projects. Regards, Tommaso

tests are not run using latest code

2016-04-12 Thread Tommaso Teofili
Hi all, while having a look at [1], I have realized that current tests in Joshua do not run against latest source code (I think), in fact the test compilation fails (with Maven) if I just set the test directory. I think that, besides the Ant vs Maven thing, it'd be really good if we could use late

[jira] [Created] (JOSHUA-252) Make it possible to use Maven to build Joshua

2016-04-12 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created JOSHUA-252: -- Summary: Make it possible to use Maven to build Joshua Key: JOSHUA-252 URL: https://issues.apache.org/jira/browse/JOSHUA-252 Project: Joshua Issue Type:

Re: Migrating Community from Github and GoggleGroups to Apache

2016-04-12 Thread Henry Saputra
+1 =) On Mon, Apr 11, 2016 at 12:00 PM, Matt Post wrote: > Done: > > https://groups.google.com/forum/#!forum/joshua-core > https://groups.google.com/forum/#!forum/joshua_developers > https://groups.google.com/forum/#!forum/joshua_support > > matt > > > > On Apr 11, 2016,