Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stem-dev] Merge Master from STEM4Tycho

Dear All,
 - STEM master branch is merged from STEM4Tycho.
 - changes in file headers(.java and other files) are applied
 - weekly Jenkins job is building and transfer the result to stem download area.

Some initial notes:
Stem with its new structure is a maven project contains two subprojects:
  • org.eclipse.stem
  • org.eclipse.stem.data.
Both of them are maven projects.
Project source code can be imported: import >>>> Git >>>>> project from Git using 
Or
 https://<<commitername>>@git.eclipse.org/r/a/stem/org.eclipse.stem for commiters

Stem as maven project is using Tycho to make its build as pomless (in the mean that it is not required to have a pom.xml file for each Java project).
To build Stem product all you need is to right click on the org.eclipse.stem.general and run as >>>> maven build >>>  this will open another window to define which command can be used to run the build normally it’s enough to write “clean verify”  in the Goals field  then click run

Stem data is built using the same old Ant way.

Best regards,
and I wish you all happy Christmas holidays.


--
Ahmad  Swaid

Back to the top