Project

General

Profile

Actions

Task #2438

closed

Copy fe-sources to the JAR

Added by Alena Peterová over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Peter Štrunc
Target version:
Start date:
08/17/2020
Due date:
% Done:

100%

Estimated time:
Owner:

Description

Description

The frontend sources aren't copied to the built JAR now during copy-fe-sources, because the path to their directory is one level higher than it's defined in the copy-fe-resources execution:

                                <resource>
                                    <directory>../frontend</directory>
                                    <filtering>false</filtering>
                                    <excludes>
                                        <exclude>**/.*</exclude>
                                    </excludes>
                                </resource>

FE sources should be included, so we can build the projects that use the Password reset module with IdmTool (easier).

Actions #1

Updated by Alena Peterová over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Roman Kubica over 3 years ago

  • Status changed from New to Needs feedback
  • % Done changed from 0 to 80

https://git.bcvsolutions.eu/modules/password-reset/commit/7464750a3974dbb1fd60fecc6ccdfdb0bf2d2055

Build with <directory>../frontend</directory> resulted with no fe-sources in JAR module

Build with <directory>../../frontend</directory> resulted with fe-sources in JAR module

Actions #3

Updated by Peter Štrunc over 3 years ago

  • Target version set to 2.0.1
Actions #4

Updated by Peter Štrunc over 3 years ago

  • Target version changed from 2.0.1 to 2.1.0
Actions #5

Updated by Peter Štrunc over 3 years ago

  • Status changed from Needs feedback to Closed
  • % Done changed from 80 to 100

Thanks for fixing that. It works well now. Closing the ticket.

Actions

Also available in: Atom PDF