On 18 Aug 2014 at 22:37:42, O.J. Sousa Rodrigues ([email protected](mailto:[email protected])) wrote:
I extended the information on how to set those settings for eclipse, though someone might review it ;)
Not sure I understood you :) You modified some page on xwiki.org(http://xwiki.org)?
Yes, i did add the eclipse section there http://dev.xwiki.org/xwiki/bin/view/Community/XmlCodeStyle since there is no xml profile for eclipse. BTW: Still having problem in formatting the xml in eclipse since it does format the license too and it does not look like it should.
I’m no expert here since I use IntelliJ IDEA. There are quite a few xwiki developers using Eclipse on this list though and maybe they can chime in…
I’ve edited http://extensions.xwiki.org/xwiki/bin/view/Extension/Redmine+Macro in object mode and changed the artifact id (it was still pointing to the old “xwiki-macro-redmine”). Then I clicked on the refresh icon and version 0.0.6 is now available :)
But how? Could it be that nexus just needs more time after releasing it until it can be fetched from the homepage?
I don’t understand the question.
Can you please pass a link where i can read about writing some test cases for this macro?
It’s nice indeed to write some functional tests to prove the app/macro works. However in your case it’s going to be hard since you would need to simulate a Redmine server… One solution though could be to configure your {{redmine}} macro usage to pass a URL that points to a page on xwiki that would return the data as returned by a Redmine server :) Here are some documentation here (with links to examples of existing tests): http://dev.xwiki.org/xwiki/bin/view/Community/Testing#HSelenium2-basedFramew... Thanks -Vincent