Home Forums Integration Integration (Code) How to achieve Continuous Integration/Code Merge?

Viewing 4 reply threads
  • Author
    Posts
    • #475

      Hello Team,

      Please suggest on how to achieve code merge or continuous integration (different methodologies) in regard to nexJ suite. -Thanks

      regards,
      Aravind

      0
    • #477
      Vassiliy Iordanovvi
      Participant

      Use the build.xml files, which are distributed with NexJ Studio, and run with Ant.

      They contain targets for upgrading, validating, building, unit testing the model etc, which can be started by a continuous integration tool, like Jenkins.

      1
    • #479
      lchanlchan
      Participant

      The unit test view in studio runs metadata unit tests. Outside studio, unit tests can be run by invoking the ant target “app.test” in build/build.xml located in the studio plugin directory.

      Using ant would be the best way to achieve CI using whatever CI platform you use to monitor code check-ins.

      0
    • #482

      Hello Team,
      thanks for the response; Please suggest on build.xml location. -Thanks

      Regards,
      Aravind

      0
    • #484
      Vassiliy Iordanovvi
      Participant

      It is in ECLIPSE_HOME/plugins/com.nexjsystems.nexjstudio_*/enterprise/build/build.xml. This file includes …/core/build/build.xml, so the relevant targets will be in both files.

      0
Viewing 4 reply threads
  • You must be logged in to reply to this topic.