MESSAGE
DATE | 2016-01-22 |
FROM | Ruben Safir
|
SUBJECT | Subject: [Learn] [christopher.league@liu.edu: CS664: Assignment 1 available]
|
From learn-bounces-at-nylxs.com Fri Jan 22 19:55:06 2016 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: from www.mrbrklyn.com (www.mrbrklyn.com [96.57.23.82]) by mrbrklyn.com (Postfix) with ESMTP id 0E7BE1624B4; Fri, 22 Jan 2016 19:55:06 -0500 (EST) X-Original-To: learn-at-nylxs.com Delivered-To: learn-at-nylxs.com Received: by mrbrklyn.com (Postfix, from userid 1000) id F26AC16112C; Fri, 22 Jan 2016 19:16:55 -0500 (EST) Date: Fri, 22 Jan 2016 19:16:55 -0500 From: Ruben Safir To: learn-at-nylxs.com Message-ID: <20160123001655.GA6893-at-www.mrbrklyn.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [Learn] [christopher.league-at-liu.edu: CS664: Assignment 1 available] X-BeenThere: learn-at-nylxs.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: learn-bounces-at-nylxs.com Sender: "Learn"
----- Forwarded message from Christopher League -----
Date: Fri, 22 Jan 2016 18:40:00 -0500 From: Christopher League To: Ruben Safir Subject: CS664: Assignment 1 available User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu)
The rest of assignment 1 is now available at
It refers to the template project available in my repository at
You should be able to build that and run the test cases easily once you have the Gradle build tool. Something like the transcript below. **The tests are expected to fail,** because `stripComments` hasn't been correctly implemented yet.
CL
~~~~ Script started on Fri 22 Jan 2016 06:35:08 PM EST % git clone git-at-git.liucs.net:cs664s16/cs664pub.git Cloning into 'cs664pub'... remote: Counting objects: 42, done. remote: Compressing objects: ... remote: Total 42 (delta 11), ... Checking connectivity... done. % cd cs664pub/assn1 % gradle test :compileJava :processResources UP-TO-DATE :classes :compileTestJava :processTestResources UP-TO-DATE :testClasses :test
CommentLexerTest > testCommentWith2ndClose FAILED org.junit.ComparisonFailure at CommentLexerTest.java:12
CommentLexerTest > testUnterminatedComment FAILED java.lang.AssertionError
CommentLexerTest > testCommentWithStar FAILED org.junit.ComparisonFailure at CommentLexerTest.java:12
CommentLexerTest > testSharedStar FAILED org.junit.ComparisonFailure at CommentLexerTest.java:12
CommentLexerTest > testEasyComment FAILED org.junit.ComparisonFailure at CommentLexerTest.java:12
10 tests completed, 5 failed :test FAILED
FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':test'.
> There were failing tests. See the report at: file:///home/league/tmp/cs664pub/assn1/build/reports/tests/index.html
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.097 secs
Script done on Fri 22 Jan 2016 06:35:43 PM EST ~~~~
----- End forwarded message -----
-- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive http://www.coinhangout.com - coins! http://www.brooklyn-living.com
Being so tracked is for FARM ANIMALS and and extermination camps, but incompatible with living as a free human being. -RI Safir 2013
_______________________________________________ Learn mailing list Learn-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/learn
|
|