Submissions are not found (language not supported) #782
-
I have the following folder structure
When running
What am I doing wrong here? Do I need to specify the subdirecotry somehow? -s didn't help unfortunetely |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It looks like you are trying to parse Typescript files. Sadly, we do not support typescript yet. However, we would be interested in that. See here for how to add new languages: https://github.com/jplag/JPlag/wiki/4.-Adding-New-Languages When running JPlag the default language is Java, other languages can be selected via the |
Beta Was this translation helpful? Give feedback.
-
What if the submission is a maven project containing multiple modules? I got
|
Beta Was this translation helpful? Give feedback.
It looks like you are trying to parse Typescript files. Sadly, we do not support typescript yet. However, we would be interested in that. See here for how to add new languages: https://github.com/jplag/JPlag/wiki/4.-Adding-New-Languages
When running JPlag the default language is Java, other languages can be selected via the
-l
argument. If your files would have been e.g. C# files an appropriate call would have been:java -jar jplag.jar -l csharp -s src ./assignments