Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthoredward
     

    I find myself needing to alter the Akelos base library that is used in Editam.

    What I have done so far is edit the library directly, but this has turned out a maintance nightmare. That's because when I change the library I have checked out with subversion, I need to both keep the changes I made locally, and update the Akelos library from the repo. So therefore, there must be a way for me to extend the akelos libraries and place those files in a folder which I keep aside from the original akelos lib.

    Is there a way of doing this?

    one a side note: I found this on the "DEVELOPER CODING STYLE GUIDELINES".

    "If the library/class is extended, the extending files should be stored in a directory under /lib/ with the same name as the original library."

    However, that doesn't tell me much.

    • CommentAuthorKaste
     

    that's a thing you can't really do with subversion. At least it's always painful.

    with git & git-svn you would have much more control.

    • CommentAuthoredward
     
    I already expected that subversion would not help. So is there a way to extend the core libraries in akelos without altering the official lib files?