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
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
I am trying to convert a sample program(helloworld) jar to c#. I tried below command but it is ended with error. I am trying to convert with out any configuration file(will that works?)
C:\Users\User1.m2\repository\sharpen\sharpencore\0.0.1-SNAPSHOT>java -jar sha
rpencore-0.0.1-SNAPSHOT-jar-with-dependencies.jar D:\Sharpenconvert -cp D:\Sharp
enconvert\tools2.jar
Configuration Class: null
Configuration Class: Sharpen.Runtime
project: D:
Pascal case mode: None
Conversion finished in 126ms.
ERROR: sourceFiles
java.lang.IllegalArgumentException: sourceFiles
at sharpen.core.framework.ConversionBatch.setsourceFiles(ConversionBatch
.java:57)
at sharpen.core.SharpenApplication.convertTo(SharpenApplication.java:142
)
at sharpen.core.SharpenApplication.convert(SharpenApplication.java:127)
at sharpen.core.SharpenApplication.safeRun(SharpenApplication.java:118)
at sharpen.core.SharpenApplication.start(SharpenApplication.java:57)
at sharpen.core.SharpenCmd.main(SharpenCmd.java:13)
Faied to run. Exception:sourceFiles
I know I did mistake but I don't know what it is exactly( I am not able to figure out even syntax also)
I googled for documentation/ sample code but I didn't find any, that is why I am asking here for immediate help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to convert a sample program(helloworld) jar to c#. I tried below command but it is ended with error. I am trying to convert with out any configuration file(will that works?)
C:\Users\User1.m2\repository\sharpen\sharpencore\0.0.1-SNAPSHOT>java -jar sha
rpencore-0.0.1-SNAPSHOT-jar-with-dependencies.jar D:\Sharpenconvert -cp D:\Sharp
enconvert\tools2.jar
Configuration Class: null
Configuration Class: Sharpen.Runtime
project: D:
Pascal case mode: None
Conversion finished in 126ms.
ERROR: sourceFiles
java.lang.IllegalArgumentException: sourceFiles
at sharpen.core.framework.ConversionBatch.setsourceFiles(ConversionBatch
.java:57)
at sharpen.core.SharpenApplication.convertTo(SharpenApplication.java:142
)
at sharpen.core.SharpenApplication.convert(SharpenApplication.java:127)
at sharpen.core.SharpenApplication.safeRun(SharpenApplication.java:118)
at sharpen.core.SharpenApplication.start(SharpenApplication.java:57)
at sharpen.core.SharpenCmd.main(SharpenCmd.java:13)
Faied to run. Exception:sourceFiles
I know I did mistake but I don't know what it is exactly( I am not able to figure out even syntax also)
I googled for documentation/ sample code but I didn't find any, that is why I am asking here for immediate help.
The text was updated successfully, but these errors were encountered: