Repast / repast.simphony

Git repository for Repast Simphony development
repast.github.io
90 stars 21 forks source link

Repast Eclipse headless build #59

Open etatara opened 2 years ago

etatara commented 2 years ago

Figure out how to do a headless (command line) build of the Repast projects and update site so we can integrate with CI server.

https://stackoverflow.com/questions/133234/building-eclipse-plugins-and-features-on-the-command-line

BeneLuWi commented 2 years ago

For a headless build using ant as we use it in our Team, I have composed a sample Repository that showcases our approach:

https://github.com/DFKI/Repast-Simphony-Ant

jonas-andersen commented 11 months ago

Years ago I was looking into using Eclipse Tycho (Maven based build for Eclipse plugins) with Repast Simphony. I haven't touched for a long time but if there's any interested, the fork branch is here - https://github.com/jonas-andersen/repast.simphony/tree/development-eclipse-tycho