David Whitlock
David Whitlock
Okay. I think I got the CVS repository set up. After you install the executable, you should be able to do the following to check out the repository. ``` cvs...
Good question, @susham. We might be able to bundle all of the software required in a Docker container or something. I don't have a lot of experience doing that. From...
Okay. I've started developing the basic domain classes and the user interface for the project submission scorer application. The code is off on a branch of my source code repository:...
I completely agree. Let's see if we can get it working first, then we can optimize how it's installed. On Sat, Jul 22, 2017 at 3:01 PM, susham kumar wrote:...
Sweet! I'm making progress on building out functionality. Slow and steady. :) On Sat, Jul 22, 2017 at 3:30 PM, susham kumar wrote: > @DavidWhitlock > > [image: screen shot...
Well, I had fun today developing the application. Update your checkout and see if it works for you. I still have a ways to go, but I made good progress.
Oh. Same command as before: ``` $ java -jar target/grader-Summer2017.jar scoreProjectSubmissions ``` On Sun, Jul 23, 2017 at 10:18 AM, susham kumar wrote: > @DavidWhitlock > > I have updated...
Okay. I added some more functionality today. You can now save the score for the submission. When you do so, you are automatically advanced to the next submissions. Similarly, for...
@susham, there isn't a "mvn build" command. Use "mvn clean package" instead. That will rebuild the jar file. Also, it will be much faster, if you "cd grader" and just...
Yeah. There's a lot there. I think the best way to proceed would be for me to write some unit tests and for you to make them pass. Let's catch...