https://bugzilla.redhat.com/show_bug.cgi?id=842346
Bug ID: 842346
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: akurtako(a)redhat.com, ivan.afonichev(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: ivan.afonichev(a)gmail.com
Summary: Properly migrate tomcat to systemd
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: johannbg(a)gmail.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: tomcat
Product: Fedora
Description of problem:
Let's try and properly migrate tomcat to native systemd units the
tomcat.service is just an ugly hack.
I propose that we split tomcat startup into 4 units...
1 tomcat.service
2 tomcat-security.service
3 tomcat@.service ( For multiple instances )
4.tomcat-security@.service ( For multiple instance )
Have all the required environmental parameters in one configuration file only
( /etc/tomcat/tomcat.conf )
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=912333
Bug ID: 912333
Summary: mvn-rpmbuild if F19 does not export M2_HOME
Product: Fedora
Version: rawhide
Component: javapackages-tools
Severity: unspecified
Priority: unspecified
Reporter: mattias.ellert(a)fysast.uu.se
Description of problem:
mvn-rpmbuild on Fedora 19 does not export M2_HOME
Version-Release number of selected component (if applicable):
javapackages-tools.noarch 0:0.12.0-1.fc19
How reproducible:
Packages in the f19 rebuild failed due to M2_HOME not set. See e.g.
https://koji.fedoraproject.org/koji/taskinfo?taskID=4996219
Error message is:
"Maven application directory was not specified, and ${maven.home} is not
provided in the system properties. Please specify at least on of these."
The code generating this error message is:
if ( ( mavenHome == null ) && ( System.getProperty( "maven.home" ) == null ) )
{
if ( !getSystemEnvVars().containsKey( "M2_HOME" ) )
{
throw new IllegalStateException( "Maven application directory was
+ "specified, and ${maven.home} is not provided in the system "
+ "properties. Please specify at least on of these." );
}
}
I.e. if M2_HOME is set (like in mvn-rpmbuild for Fedora 18 and earlier) the
exception is not thrown.
Actual results:
Failed builds due to M2_HOME not set
Expected results:
Working build
Additional info:
mvn-rpmbuild on Fedora 17 contains the line
export M2_HOME=/usr/share/maven
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=U9jVwfslmC&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=875817
Bug ID: 875817
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: devrim(a)gunduz.org,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, sochotni(a)redhat.com
Assignee: sochotni(a)redhat.com
Summary: Port velocity not to use werken-xpath
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: sochotni(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: velocity
Product: Fedora
Description of problem:
werken is an old unmaintained library. Velocity should be ported away and just
use standard Java interfaces preferably. Needs getting in touch with upstream
of course
Slightly related bugreports upstream:
https://issues.apache.org/jira/browse/VELOCITY-757https://issues.apache.org/jira/browse/VELOCITY-694
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=875777
Bug ID: 875777
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com, mizdebsk(a)redhat.com,
mmorsi(a)redhat.com
Assignee: jcapik(a)redhat.com
Summary: Snakeyaml bundles base64coder and part of gdata-utils
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: sochotni(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: snakeyaml
Product: Fedora
Description of problem:
src/main/java/org/yaml/snakeyaml/external contains external modules that are
source-bundled within snakeyaml. Ideally they should be unbunled (they are
already packaged separately)
--
You are receiving this mail because:
You are on the CC list for the bug.