You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ jgo org.scijava:scijava-common
No main class given, and none found.
$ jgo org.scijava:scijava-common
ln: /Users/curtis/.jgo/org.scijava/scijava-common/parsington-1.0.3.jar: File exists
cp: /Users/curtis/.jgo/org.scijava/scijava-common/parsington-1.0.3.jar and /Users/curtis/.m2/repository/org/scijava/parsington/1.0.3/parsington-1.0.3.jar are identical (not copied).
Cannot copy '/Users/curtis/.m2/repository/org/scijava/parsington/1.0.3/parsington-1.0.3.jar' into jgo workspace '/Users/curtis/.jgo/org.scijava/scijava-common'
No main class given, and none found.
I think this happens because jgo looks for the existence of a mainClass stub file, and acts based on that. But if no main was found for an endpoint, no mainClass gets written. Perhaps we should write an empty one and then test for content instead?
The text was updated successfully, but these errors were encountered:
Example:
I think this happens because jgo looks for the existence of a
mainClass
stub file, and acts based on that. But if no main was found for an endpoint, nomainClass
gets written. Perhaps we should write an empty one and then test for content instead?The text was updated successfully, but these errors were encountered: