Re: Apache VM Hosting Joshua Service

2016-03-29 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:  http://sunset.usc.edu/~mattmann/
++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++





-Original Message-
From: Lewis John Mcgibbney 
Reply-To: "dev@joshua.incubator.apache.org"

Date: Tuesday, March 29, 2016 at 10:35 PM
To: "dev@joshua.incubator.apache.org" 
Subject: Apache VM Hosting Joshua Service

>Hi Folks,
>I was thinking that we could request a VM from infra with Joshua
>Translation Engine [0] set up on it alongside Joshua master branch + all
>language packs.
>Is anyone game for this? If so then once we have the Website sorted, etc.
>then I'll open a ticket with Infra.
>Ta
>
>[0] https://github.com/joshua-decoder/joshua_translation_engine
>
>-- 
>*Lewis*



Apache VM Hosting Joshua Service

2016-03-29 Thread Lewis John Mcgibbney
Hi Folks,
I was thinking that we could request a VM from infra with Joshua
Translation Engine [0] set up on it alongside Joshua master branch + all
language packs.
Is anyone game for this? If so then once we have the Website sorted, etc.
then I'll open a ticket with Infra.
Ta

[0] https://github.com/joshua-decoder/joshua_translation_engine

-- 
*Lewis*


Doxygen installed on Ubuntu || Solaris Slaves?

2016-03-29 Thread lewis john mcgibbney
Hi builds@,
In the joshua_master [0] job I created today it is failing on the
documentation stage.
Currently Joshua uses Doxygen [1] t build documentation. I see the
following logging when attempting to build on ubuntu3

*documentation*:
BUILD FAILED/x1/jenkins/jenkins-slave/workspace/joshua_master/build.xml:283:
Problem: failed to create task or type
antlib:org.doxygen.tools:doxygen
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/home/jenkins/tools/ant/latest/lib
-/home/jenkins/.ant/lib
-a directory added on the command line with the -lib argument

Can someone please advise if and where Doxygen is installed on the build
machines please?
Thanks in advance.
Lewis

[0] https://builds.apache.org/view/H-L/view/Joshua/job/joshua_master
[1] http://www.stack.nl/~dimitri/doxygen/


Build failed in Jenkins: joshua_master #4

2016-03-29 Thread Apache Jenkins Server
See 

Changes:

[post] added JOSHUA env to kenlm build invocation

--
[...truncated 883 lines...]
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/DistributionalContextSortingJob.java:27:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "sorting");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/ExtractionJob.java:30:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "extraction");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/FeatureCollectionJob.java:45:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "collect");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/OutputJob.java:42:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "collect");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphraseAggregationJob.java:29:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "aggregate");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphrasePivotingJob.java:35:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "pivoting");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/WordLexprobJob.java:36:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(theConf, getName());
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/jobs/VocabularyJob.java:31:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "vocabulary");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/ExtractionTool.java:47:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/FeatureTool.java:51:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, String.format("thrax-%s", 
featureName));
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/OutputTool.java:48:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-collect");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/SourceWordGivenTargetWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-sgt-word-lexprob");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/hadoop/tools/TargetWordGivenSourceWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-tgs-word-lexprob");
[javac]   ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/tools/SequenceToGrammar.java:54:
 warning: [deprecation] Reader(FileSystem,Path,Configuration) in Reader has 
been deprecated
[javac] SequenceFile.Reader reader = new 
SequenceFile.Reader(FileSystem.getLocal(config), path, config);
[javac]  ^
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/lib/hadoop-common-2.5.2.jar(org/apache/hadoop/io/DataOutputBuffer.class):
 warning: Cannot find annotation method 'value()' in type 'LimitedPrivate'
[javac] 
/x1/jenkins/jenkins-slave/workspace/joshua_master/thrax/src/edu/jhu/thrax/tools/SequenceToSignatures.java:78:
 warning: [deprecation] Reader(FileSystem,Path,Configuration) in Reader has 
been deprecated
[javac]   reader = new SequenceFile.Reader(FileSystem.getLocal(config), 
path, config);
[javac]^
[javac] 
/x1/jenkins/jenkins-s

[jira] [Created] (JOSHUA-249) Joshua Logo

2016-03-29 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created JOSHUA-249:
---

 Summary: Joshua Logo
 Key: JOSHUA-249
 URL: https://issues.apache.org/jira/browse/JOSHUA-249
 Project: Joshua
  Issue Type: Task
Reporter: Lewis John McGibbney
Assignee: Lewis John McGibbney
Priority: Minor
 Fix For: 6.1
 Attachments: apache_joshua_logo.png, apache_joshua_logo.xcf

As we discussed on the mailing lists, this issue should gather all proposed 
Joshua logo's so we can VOTE on one or more of them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JOSHUA-249) Joshua Logo

2016-03-29 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/JOSHUA-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated JOSHUA-249:

Attachment: apache_joshua_logo.xcf
apache_joshua_logo.png

Samples with initial feather

> Joshua Logo
> ---
>
> Key: JOSHUA-249
> URL: https://issues.apache.org/jira/browse/JOSHUA-249
> Project: Joshua
>  Issue Type: Task
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Minor
> Fix For: 6.1
>
> Attachments: apache_joshua_logo.png, apache_joshua_logo.xcf
>
>
> As we discussed on the mailing lists, this issue should gather all proposed 
> Joshua logo's so we can VOTE on one or more of them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Logo for Joshua

2016-03-29 Thread Lewis John Mcgibbney
https://issues.apache.org/jira/browse/JOSHUA-249

On Tue, Mar 29, 2016 at 6:33 PM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Folks,
> With the very basic merging skills I have in Gimp I whipped together a
> rudimentary fethered Joshua logo
> http://home.apache.org/~lewismc/apache_joshua_logo.png
> with the corresponding mutli-layered file
> http://home.apache.org/~lewismc/apache_joshua_logo.xcf
> If you guys want to use this then by all means please do. We can also
> request a powered by sticker from press@
> Thanks
>
> On Tue, Mar 29, 2016 at 9:40 AM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
>> ACK
>>
>> On Tue, Mar 29, 2016 at 9:20 AM, Matt Post  wrote:
>>
>>> Even better, there's a vectorized version:
>>>
>>> http://joshua-decoder.org/images/joshua-logo.pdf
>>>
>>> I'm not a graphic designer, but an easy approach would be to put the
>>> "powered-by" logo around the Joshua one.
>>>
>>> matt
>>>
>>>
>>> > On Mar 29, 2016, at 11:56 AM, Lewis John Mcgibbney <
>>> lewis.mcgibb...@gmail.com> wrote:
>>> >
>>> > http://www.apache.org/foundation/press/kit/
>>> >
>>> > On Tue, Mar 29, 2016 at 8:47 AM, Mattmann, Chris A (3980) <
>>> > chris.a.mattm...@jpl.nasa.gov> wrote:
>>> >
>>> >> would be great to brand it..
>>> >>
>>> >> ++
>>> >> 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:  http://sunset.usc.edu/~mattmann/
>>> >> ++
>>> >> Director, Information Retrieval and Data Science Group (IRDS)
>>> >> Adjunct Associate Professor, Computer Science Department
>>> >> University of Southern California, Los Angeles, CA 90089 USA
>>> >> WWW: http://irds.usc.edu/
>>> >> ++
>>> >>
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> -Original Message-
>>> >> From: Lewis John Mcgibbney 
>>> >> Reply-To: "dev@joshua.incubator.apache.org"
>>> >> 
>>> >> Date: Tuesday, March 29, 2016 at 8:26 AM
>>> >> To: "dev@joshua.incubator.apache.org" <
>>> dev@joshua.incubator.apache.org>
>>> >> Subject: Logo for Joshua
>>> >>
>>> >>> Hi Folks,
>>> >>> A bit of fun now...
>>> >>> The current logo for Joshua can be found at [0], I actually quite
>>> like the
>>> >>> color.
>>> >>> Does anyone want to take on the task of branding it? Or do you want
>>> to
>>> >>> leave it as it is?
>>> >>> Ta
>>> >>>
>>> >>> [0] http://joshua-decoder.org/images/joshua-logo-small.png
>>> >>>
>>> >>> --
>>> >>> *Lewis*
>>> >>
>>> >>
>>> >
>>> >
>>> > --
>>> > *Lewis*
>>>
>>>
>>
>>
>> --
>> *Lewis*
>>
>
>
>
> --
> *Lewis*
>



-- 
*Lewis*


Re: Logo for Joshua

2016-03-29 Thread Lewis John Mcgibbney
Hi Folks,
With the very basic merging skills I have in Gimp I whipped together a
rudimentary fethered Joshua logo
http://home.apache.org/~lewismc/apache_joshua_logo.png
with the corresponding mutli-layered file
http://home.apache.org/~lewismc/apache_joshua_logo.xcf
If you guys want to use this then by all means please do. We can also
request a powered by sticker from press@
Thanks

