Thanks for your interest in this project.
Eclipse ChemClipse supports the user to analyse data acquired from systems used in analytical chemistry. In particular, chromatography coupled with mass spectrometry (GC/MS) or flame-ionization detectors (GC/FID) is used to identify and/or monitor chemical substances. It's an important task e.g. for quality control issues.
Information regarding source code management, builds, coding standards, and more.
The project maintains the following source code repositories
This project uses Github Issues to track ongoing development and issues.
- Search for issues: https://github.com/eclipse/chemclipse/issues
- Create a new report: https://github.com/eclipse/chemclipse/issues/new
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
- An OpenJDK is required. We recommend the Eclipse Temurin distribution.
- Clone the repository:
git clone -b develop git@github.com:eclipse/chemclipse.git
- Build: mvn
mvn -f chemclipse/chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml install
- Find the compiled product in
chemclipse/chemclipse/products/org.eclipse.chemclipse.rcp.compilation.community.product/target/products
Before your contribution can be accepted by the project team contributors must electronically sign the Eclipse Contributor Agreement (ECA).
Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file.
For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit
Contact the project developers via the project's "dev" list.