A plugin framework and application container with built-in extensibility mechanism.
scijava-
) because it doesnt match the organization (scenery
). May I move those repo under the scijava organization to try and see if then they'll get accepted?
BatchInputProvider
; see FileBatchInputProvider
and DatasetBatchInputProvider
for examples.
SourceAndConverter
input, but once I've selected the parameter to Batch, what is displayed is the File[]
swing widget instead of the SourceAndConverter[]
which I would like (which gives very different objects...). Is there a way to do it ? And why is the File[]
widget appearing ?
FileBatchService
is accepting the batchService.run
call because it gets your handler. I’m not sure how to solve it, need to dig a bit, but it might be a design flaw that we have no way of knowing the input type when we just extend AbstractHandlerService<BatchInput, BatchInputProvider<?>>
without being able to specify File
or SourceAndConverter
...
batch-processor
is set up currently.
[INFO] [INFO] Compiling 1 source file to /mnt/c/Code/scijava/scijava-maven-plugin/target/it/populate-app/target/classes
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] COMPILATION ERROR :
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] Source option 5 is no longer supported. Use 6 or later.
[INFO] [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] [INFO] 2 errors
[INFO] [INFO] -------------------------------------------------------------
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 1.568 s
[INFO] [INFO] Finished at: 2021-11-16T12:17:37-06:00
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Example_PlugIn: Compilation failure: Compilation failure:
[INFO] [ERROR] Source option 5 is no longer supported. Use 6 or later.
[INFO] [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] [ERROR] -> [Help 1]