Portfolio Performance

一个计算投资组合整体表现的简单工具。「A simple tool to calculate the overall performance of an investment portfolio.」

Github星跟踪图

About

A simple tool to calculate the overall performance of an investment portfolio.

See http://www.portfolio-performance.info for more details.

Build Status Latest Release Release Date License

LOC Bugs Vulnerabilities Code Coverage

Prerequisites

Developing with Eclipse

Eclipse Setup

To develop, use the latest Eclipse IDE release plus Plug-in Development Environment (PDE). PDE homepage is http://www.eclipse.org/pde/ and it can be installed via Help/Install new Software. The link for the update site is mentioned in the PDE docs.

Optionally, install via the Eclipse Marketplace

  • infinitest
  • ResourceBundle Editor
  • SonarLint
  • Eclipse Checkstyle Plug-in

Setup

Clone the git repository.

Import projects by

  • selecting "Import Projects..." on the Git repository in the Git perspective
  • choosing "File" > "Import..." > "Existing Projects into Workspace" from the menu

After importing the Portfolio Performance projects in Eclipse, they will not compile due to missing dependencies: the target platform is missing.

Set Target Platform

  • Open the portfolio-target-definition project
  • Open the portfolio-target-definition.target file with the Target Editor (this may take a while as it requires Internet access). If you just get an XML file, use right click and chose Open With Target Editor
  • In the resulting editor, click on the "Set as Active Target Platform" link at the top right (this may also take a while)

Run Program

Run the application and the tests with the launch configurations stored in ~/portfolio-app/eclipse folder (right-click "Run As").

:warning: The launch configuration needs an update when bundles are added and removed or the OS platform changes. If the program does not start, try selecting "Add required plug-ins" in the launch configuration dialog.

Building with Maven

Maven is not required (anymore) to develop Portfolio Performance as you can develop using the Eclipse IDE with the setup above. The Maven build is used for the Travis CI build.

Configure

Mac OS X / Linux

export MAVEN_OPTS="-Xmx1g"

Windows

set MAVEN_OPTS="-Xmx1g"

Build

Run Maven 3.x.x in the 'portfolio-app' directory:

mvn clean verify -Dtycho.disableP2Mirrors

License

Eclipse Public License
http://www.eclipse.org/legal/epl-v10.html

概览

名称与所有者portfolio-performance/portfolio
主编程语言Java
编程语言Java (语言数: 6)
平台Windows, Mac, Linux
许可证Eclipse Public License 1.0
发布数244
最新版本名称0.68.4 (发布于 2024-04-28 20:18:55)
第一版名称0.5.0 (发布于 2012-03-31 14:46:33)
创建于2012-03-24 09:43:08
推送于2024-05-11 17:19:13
最后一次提交2024-05-02 14:30:33
星数2.7k
关注者数69
派生数561
提交数6.2k
已启用问题?
问题数1866
打开的问题数749
拉请求数1427
打开的拉请求数49
关闭的拉请求数662
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部