From: Jeff H. <Je...@Je...> - 2022-12-25 17:40:44
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <p>Marc,</p> <p>Excellent! That works. Thank you.<br> </p> <p>Incidentally, I am continuing work on the SPEC stage, including what I think is a very useful extension.</p> <p>Jeff<br> </p> <div class="moz-cite-prefix">On 12/25/2022 10:34 AM, Marc Remes wrote:<br> </div> <blockquote type="cite" cite="mid:90c...@gm...">Hi Jeff, <br> <br> the example is wrong but the text is correct. Options -gen and -keep are used on the pipc command. <br> <br> The example should read 'pipc -gen -keep testpipe', where testpipe.njp defines the pipeline(s). <br> <br> Marc <br> <br> <br> On 12/24/22 18:23, Jeff Hennick wrote: <br> <blockquote type="cite">I am getting an error I can not trace. I'd like to try to compile a pipe and keep the JAVA file, but am failing. <br> <br> The Pipelines Guide and Reference, page 33, says <br> <br> The following options can be used on the pipc command, in addition to the ones specified in the previous chapter for the Pipes Runner: <br> <br> -gen Generate the NetREXX source file. The pipeline needs a name. <br> <br> -keep Keep the Java source which is generated from the NetREXX source. <br> <br> Example: pipe (testpipe -gen -keep) <br> <br> This will generate the NetREXX source as well as keep the java source. <br> <br> First off, I am assuming, in the Example, that should be pipc and be followed by the name of the njp file. But Windows PowerShell does not like any of the combinations I try. <br> <br> Any pointers in getting the JAVA file would be appreciated. <br> <br> ------- <br> <br> The error I am getting trying to compile a test pipe -- with a test version of the SPEC stage, is <br> <br> java.lang.NullPointerException at org.netrexx.njpipes.stages.specz.stageExit(specz.java:1198) at org.netrexx.njpipes.pipes.compiler.compile(compiler.java:574) at org.netrexx.njpipes.pipes.compiler.compile(compiler.java:166) at org.netrexx.njpipes.pipes.pipe2nrx.run(pipe2nrx.java:47) at org.netrexx.njpipes.pipes.ThreadPool.run(ThreadPool.java:76) at java.lang.Thread.run(Unknown Source) Exiting due to uncaught Exception null <br> <br> It is that "specz.java:1198" that I'd like to locate and tie back to my NR source. <br> <br> <br> <br> _______________________________________________ <br> netrexx-pipelines mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:net...@li...">net...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines">https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines</a> <br> </blockquote> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <pre class="moz-quote-pre" wrap="">_______________________________________________ netrexx-pipelines mailing list <a class="moz-txt-link-abbreviated" href="mailto:net...@li...">net...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines">https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines</a> </pre> </blockquote> </body> </html> |