简体   繁体   English

Eclipse IDE中的Spago BI源

[英]Spago BI source in Eclipse IDE

I'm trying to work with Spago BI 5.1 SRC in Eclipse. 我正在尝试在Eclipse中使用Spago BI 5.1 SRC。 I work for an insurance company, and We're using a modified version of Spago BI for some specifical clients for example. 我在一家保险公司工作,例如,我们为某些特定客户使用Spago BI的修改版。 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. 我尝试从GitHub和SVN存储库中执行此操作,但没有结果。

Also downloaded the src from the web but I have no idea about how to import it in Eclipse. 还从网上下载了src,但是我不知道如何在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. 使Tomcat正常工作,但是正如我之前所说,不知道如何导入Spago BI的源代码文件夹,因此localhost:8080可以工作,但是localhost:8080 / SpagoBIProject(仅作为示例)不起作用。

The Environment: 环境:

Windows 7 Professional x64 Windows 7专业版x64

Eclipse Luna 4.4.2 蚀月神4.4.2

Tomcat 7 雄猫7

So, finally, how should I import and edit the source code? 那么,最后,我应该如何导入和编辑源代码?

The source is available on SVN, as according to this page: https://forge.ow2.org/plugins/scmsvn/index.php?group_id=204 可以根据以下页面在SVN上找到源: https : //forge.ow2.org/plugins/scmsvn/index.php?group_id=204

Anonymous SVN Access 匿名SVN访问

This project's SVN repository can be checked out through anonymous svnserver with the following instruction set. 可以使用以下指令集通过匿名svnserver检出该项目的SVN存储库。 The module you wish to check out must be specified as the modulename (if you don't know which module is defined or if no module is set, just remplace modulename by .). 您必须将要检出的模块指定为模块名(如果您不知道定义了哪个模块,或者如果未设置任何模块,则只需用。替换模块名)。

svn checkout svn://svn.forge.objectweb.org/svnroot/spagobi modulename svn结帐svn://svn.forge.objectweb.org/svnroot/spagobi模块名

In Eclipse, you would add the SVN repository to your SVN Repositories, using the URL svn://svn.forge.objectweb.org/svnroot/spagobi and then you would check out the whole trunk, or just the specific module you need. 在Eclipse中,您可以使用URL svn://svn.forge.objectweb.org/svnroot/spagobi将SVN存储库添加到SVN存储库中,然后检查整个主干或所需的特定模块。 The modules already contain eclipse .project files, so they should be automatically imported as Java projects and built after checkout. 这些模块已经包含eclipse .project文件,因此应将其自动导入为Java项目并在签出后构建。

To run the modules in you local Tomcat, you will have to build them as webapps and deploy them to your local server. 要在本地Tomcat中运行模块,必须将它们构建为webapp,然后将其部署到本地服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM