On 31/07/13 23:57, Bryan Pendleton (JIRA) wrote:
[ https://issues.apache.org/jira/browse/DERBY-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725256#comment-13725256 ]Bryan Pendleton commented on DERBY-6299: ---------------------------------------- I am sorry, that sounds quite frustrating. Sometimes I have to run 'ant clobber' as well as 'ant clean'. They do two different cleaning steps and sometimes if I do one and not the other, I have trouble building the code. Sometimes it is easier just to start with an empty directory and re-fetch the code from Subversion. I do that sometimes, too, just to make sure that I have a fresh clean copy of the trunk.
I am usually (read: always) able to get back on track with "ant clobber cleanalljars". If this doesn't work I'd be interested to see a copy of your directory; perhaps some steps are missing in the build.xml file.
Extraneous files in some directories may sometimes upset the build: to check for such, just do a "svn status" and delete what shouldn't be there, then try again.
Thanks, Dag
Improve the code coverage of Org.apache.derby.iapi.services.sanity package ---------------------------------------------------------------------------- Key: DERBY-6299 URL: https://issues.apache.org/jira/browse/DERBY-6299 Project: Derby Issue Type: Sub-task Components: Test Reporter: ahsan shamsudeen Assignee: ahsan shamsudeen Priority: Minor Attachments: bryan.patch, DERBY-6299.patch, DERBY-6299.patch According to the coverage reports, All classes in Org.apache.derby.iapi.services.sanity have completely zero coverage. So this sub-task is to improve code coverage by doing the following.1)Change all the import statements in the code to reference the new location of SanityManager andAssertFailure 2) Delete the wrapper classes org.apache.derby.iapi.services.sanity.SanityManager org.apache.derby.iapi.services.sanity.AssertFailure-- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
