Opened 3 years ago

Closed 2 years ago

#2472 closed defect (fixed)

SECORE - allow to build def.war by flag with cmake

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: secore Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

By default, after ticket http://rasdaman.org/ticket/2470, SECORE is built
as def.jar for petascope. To build it as standalone web application like before, it needs to change in some places for SECORE. Cmakes

 to enable building the def.war with e.g. -DENABLE_STANDALONE_SECORE=ON
  • pom.xml.in with maven profiles, to build with war, it needs this plugin enabled:
 <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
  • application.properties with secore.controller.enabled=true to allow SecoreController.java to receive any requests to /def.

Change History (1)

comment:1 by Bang Pham Huu, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.