Commit 72c1bc0
committed
We do not really handle the xml extension
The intent was to handle pom.xml files properly; we will have to
special-case pom.xml files in the script editor if we want to support
compile & run because we'll have to figure out the main class from the
POM and then ask the script engine to run that class.
This happens to address half of
http://fiji.sc/bugzilla/show_bug.cgi?id=804, reported by Graeme Ball:
.xml files were misinterpreted as scripts by Fiji/ImageJ2.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 6274021 commit 72c1bc0
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/scijava/plugins/scripting/java
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments