I did the deletions (and committed them). Leaving the issue open for further updates.
-Marshall On 12/15/2012 1:32 PM, Richard Eckart de Castilho (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/UIMA-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13533099#comment-13533099 > ] > > Richard Eckart de Castilho commented on UIMA-2522: > -------------------------------------------------- > > I am doing the renaming in stages (see comment #1 and comment #4). Before the > contribution, I had already done a rename on my machine just to test. At that > time, I had noticed that a full rename of all packages causes many test cases > to fail and I wasn't able to fix all of them in a short time. > > The first patch covers most package renames which do not cause any tests to > fail. I renamed one package at a time, running "mvn clean install" after each > rename. With the next patch (or maybe two patches), I address those packages > were work on the code is required. > > I also wanted to get the the process right before working several days on a > patch which then doesn't work or doesn't apply for some reason. > > The following packages should be deleted (disable "delete subpackages"): > > {noformat} > src/main/java > org.uimafit.component.initialize > org.uimafit.descriptor > org.uimafit.factory > org.uimafit.factory.initializable > org.uimafit.factory.locator > org.uimafit.pipeline > org.uimafit.propertyeditors > org.uimafit.testing.factory > org.uimafit.testing.util > org.uimafit.util > > src/test/java > org.uimafit > org.uimafit.component > org.uimafit.component.xwriter > org.uimafit.data > org.uimafit.descriptor > org.uimafit.factory.initializable > org.uimafit.pipeline > org.uimafit.testing.factory > org.uimafit.util > {noformat} > > I deleted these locally on my checkout to test and ran "mvn clean install": > success. > >> Rename packages >> --------------- >> >> Key: UIMA-2522 >> URL: https://issues.apache.org/jira/browse/UIMA-2522 >> Project: UIMA >> Issue Type: Task >> Components: Sandbox-uimafit >> Reporter: Richard Eckart de Castilho >> Attachments: UIMA-2522-1.diff.gz >> >> >> Rename packages to *org.apache.uima.fit.** and make sure everything compiles >> and all tests run. > -- > 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 >