On Tue, Mar 29, 2016 at 9:40 AM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> ACK
>
> On Tue, Mar 29, 2016 at 9:20 AM, Matt Post  wrote:
>
>> Even better, there's a vectorized version:
>>
>> http://joshua-decoder.org/images/joshua-logo.pdf
>>
>> I'm not a graphic designer, but an easy approach would be to put the
>> "powered-by" logo around the Joshua one.
>>
>> matt
>>
>>
>> > On Mar 29, 2016, at 11:56 AM, Lewis John Mcgibbney <
>> lewis.mcgibb...@gmail.com> wrote:
>> >
>> > http://www.apache.org/foundation/press/kit/
>> >
>> > On Tue, Mar 29, 2016 at 8:47 AM, Mattmann, Chris A (3980) <
>> > chris.a.mattm...@jpl.nasa.gov> wrote:
>> >
>> >> would be great to brand it..
>> >>
>> >> ++
>> >> 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:  http://sunset.usc.edu/~mattmann/
>> >> ++
>> >> Director, Information Retrieval and Data Science Group (IRDS)
>> >> Adjunct Associate Professor, Computer Science Department
>> >> University of Southern California, Los Angeles, CA 90089 USA
>> >> WWW: http://irds.usc.edu/
>> >> ++
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> -Original Message-
>> >> From: Lewis John Mcgibbney 
>> >> Reply-To: "dev@joshua.incubator.apache.org"
>> >> 
>> >> Date: Tuesday, March 29, 2016 at 8:26 AM
>> >> To: "dev@joshua.incubator.apache.org" > >
>> >> Subject: Logo for Joshua
>> >>
>> >>> Hi Folks,
>> >>> A bit of fun now...
>> >>> The current logo for Joshua can be found at [0], I actually quite
>> like the
>> >>> color.
>> >>> Does anyone want to take on the task of branding it? Or do you want to
>> >>> leave it as it is?
>> >>> Ta
>> >>>
>> >>> [0] http://joshua-decoder.org/images/joshua-logo-small.png
>> >>>
>> >>> --
>> >>> *Lewis*
>> >>
>> >>
>> >
>> >
>> > --
>> > *Lewis*
>>
>>
>
>
> --
> *Lewis*
>



-- 
*Lewis*


Build failed in Jenkins: joshua_master #3

2016-03-29 Thread Apache Jenkins Server
See 

--
[...truncated 955 lines...]
[javac] Compiling 87 source files

jar:
  [jar] Building jar: 


check-joshua-home:
 [echo] JOSHUA =  basedir 
= 

version:
 [exec] ./scripts/support/write-version.sh: line 8: JOSHUA: unbound variable
 [exec] Result: 1

java:
[mkdir] Created dir: 
[javac] Compiling 232 source files to 

