Is tasktest.njp runnable as is?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Is tasktest.njp runnable as is?

Jason Martin
What am I missing or forgotten about?

mint$ cd NetRexx-3.09-GA/examples/pipes/

mint$ pipc tasktest.njp

pipe (tasktest stall 2000 -gen) literal 0 1 2 3 4 5 6 7 8 9 A B C D E F
G H I J K L M N O P Q R S T | dup 2 | split | ptimer | a: deal secondary
? b: faninany | elastic | ptimer | a: | copy | task 1 | b: ? a: | copy |
task 2 | b: ? a: | copy | task 3 | b:
  122 +++    _s_10 = task()
      +++            ^^^^
      +++ Error: The method 'task()' cannot be found in class 'tasktest'
or a superclass
  128 +++    _s_12 = task()
      +++            ^^^^
      +++ Error: The method 'task()' cannot be found in class 'tasktest'
or a superclass
  134 +++    _s_14 = task()
      +++            ^^^^
      +++ Error: The method 'task()' cannot be found in class 'tasktest'
or a superclass

mint$ echo $CLASSPATH

.:/home/agrellum/NetRexx-3.09-GA/lib/NetRexxF.jar

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Is tasktest.njp runnable as is?

Jason Martin
Got tcptask.njp working but had to add:

import org.netrexx.njpipes.pipes.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/