Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2022 22:32:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267910] www/tomcat*: add variable substitution support for ${tomcat_classpath}
Message-ID:  <bug-267910-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267910

            Bug ID: 267910
           Summary: www/tomcat*: add variable substitution support for
                    ${tomcat_classpath}
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: michael.osipov@siemens.com

I'd like to do the following:
> myinstance_classpath=3D":\${_tomcat_catalina_home}/bin/activedirectory-dn=
s-locato
    r-0.4.0.jar"

This unfortunately does not work because in
https://github.com/freebsd/freebsd-ports/blob/main/www/tomcat85/files/tomca=
t85.in#L131

The value is surrounded by single quotes. When changed to double quotes then
substitution works intended.

Can you make this simple change happen?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267910-7788>