[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

jar:
  [jar] Building jar: 


giza:
 [exec] make: Entering directory 
`
 [exec] 
 [exec] make -C GIZA++-v2
 [exec] 
 [exec] make -C mkcls-v2
 [exec] make[1]: Entering directory 
`
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
GDAOptimization.cpp -o GDAOptimization.o
 [exec] make[1]: Entering directory 
`
 [exec] mkdir optimized/
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
Parameter.cpp -o optimized/Parameter.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
HCOptimization.cpp -o HCOptimization.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
myassert.cpp -o optimized/myassert.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
Perplexity.cpp -o optimized/Perplexity.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c Problem.cpp 
-o Problem.o
 [exec] Parameter.cpp: In function ‘bool writeParameters(std::ofstream&, 
const ParSet&, int)’:
 [exec] Parameter.cpp:48:25: warning: ignoring return value of ‘char* 
getcwd(char*, size_t)’, declared with attribute warn_unused_result 
[-Wunused-result]
 [exec] getcwd(path,1024);
 [exec]  ^
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
IterOptimization.cpp -o IterOptimization.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
model1.cpp -o optimized/model1.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
model2.cpp -o optimized/model2.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
ProblemTest.cpp -o ProblemTest.o
 [exec] model1.cpp: In member function ‘int model1::em_with_tricks(int, 
bool, Dictionary&, bool)’:
 [exec] model1.cpp:72:7: warning: variable ‘pair_no’ set but not used 
[-Wunused-but-set-variable]
 [exec]int pair_no;
 [exec]^
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
RRTOptimization.cpp -o RRTOptimization.o
 [exec] model2.cpp: In member function ‘int model2::em_with_tricks(int)’:
 [exec] model2.cpp:64:7: warning: variable ‘pair_no’ set but not used 
[-Wunused-but-set-variable]
 [exec]int pair_no = 0;
 [exec]^
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
MYOptimization.cpp -o MYOptimization.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
model3.cpp -o optimized/model3.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
SAOptimization.cpp -o SAOptimization.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
TAOptimization.cpp -o TAOptimization.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
Optimization.cpp -o Optimization.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
getSentence.cpp -o optimized/getSentence.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
KategProblemTest.cpp -o KategProblemTest.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 

Build failed in Jenkins: Joshua master build #2

2016-03-29 Thread Apache Jenkins Server
See 

Changes:

[post] set JOSHUA for tests

--
[...truncated 877 lines...]
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/features/mapred/MapReduceFeature.java:51: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, name);
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/DistributionalContextExtractionJob.java:25:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "distributional");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/DistributionalContextSortingJob.java:27:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "sorting");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/ExtractionJob.java:30: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "extraction");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/FeatureCollectionJob.java:45: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "collect");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/OutputJob.java:42: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "collect");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphraseAggregationJob.java:29: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "aggregate");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/ParaphrasePivotingJob.java:35: 
warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "pivoting");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/WordLexprobJob.java:36: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(theConf, getName());
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/jobs/VocabularyJob.java:31: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "vocabulary");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/ExtractionTool.java:47: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/FeatureTool.java:51: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, String.format("thrax-%s", 
featureName));
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/OutputTool.java:48: warning: 
[deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-collect");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/SourceWordGivenTargetWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-sgt-word-lexprob");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/hadoop/tools/TargetWordGivenSourceWordProbabilityTool.java:52:
 warning: [deprecation] Job(Configuration,String) in Job has been deprecated
[javac] Job job = new Job(conf, "thrax-tgs-word-lexprob");
[javac]   ^
[javac] /x1/jenkins/jenkins-slave/workspace/Joshua master 
build/thrax/src/edu/jhu/thrax/tools/SequenceToGrammar.java:54: warning: 
[deprecation] Reader(FileSystem,Path,Configuration) in Reader has been 
deprecated
[javac] SequenceFile.Reader reader = new 
SequenceFile.Reader(FileS

Re: Build failed in Jenkins: Joshua master build #1

2016-03-29 Thread Matt Post
It looks like $JOSHUA wasn't set. I added this to the build file and just 
pushed up, we'll see if it works.

matt


> On Mar 29, 2016, at 3:21 PM, Apache Jenkins Server 
>  wrote:
> 
> See 
> 
> --
> [...truncated 1024 lines...]
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c model3.cpp -o optimized/model3.o
> [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c 
> general.cpp -o general.o
> [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c mkcls.cpp 
> -o mkcls.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c getSentence.cpp -o optimized/getSentence.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c TTables.cpp -o optimized/TTables.o
> [exec] In file included from TTables.cpp:22:0:
> [exec] TTables.h: In instantiation of ‘tmodel::tmodel(const 
> string&) [with COUNT = float; PROB = float; std::string = 
> std::basic_string]’:
> [exec] TTables.cpp:106:16:   required from here
> [exec] TTables.h:197:23: warning: variable ‘oldf’ set but not used 
> [-Wunused-but-set-variable]
> [exec]int e,f,olde=-1,oldf=-1;
> [exec]^
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c ATables.cpp -o optimized/ATables.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c AlignTables.cpp -o optimized/AlignTables.o
> [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -o mkcls 
> GDAOptimization.o HCOptimization.o Problem.o IterOptimization.o ProblemTest.o 
> RRTOptimization.o MYOptimization.o SAOptimization.o TAOptimization.o 
> Optimization.o KategProblemTest.o KategProblemKBC.o KategProblemWBC.o 
> KategProblem.o StatVar.o general.o mkcls.o 
> [exec] make[1]: Leaving directory 
> `
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c main.cpp -o optimized/main.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c NTables.cpp -o optimized/NTables.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c model2to3.cpp -o optimized/model2to3.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c collCounts.cpp -o optimized/collCounts.o
> [exec] main.cpp: In function ‘int main(int, char**)’:
> [exec] main.cpp:707:10: warning: variable ‘errors’ set but not used 
> [-Wunused-but-set-variable]
> [exec]double errors=0.0;
> [exec]   ^
> [exec] In file included from main.cpp:25:0:
> [exec] TTables.h: In instantiation of ‘tmodel::tmodel(const 
> string&) [with COUNT = float; PROB = float; std::string = 
> std::basic_string]’:
> [exec] main.cpp:534:45:   required from here
> [exec] TTables.h:197:23: warning: variable ‘oldf’ set but not used 
> [-Wunused-but-set-variable]
> [exec]int e,f,olde=-1,oldf=-1;
> [exec]^
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c alignment.cpp -o optimized/alignment.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c vocab.cpp -o optimized/vocab.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c MoveSwapMatrix.cpp -o optimized/MoveSwapMatrix.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c transpair_model3.cpp -o 
> optimized/transpair_model3.o
> [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops 
> -DNDEBUG -DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE 
> -DWORDINDEX_WITH_4_BYTE  -c transpair_model5.cpp -o 
> optimized/transpair_model5.o
> [exec

Joshua development strategy

2016-03-29 Thread Tom Barber
Moved over to dev@ with useful information still in place.

Yeah I don't think the ASF is onboard yet with git pull type workflows. Its
still mostly peer review through the reviewboard and pull request reviews.
I'm not saying we do away with them either, but I do think the ASF doesn't
make the best use of git with the forking strategy for established
committers.

Clearly if you don't have commit rights to the project it would need to be
a PR/reviewboard submission anyway, but from an entirely personal
perspective I much prefer people developing on the same repository instead
of github forks as it makes for much easier collaboration and keeping the
code in sync. Of course you can accept pull requests onto feature branches
etc as well.

As I said, it doesn't have to be set in stone either, as committers we just
make sure we don't commit to the master (or other named branch) that is for
releases.

Even on personal forks I tend to do git flow and just push back to the
correct branch for the project.

Anyway as I said just my 2 cents.

On 29 March 2016 at 20:26, Henry Saputra  wrote:

> We could bring this discussion back to dev@ list.
>
> I like the git flow model too, but I don't think any other ASF projects
> using develop branch concept. For now all PRs and patches are targeted for
> master.
>
> - Henry
>
> On Tue, Mar 29, 2016 at 12:06 PM, Tom Barber 
> wrote:
>
>> To keep code stable I'm a fan of "git flow" either using the tooling or
>> just using the methodology, that way you always have a stable branch to
>> work off.
>>
>> Master branch never gets commits to it and always reflects the latest
>> release
>> Development branch gets sporadic commits to fix stuff or add minor new
>> bits
>> Feature-XYZ is a major new feature branch branched from development.
>> Development gets merged into it to keep it in sync and when a feature is
>> complete and tests passing, it gets merged into development
>> Hotfix-XYZ is branched from Master to provide hotfix patches and gets
>> merged back into master and development.
>> Release-XYZ is a release branch, minor bug fixes go into this branch
>> prior to release, then gets merged back into master & development when its
>> done.
>>
>> This way you keep your codebase clean and works well when you have a
>> bunch of different development drives going on.
>>
>> For more information:
>> http://nvie.com/posts/a-successful-git-branching-model/
>>
>> Matt, over on OODT we generally do a code review process before merging
>> PR's back into the mainline anyway, but I think the above can add some more
>> protection whilst allowing people to develop reasonably freely without a
>> miriad of forked branches or local offline clones.
>>
>> Cheers,
>>
>> Tom
>>
>> --
>>
>> Director Meteorite.bi - Saiku Analytics Founder
>> Tel: +44(0)5603641316
>>
>> (Thanks to the Saiku community we reached our Kickstart
>> 
>> goal, but you can always help by sponsoring the project
>> )
>>
>> On 29 March 2016 at 19:53, Lewis John Mcgibbney <
>> lewis.mcgibb...@gmail.com> wrote:
>>
>>>
>>> https://builds.apache.org/view/H-L/view/Joshua/job/Joshua%20master%20build/
>>>
>>> On Tue, Mar 29, 2016 at 11:23 AM, Lewis John Mcgibbney <
>>> lewis.mcgibb...@gmail.com> wrote:
>>>
 I'm creating a Jenkins build which will poll master branch every minute
 and execute a build if a change has been made
 It will be available and configurable from here
 https://builds.apache.org/view/H-L/view/Joshua/
 Ta

 On Tue, Mar 29, 2016 at 11:14 AM, Matt Post  wrote:

> Okay, before voting myself, I'd like some discussion.
>
> I'm generally supportive of adding contributors . This does represent
> a shift away from the way things have been working, though — where there
> may be multiple contributors, but in effect, all commits have come from me
> or through pull requests.
>
> So I'd really like to have some formal processes in place that ensure
> that people don't start breaking things with their pushes. The way we've
> handled it so far is to have self-contained, fast (well under a minute) 
> set
> of tests under $JOSHUA/test, in the form of shell scripts that run, do
> whatever they want, and exit 0 upon success. It'd be nice to have these be
> required, and to work as some mechanism where if you don't write a test
> case, then you can't complain if your stuff gets broken. I'd also love if
> these regressions could be run every night or even upon committing.
> Finally, I'd like to have a list of expectations for pushers.
>
> Does this sound okay to folks? If anyone knows of Apache tools or
> conventions that could support (or extend) these proposals, I'd be
> interested to hear them. Moving Joshua development from an essentially
> single-user project to a lar

Build failed in Jenkins: Joshua master build #1

2016-03-29 Thread Apache Jenkins Server
See 

--
[...truncated 1024 lines...]
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
model3.cpp -o optimized/model3.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c general.cpp 
-o general.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -c mkcls.cpp 
-o mkcls.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
getSentence.cpp -o optimized/getSentence.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
TTables.cpp -o optimized/TTables.o
 [exec] In file included from TTables.cpp:22:0:
 [exec] TTables.h: In instantiation of ‘tmodel::tmodel(const 
string&) [with COUNT = float; PROB = float; std::string = 
std::basic_string]’:
 [exec] TTables.cpp:106:16:   required from here
 [exec] TTables.h:197:23: warning: variable ‘oldf’ set but not used 
[-Wunused-but-set-variable]
 [exec]int e,f,olde=-1,oldf=-1;
 [exec]^
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
ATables.cpp -o optimized/ATables.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
AlignTables.cpp -o optimized/AlignTables.o
 [exec] g++  -Wall -W -DNDEBUG -O3 -funroll-loops -std=c++11 -o mkcls 
GDAOptimization.o HCOptimization.o Problem.o IterOptimization.o ProblemTest.o 
RRTOptimization.o MYOptimization.o SAOptimization.o TAOptimization.o 
Optimization.o KategProblemTest.o KategProblemKBC.o KategProblemWBC.o 
KategProblem.o StatVar.o general.o mkcls.o 
 [exec] make[1]: Leaving directory 
`
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
main.cpp -o optimized/main.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
NTables.cpp -o optimized/NTables.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
model2to3.cpp -o optimized/model2to3.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
collCounts.cpp -o optimized/collCounts.o
 [exec] main.cpp: In function ‘int main(int, char**)’:
 [exec] main.cpp:707:10: warning: variable ‘errors’ set but not used 
[-Wunused-but-set-variable]
 [exec]double errors=0.0;
 [exec]   ^
 [exec] In file included from main.cpp:25:0:
 [exec] TTables.h: In instantiation of ‘tmodel::tmodel(const 
string&) [with COUNT = float; PROB = float; std::string = 
std::basic_string]’:
 [exec] main.cpp:534:45:   required from here
 [exec] TTables.h:197:23: warning: variable ‘oldf’ set but not used 
[-Wunused-but-set-variable]
 [exec]int e,f,olde=-1,oldf=-1;
 [exec]^
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
alignment.cpp -o optimized/alignment.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
vocab.cpp -o optimized/vocab.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
MoveSwapMatrix.cpp -o optimized/MoveSwapMatrix.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
transpair_model3.cpp -o optimized/transpair_model3.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
transpair_model5.cpp -o optimized/transpair_model5.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY_SEARCH_FOR_TTABLE -DWORDINDEX_WITH_4_BYTE  -c 
transpair_model4.cpp -o optimized/transpair_model4.o
 [exec] g++   -Wall -Wno-parentheses -std=c++11 -O3 -funroll-loops -DNDEBUG 
-DWORDINDEX_WITH_4_BYTE -DBINARY

Re: Logo for Joshua

2016-03-29 Thread Lewis John Mcgibbney
ACK

On Tue, Mar 29, 2016 at 9:20 AM, Matt Post  wrote:

> Even better, there's a vectorized version:
>
> http://joshua-decoder.org/images/joshua-logo.pdf
>
> I'm not a graphic designer, but an easy approach would be to put the
> "powered-by" logo around the Joshua one.
>
> matt
>
>
> > On Mar 29, 2016, at 11:56 AM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
> >
> > http://www.apache.org/foundation/press/kit/
> >
> > On Tue, Mar 29, 2016 at 8:47 AM, Mattmann, Chris A (3980) <
> > chris.a.mattm...@jpl.nasa.gov> wrote:
> >
> >> would be great to brand it..
> >>
> >> ++
> >> 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:  http://sunset.usc.edu/~mattmann/
> >> ++
> >> Director, Information Retrieval and Data Science Group (IRDS)
> >> Adjunct Associate Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> WWW: http://irds.usc.edu/
> >> ++
> >>
> >>
> >>
> >>
> >>
> >> -Original Message-
> >> From: Lewis John Mcgibbney 
> >> Reply-To: "dev@joshua.incubator.apache.org"
> >> 
> >> Date: Tuesday, March 29, 2016 at 8:26 AM
> >> To: "dev@joshua.incubator.apache.org" 
> >> Subject: Logo for Joshua
> >>
> >>> Hi Folks,
> >>> A bit of fun now...
> >>> The current logo for Joshua can be found at [0], I actually quite like
> the
> >>> color.
> >>> Does anyone want to take on the task of branding it? Or do you want to
> >>> leave it as it is?
> >>> Ta
> >>>
> >>> [0] http://joshua-decoder.org/images/joshua-logo-small.png
> >>>
> >>> --
> >>> *Lewis*
> >>
> >>
> >
> >
> > --
> > *Lewis*
>
>


-- 
*Lewis*


Re: Logo for Joshua

2016-03-29 Thread Matt Post
Even better, there's a vectorized version:

http://joshua-decoder.org/images/joshua-logo.pdf

I'm not a graphic designer, but an easy approach would be to put the 
"powered-by" logo around the Joshua one.

matt


> On Mar 29, 2016, at 11:56 AM, Lewis John Mcgibbney 
>  wrote:
> 
> http://www.apache.org/foundation/press/kit/
> 
> On Tue, Mar 29, 2016 at 8:47 AM, Mattmann, Chris A (3980) <
> chris.a.mattm...@jpl.nasa.gov> wrote:
> 
>> would be great to brand it..
>> 
>> ++
>> 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:  http://sunset.usc.edu/~mattmann/
>> ++
>> Director, Information Retrieval and Data Science Group (IRDS)
>> Adjunct Associate Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> WWW: http://irds.usc.edu/
>> ++
>> 
>> 
>> 
>> 
>> 
>> -Original Message-
>> From: Lewis John Mcgibbney 
>> Reply-To: "dev@joshua.incubator.apache.org"
>> 
>> Date: Tuesday, March 29, 2016 at 8:26 AM
>> To: "dev@joshua.incubator.apache.org" 
>> Subject: Logo for Joshua
>> 
>>> Hi Folks,
>>> A bit of fun now...
>>> The current logo for Joshua can be found at [0], I actually quite like the
>>> color.
>>> Does anyone want to take on the task of branding it? Or do you want to
>>> leave it as it is?
>>> Ta
>>> 
>>> [0] http://joshua-decoder.org/images/joshua-logo-small.png
>>> 
>>> --
>>> *Lewis*
>> 
>> 
> 
> 
> -- 
> *Lewis*



Re: Logo for Joshua

2016-03-29 Thread Lewis John Mcgibbney
http://www.apache.org/foundation/press/kit/

On Tue, Mar 29, 2016 at 8:47 AM, Mattmann, Chris A (3980) <
chris.a.mattm...@jpl.nasa.gov> wrote:

> would be great to brand it..
>
> ++
> 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:  http://sunset.usc.edu/~mattmann/
> ++
> Director, Information Retrieval and Data Science Group (IRDS)
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> WWW: http://irds.usc.edu/
> ++
>
>
>
>
>
> -Original Message-
> From: Lewis John Mcgibbney 
> Reply-To: "dev@joshua.incubator.apache.org"
> 
> Date: Tuesday, March 29, 2016 at 8:26 AM
> To: "dev@joshua.incubator.apache.org" 
> Subject: Logo for Joshua
>
> >Hi Folks,
> >A bit of fun now...
> >The current logo for Joshua can be found at [0], I actually quite like the
> >color.
> >Does anyone want to take on the task of branding it? Or do you want to
> >leave it as it is?
> >Ta
> >
> >[0] http://joshua-decoder.org/images/joshua-logo-small.png
> >
> >--
> >*Lewis*
>
>


-- 
*Lewis*


Re: Logo for Joshua

2016-03-29 Thread Mattmann, Chris A (3980)
would be great to brand it..

++
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:  http://sunset.usc.edu/~mattmann/
++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++





-Original Message-
From: Lewis John Mcgibbney 
Reply-To: "dev@joshua.incubator.apache.org"

Date: Tuesday, March 29, 2016 at 8:26 AM
To: "dev@joshua.incubator.apache.org" 
Subject: Logo for Joshua

>Hi Folks,
>A bit of fun now...
>The current logo for Joshua can be found at [0], I actually quite like the
>color.
>Does anyone want to take on the task of branding it? Or do you want to
>leave it as it is?
>Ta
>
>[0] http://joshua-decoder.org/images/joshua-logo-small.png
>
>-- 
>*Lewis*



Logo for Joshua

2016-03-29 Thread Lewis John Mcgibbney
Hi Folks,
A bit of fun now...
The current logo for Joshua can be found at [0], I actually quite like the
color.
Does anyone want to take on the task of branding it? Or do you want to
leave it as it is?
Ta

[0] http://joshua-decoder.org/images/joshua-logo-small.png

-- 
*Lewis*


Re: Podling Report Reminder - April 2016

2016-03-29 Thread Lewis John Mcgibbney
Hi Matt,
All of our reports are compiled and archived on the incubator wiki space at
http://wiki.apache.org/incubator/
They are also available in 'published' format in whimsy at
 https://whimsy.apache.org/board/minutes/
You will need to create an account on wiki.apache.org to enter the joshua
podling report there.
HTH
Lewis

On Tuesday, March 29, 2016, Matt Post  wrote:

> Hi folks,
>
> I just dug around for our January report and could find it. Lewis, didn't
> you file it? Can you post it to the wiki so we have a record of it? I
> created a page:
>
>
> https://cwiki.apache.org/confluence/display/JOSHUA/Quarterly+Incubator+Reports
>
> matt
>
>
> > On Mar 29, 2016, at 7:03 AM, johndam...@apache.org  wrote:
> >
> > -
> > Apologies if you received this multiple times
> > -
> >
> > Dear podling,
> >
> > This email was sent by an automated system on behalf of the Apache
> > Incubator PMC. It is an initial reminder to give you plenty of time to
> > prepare your quarterly board report.
> >
> > The board meeting is scheduled for Wed, 20 April 2016, 10:30 am PDT.
> > The report for your podling will form a part of the Incubator PMC
> > report. The Incubator PMC requires your report to be submitted 2 weeks
> > before the board meeting, to allow sufficient time for review and
> > submission (Wed, April 6th).
> >
> > Please submit your report with sufficient time to allow the Incubator
> > PMC, and subsequently board members to review and digest. Again, the
> > very latest you should submit your report is 2 weeks prior to the board
> > meeting.
> >
> > Thanks,
> >
> > The Apache Incubator PMC
> >
> > Submitting your Report
> >
> > --
> >
> > Your report should contain the following:
> >
> > *   Your project name
> > *   A brief description of your project, which assumes no knowledge of
> >the project or necessarily of its field
> > *   A list of the three most important issues to address in the move
> >towards graduation.
> > *   Any issues that the Incubator PMC or ASF Board might wish/need to be
> >aware of
> > *   How has the community developed since the last report
> > *   How has the project developed since the last report.
> >
> > This should be appended to the Incubator Wiki page at:
> >
> > http://wiki.apache.org/incubator/April2016
> >
> > Note: This is manually populated. You may need to wait a little before
> > this page is created from a template.
> >
> > Mentors
> > ---
> >
> > Mentors should review reports for their project(s) and sign them off on
> > the Incubator wiki page. Signing off reports shows that you are
> > following the project - projects that are not signed may raise alarms
> > for the Incubator PMC.
> >
> > Incubator PMC
>
>

-- 
*Lewis*


Re: Podling Report Reminder - April 2016

2016-03-29 Thread Matt Post
Hi folks,

I just dug around for our January report and could find it. Lewis, didn't you 
file it? Can you post it to the wiki so we have a record of it? I created a 
page:


https://cwiki.apache.org/confluence/display/JOSHUA/Quarterly+Incubator+Reports

matt


> On Mar 29, 2016, at 7:03 AM, johndam...@apache.org wrote:
> 
> -
> Apologies if you received this multiple times
> -
> 
> Dear podling,
> 
> This email was sent by an automated system on behalf of the Apache
> Incubator PMC. It is an initial reminder to give you plenty of time to
> prepare your quarterly board report.
> 
> The board meeting is scheduled for Wed, 20 April 2016, 10:30 am PDT.
> The report for your podling will form a part of the Incubator PMC
> report. The Incubator PMC requires your report to be submitted 2 weeks
> before the board meeting, to allow sufficient time for review and
> submission (Wed, April 6th).
> 
> Please submit your report with sufficient time to allow the Incubator
> PMC, and subsequently board members to review and digest. Again, the
> very latest you should submit your report is 2 weeks prior to the board
> meeting.
> 
> Thanks,
> 
> The Apache Incubator PMC
> 
> Submitting your Report
> 
> --
> 
> Your report should contain the following:
> 
> *   Your project name
> *   A brief description of your project, which assumes no knowledge of
>the project or necessarily of its field
> *   A list of the three most important issues to address in the move
>towards graduation.
> *   Any issues that the Incubator PMC or ASF Board might wish/need to be
>aware of
> *   How has the community developed since the last report
> *   How has the project developed since the last report.
> 
> This should be appended to the Incubator Wiki page at:
> 
> http://wiki.apache.org/incubator/April2016
> 
> Note: This is manually populated. You may need to wait a little before
> this page is created from a template.
> 
> Mentors
> ---
> 
> Mentors should review reports for their project(s) and sign them off on
> the Incubator wiki page. Signing off reports shows that you are
> following the project - projects that are not signed may raise alarms
> for the Incubator PMC.
> 
> Incubator PMC



Podling Report Reminder - April 2016

2016-03-29 Thread johndament
-
Apologies if you received this multiple times
-

Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 20 April 2016, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, April 6th).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.

This should be appended to the Incubator Wiki page at:

http://wiki.apache.org/incubator/April2016

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC


Podling Report Reminder - April 2016

2016-03-29 Thread johndament
-
Apologies if you received this multiple times
-

Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 20 April 2016, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, April 6th).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.

This should be appended to the Incubator Wiki page at:

http://wiki.apache.org/incubator/April2016

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC