Maven 1.x Application Generation Plugin

@PACKAGE@ Title in JSP files does not get replaced

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.3
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

@PACKAGE@ Title in JSP files does not get replaced in the JSP pages.

Activity

Hide
Archimedes Trajano added a comment -

Having trouble with CVS today so can't create a patch

The fix:
In template.properties for struts and struts-jstl projects
maven.genapp.filter=project.xml,src/conf/cactus-web.xml,src/merge/**,src/conf/ApplicationResources.properties

One other nice change that can be made is to replace in ApplicationResources.properties

title.page=The title @PACKAGE@

to

title.page=The title @NAME@

Show
Archimedes Trajano added a comment - Having trouble with CVS today so can't create a patch The fix: In template.properties for struts and struts-jstl projects maven.genapp.filter=project.xml,src/conf/cactus-web.xml,src/merge/**,src/conf/ApplicationResources.properties One other nice change that can be made is to replace in ApplicationResources.properties title.page=The title @PACKAGE@ to title.page=The title @NAME@
Hide
Arnaud Heritier added a comment -

The title in JSPs are changed.
The replace was already fixed

Show
Arnaud Heritier added a comment - The title in JSPs are changed. The replace was already fixed

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: