David Whitlock
David Whitlock
Maven 3.9.2 introduces some warnings about plugins. Even after upgrading certain plugins, I still see some: ``` [WARNING] Plugin validation issues were detected in 4 plugin(s) [WARNING] [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.10...
It looks like there is also `mvnwDebug` script that can be added, too: https://maven.apache.org/wrapper/maven-wrapper-plugin/usage.html
See also #335.
It looks like we're using the latest takari Maven Wrapper: https://mvnrepository.com/artifact/io.takari/maven-wrapper The official Apache one still only works with Maven 4 and that still isn't available yet.
Also, @susham, I noticed that the Travis build failed. It looks like there was a problem with the `grader` application. The Travis output wasn't very helpful, but when I made...
Hey, @susham. This is a cool idea. Let's talk about the workflow that will be enabled by this tool: 1. Source code is submitted by student via an email to...
Yeah. I'd worry about the security of a web-based system. If there's a web server running on one of the CS Department's machines, it will be easily for an industrious...
Hey, @susham. That looks pretty good. I've been thinking about how to approach this tool. I actually think that the easiest way to get to something that you guys can...
I started capturing a bunch of thoughts on this https://github.com/DavidWhitlock/PortlandStateJava/wiki/GUI-for-grading-projects-POA But now I'm falling asleep. Please review it and let me know what you think.
Based on my experience, using CVS is fundamentally the same as GitHub. After [installing the executable](http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/), you check out a repository using the command line, and you commit and update...