Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160548 Details for
Bug 250678
need jasper-eclipse sub-package for eclipse 3.3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to add jasper-eclipse subpackage
tomcat5-jasper-eclipse.patch (text/plain), 5.05 KB, created by
Ben Konrath
on 2007-08-02 20:44:31 UTC
(
hide
)
Description:
patch to add jasper-eclipse subpackage
Filename:
MIME Type:
Creator:
Ben Konrath
Created:
2007-08-02 20:44:31 UTC
Size:
5.05 KB
patch
obsolete
>? .build-5.5.23-9jpp.2.fc8.log >? .build-5.5.23-9jpp.3.fc8.log >? build.log >? tomcat5-5.5.23 >? tomcat5-5.5.23-9jpp.2.fc8.src.rpm >? tomcat5-5.5.23-9jpp.3.fc8.src.rpm >? x86_64 >Index: jasper-OSGi-MANIFEST.MF >=================================================================== >RCS file: jasper-OSGi-MANIFEST.MF >diff -N jasper-OSGi-MANIFEST.MF >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ jasper-OSGi-MANIFEST.MF 2 Aug 2007 20:37:32 -0000 >@@ -0,0 +1,28 @@ >+Manifest-Version: 1.0 >+Ant-Version: Apache Ant 1.7.0 >+Created-By: 2.3 (IBM Corporation) >+Import-Package: javax.servlet;version="2.4",javax.servlet.http;version >+ ="2.4",javax.servlet.jsp;version="2.0",javax.servlet.jsp.el;version=" >+ 2.0",javax.servlet.jsp.resources;version="2.0",javax.servlet.jsp.tage >+ xt;version="2.0",javax.servlet.resources;version="2.4",javax.xml.pars >+ ers,org.apache.commons.el;version="[1.0.0,2.0.0)",org.apache.commons. >+ logging;version="[1.0.0,2.0.0)",org.apache.tools.ant;resolution:=opti >+ onal,org.apache.tools.ant.taskdefs;resolution:=optional,org.apache.to >+ ols.ant.types;resolution:=optional,org.apache.tools.ant.util;resoluti >+ on:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.help >+ ers >+Bundle-ManifestVersion: 2 >+Export-Package: org.apache.jasper,org.apache.jasper.compiler,org.apach >+ e.jasper.compiler.tagplugin,org.apache.jasper.resources,org.apache.ja >+ sper.runtime,org.apache.jasper.security,org.apache.jasper.servlet,org >+ .apache.jasper.tagplugins.jstl,org.apache.jasper.tagplugins.jstl.core >+ ,org.apache.jasper.util,org.apache.jasper.xmlparser >+Bundle-Version: 5.5.17.v200706111724 >+Bundle-SymbolicName: org.apache.jasper >+Bundle-Name: Apache Jasper 2 Plug-in >+Bundle-RequiredExecutionEnvironment: J2SE-1.4,CDC-1.0/Foundation-1.0,J >+ 2SE-1.3 >+Bundle-Localization: plugin >+Bundle-Vendor: Apache Software Foundation >+Bundle-ClassPath: . >+ >Index: tomcat5.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/tomcat5/devel/tomcat5.spec,v >retrieving revision 1.98 >diff -u -r1.98 tomcat5.spec >--- tomcat5.spec 16 May 2007 21:02:50 -0000 1.98 >+++ tomcat5.spec 2 Aug 2007 20:37:32 -0000 >@@ -69,7 +69,7 @@ > Name: tomcat5 > Epoch: 0 > Version: 5.5.23 >-Release: 9jpp.2%{?dist} >+Release: 9jpp.3%{?dist} > Summary: Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API > > Group: Networking/Daemons >@@ -81,6 +81,7 @@ > Source3: %{name}-%{majversion}.wrapper > Source4: %{name}-%{majversion}.logrotate > Source5: %{name}-%{majversion}.relink >+Source6: jasper-OSGi-MANIFEST.MF > Patch0: %{name}-%{majversion}.link_admin_jar.patch > Patch1: %{name}-%{majversion}-skip-build-on-install.patch > Patch2: %{name}-%{majversion}-jt5-build.patch >@@ -398,6 +399,20 @@ > Javadoc for generated documentation %{name}-%{jname} > %endif > >+%if %{with_ecj} >+%package jasper-eclipse >+Group: Text Editors/Integrated Development Environments (IDE) >+Summary: Jasper OSGi Eclipse plugin >+%if %{gcj_support} >+Requires(post): java-gcj-compat >= 1.0.64 >+Requires(postun): java-gcj-compat >= 1.0.64 >+%endif >+ >+%description jasper-eclipse >+Jasper OSGi Eclipse plugin that contains class files from jasper-compiler, >+jasper-runtime and ECJ. >+%endif >+ > %prep > %{__cat} << EOT > >@@ -565,6 +580,19 @@ > popd > %endif > >+%if %{with_ecj} >+mkdir org.apache.jasper >+pushd org.apache.jasper >+unzip -qq ../apache-tomcat-5.5.23-src/build/build/common/lib/jasper-compiler.jar >+unzip -qq ../apache-tomcat-5.5.23-src/build/build/common/lib/jasper-runtime.jar \ >+ -x META-INF/MANIFEST.MF org/apache/jasper/compiler/Localizer.class >+unzip -qq %{_javadir}/jdtcore.jar -x META-INF/MANIFEST.MF >+cp %{SOURCE6} META-INF/MANIFEST.MF >+rm plugin.properties plugin.xml about.html jdtCompilerAdapter.jar META-INF/eclipse.inf >+zip -qq -r ../org.apache.jasper_5.5.17.v200706111724.jar . >+popd >+%endif >+ > %install > %{__rm} -rf $RPM_BUILD_ROOT > %{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_javadir} >@@ -861,6 +889,11 @@ > --exclude var/lib/%{name}/server/lib/servlets-ssi.renametojar > %endif > >+%if %{with_ecj} >+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_datadir}/eclipse/plugins >+%{__cp} org.apache.jasper_5.5.17.v200706111724.jar ${RPM_BUILD_ROOT}%{_datadir}/eclipse/plugins >+%endif >+ > %clean > %{__rm} -rf $RPM_BUILD_ROOT > >@@ -915,6 +948,16 @@ > %endif > > %if %{gcj_support} >+%post jasper-eclipse >+%{_bindir}/rebuild-gcj-db >+%endif >+ >+%if %{gcj_support} >+%postun jasper-eclipse >+%{_bindir}/rebuild-gcj-db >+%endif >+ >+%if %{gcj_support} > %post server-lib > %{_bindir}/rebuild-gcj-db > %endif >@@ -1230,7 +1273,18 @@ > %doc %{_javadocdir}/%{name}-jsp-%{jspspec}-api-%{version} > %ghost %doc %{_javadocdir}/%{name}-jsp-%{jspspec}-api > >+%if %{with_ecj} >+%files jasper-eclipse >+%defattr(-,root,root) >+%dir %{_datadir}/eclipse >+%dir %{_datadir}/eclipse/plugins >+%{_datadir}/eclipse/plugins/org.apache.jasper_* >+%endif >+ > %changelog >+* Thu Aug 02 2007 Ben Konrath <bkonrath@redhat.com> 0:5.5.23-9jpp.3 >+- Add jasper-eclipse subpackage which is needed for eclipse 3.3. >+ > * Wed May 16 2007 Vivek Lakshmanan <vivekl at redhat.com> 0:5.5.23-9jpp.2 > - Add requires(post) on j-c-*-tomcat5 in tomcat5 package to ensure proper > ordering at installation time
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250678
:
160548
|
160788