Share

RefactorDW

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Welcome to Open Discussion

You are viewing a single message from this topic. View all messages.

  1. 2009-09-01 13:57:28 UTC
    I did get an error in one file:
    ArticleOperations.moveArticle(...): The number of back links before and after moving the article is different!
    ArticleOperations.moveArticle(...): Target article: operations:operations_scripts
    ArticleOperations.moveArticle(...): Back linking article: operations:messages
    ArticleOperations.moveArticle(...): Number of back links before: 1
    ArticleOperations.moveArticle(...): Number of back links after: 0
    RefactorDW.main(...): An error occured while resolving article naming conflicts
    java.lang.Exception: The number of back links before and after moving the article is different!
    at org.digitalcure.refactordw.operations.ArticleOperations.moveArticle(Unknown Source)
    at org.digitalcure.refactordw.operations.ArticleOperations.renameArticle(Unknown Source)
    at org.digitalcure.refactordw.operations.ArticleRefactoring.resolveNamingCollisionsBtwArticles(Unknown Source)
    at org.digitalcure.refactordw.core.RefactorDW.main(Unknown Source)


    In operations:messages I have the following link:
    [[operations:scripts#t_(b)/(p)_boxinfo.sh]]

    The following vim regex solved my issue:
    :%s:\(\[\[.*\)\#\(.*\]\]\):\1|\2:g
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.