I'm trying to work with Spago BI 5.1 SRC in Eclipse. I work for an insurance company, and We're using a modified version of Spago BI for some specifical clients for example. The thing is that I would like to modify some more detailed things, and the only way to do it is working with the source code.
I tried to do it from the GitHub and SVN repositories, with no results.
Also downloaded the src from the web but I have no idea about how to import it in Eclipse.
Made Tomcat work, but as I said previously, do not know how should I import the source code folder of Spago BI, so localhost:8080 works, but localhost:8080/SpagoBIProject (only an example) doesn't.
The Environment:
Windows 7 Professional x64
Eclipse Luna 4.4.2
Tomcat 7
So, finally, how should I import and edit the source code?
答案 0 :(得分:1)
根据此页面,SVN上提供了源: https://forge.ow2.org/plugins/scmsvn/index.php?group_id=204
匿名SVN访问
此项目的SVN存储库可以通过匿名检出 带有以下指令集的svnserver。你想要的模块 签出必须指定为模块名称(如果您不知道哪个 定义了模块,或者如果没有设置模块,只需重新输入modulename )。
svn checkout svn://svn.forge.objectweb.org/svnroot/spagobi modulename
在Eclipse中,您可以使用URL将SVN存储库添加到SVN存储库 SVN://svn.forge.objectweb.org/svnroot/spagobi 然后你会检查整个主干,或只是你需要的特定模块。这些模块已经包含了eclipse .project文件,因此它们应该自动导入为Java项目并在结帐后构建。
要在本地Tomcat中运行模块,您必须将它们构建为webapps并将它们部署到本地服务器。