Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Maven/Tycho build

I pushed a draft of a Maven/Tycho build for Orion to GitHub

orion.server:
branch tycho: https://github.com/msohn/orion.server/tree/tycho

orion.client:
branch tycho: https://github.com/msohn/orion.client/tree/tycho

Instructions how to run maven build
https://github.com/msohn/orion.server/blob/tycho/README.md
Still a lot of room for improvement but some basics seem to
work:
- building bundles and features, p2 repository and products
- running Orion from Eclipse using web-ide.launch or from the product build
  (see org.eclipse.orion.server/releng/org.eclipse.orion.server.repository/target/products)
things that don't work yet:
- running tests doesn't find some configurations failing many tests
  with missing http.port
- can't add org.eclipse.orion.server.ui to p2 repository due to version
  conflicts
- can't start orion server with consoleApp on Mac
- probably many more details
please give it a try and comment whatever needs improvement.
--
Matthias


Back to the top