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 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);

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

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

[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=15236966#comment-15236966 ] Hudson commented on JOSHUA-252: --- SUCCESS: Integrated in joshua_master #13 (See

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

[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: