Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 253109 Details for
Bug 339603
www-servers/tomcat-5.5.27-r4 build fails with error "Reference jspc.classpath not found"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for build/build.xml
build-jspc-classpath.patch (text/plain), 1.45 KB, created by
Isaac Richter
on 2010-11-03 23:29:53 UTC
(
hide
)
Description:
Patch for build/build.xml
Filename:
MIME Type:
Creator:
Isaac Richter
Created:
2010-11-03 23:29:53 UTC
Size:
1.45 KB
patch
obsolete
>Index: apache-tomcat-5.5.27-src/build/build.xml >=================================================================== >--- apache-tomcat-5.5.27-src.orig/build/build.xml >+++ apache-tomcat-5.5.27-src/build/build.xml >@@ -412,18 +412,6 @@ > <touch file="${tomcat.build}/server/webapps/admin/WEB-INF/web.xml" /> > </target> > >- <target name="build-webapps-precompile" >- depends="init" description="Precompile webapps" > >- >- <antcall target="build-webapp-precompile-admin" /> >- <antcall target="build-webapp-precompile-examples" /> >- >- <!-- JSPC --> >- <property name="ROOT.base" location="${tomcat.build}/webapps/ROOT" /> >- >- <mkdir dir="${ROOT.base}/WEB-INF/src" /> >- <mkdir dir="${ROOT.base}/WEB-INF/classes" /> >- > <path id="jspc.classpath"> > <pathelement location="${java.home}/../lib/tools.jar"/> > <pathelement location="${commons-logging.jar}"/> >@@ -444,6 +432,18 @@ > </fileset> > </path> > >+ <target name="build-webapps-precompile" >+ depends="init" description="Precompile webapps" > >+ >+ <antcall target="build-webapp-precompile-admin" /> >+ <antcall target="build-webapp-precompile-examples" /> >+ >+ <!-- JSPC --> >+ <property name="ROOT.base" location="${tomcat.build}/webapps/ROOT" /> >+ >+ <mkdir dir="${ROOT.base}/WEB-INF/src" /> >+ <mkdir dir="${ROOT.base}/WEB-INF/classes" /> >+ > <taskdef classname="org.apache.jasper.JspC" name="jasper2" > > <classpath refid="jspc.classpath"/> > </taskdef>
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 339603
:
249437
|
249438
| 253109 |
253111