> On Jan 8, 2018, at 10:56 AM, John D. Ament <[email protected]> wrote: > > I'm definitely making progress, thanks. > > At this point, I'm stuck on a NPE > https://ci.apache.org/builders/geronimo-site-production/builds/3692/steps/compile/logs/stdio > > I haven't done any svn mv or rm's yet.
That’s because you didn’t do the mv. :) In the cfg files in the conf dir, there are references to templates in the template directory. Those references are either relative to the directory where java is running (which you now moved up a directory) or relative to the cfg file itself (as of 15 minutes ago, just deployed new snapshot to enable this). Thus, if you leave the conf dir where it is, you would need to edit all the cfg file in there to add an additional “../“ to each template line. However, just moving the dir up a level would allow the templates to resolve relative to the cfg file. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
