Skip to main content

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

Thank you Ahmad!
and Happy Holidays !

Best Regards,
Jamie

IBM Almaden Research Center, 650 Harry Rd.
San Jose, CA 95120-6099
email: jhkauf@xxxxxxxxxx
phone: (408) 927-2477  (tie 457-2477)





From:        ahmad swaid <ahmadswaid@xxxxxxxxx>
To:        James Kaufman <jhkauf@xxxxxxxxxx>, Judy Douglas <judy.douglas07@xxxxxxxxx>, Stefan Edlund <sedlund@xxxxxxxxxx>, STEM developer mailing list <stem-dev@xxxxxxxxxxx>
Date:        12/24/2018 06:51 AM
Subject:        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 
git://git.eclipse.org/gitroot/stem/org.eclipse.stem
Or
 https://<<commitername>>@git.eclipse.org/r/a/stem/org.eclipse.stemfor 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