java - hybris - copy data folder -


scenario: here have hybris developer has local environment set. new developer on board team.

1.place projects under custom folder 2.ant 3.can copy data folder developer machine has loaded database necessary data? if yes needs done after copying?

ensure development environment can built script. not want copying things around randomly.

check workspace in repository, whatever using. ignore things, not custom code obviously.

use commonly available location large resources such hybris suite zip.

have new developer checkout workspace , run script. should pull in , extract resources, run ant build, build/deploy other tools or applications in project.

do not check in data directories , not copy these around. can either:

  • use shared mysql development instance
  • init impex every time , ensure data in impex.

i highly recommend development data can entirely built out impex , can reinit often. needed development.


Comments