You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/09/11 05:55:49 UTC

DO NOT REPLY [Bug 43350] New: - typo in "Web Application Compilation"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43350

           Summary: typo in "Web Application Compilation"
           Product: Tomcat 6
           Version: 6.0.13
          Platform: Other
               URL: http://tomcat.apache.org/tomcat-6.0-doc/jasper-
                    howto.html#Web%20Application%20Compilation
        OS/Version: other
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hauser@acm.org


There seems to be a copy paste error from tomcat5:

<fileset dir="${tomcat.home}/common/lib">

directory no longer exists.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 43350] - typo in "Web Application Compilation"

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43350





------- Additional Comments From hauser@acm.org  2007-09-10 21:20 -------
I furthermore got

  java.lang.NoClassDefFoundError: org/apache/commons/el/ExpressionEvaluatorImpl

until I copied commons-el.jar
  to ${tomcat.home}/lib
  

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 43350] - typo in "Web Application Compilation"

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43350


hauser@acm.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ssk_tomcat@yahoo.com




------- Additional Comments From hauser@acm.org  2007-09-17 02:33 -------
on a CentOS system, I furthermore got

[jasperHere] java.lang.NullPointerException
[jasperHere]    at
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:220)
[jasperHere]    at org.apache.jasper.JspC.processFile(JspC.java:809)
[jasperHere]    at org.apache.jasper.JspC.execute(JspC.java:945)
[jasperHere]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[jasperHere]    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[jasperHere]    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[jasperHere]    at java.lang.reflect.Method.invoke(Method.java:597)
[jasperHere]    at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:123)
[jasperHere]    at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[jasperHere]    at org.apache.tools.ant.Task.perform(Task.java:364)
[jasperHere]    at org.apache.tools.ant.Target.execute(Target.java:341)
[jasperHere]    at org.apache.tools.ant.Target.performTasks(Target.java:369)
[jasperHere]    at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
[jasperHere]    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
[jasperHere]    at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
[jasperHere]    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
[jasperHere]    at org.apache.tools.ant.Main.runBuild(Main.java:668)
[jasperHere]    at org.apache.tools.ant.Main.startAnt(Main.java:187)
[jasperHere]    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
[jasperHere]    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

this seems to be related to Bug 33518, but at least here, ant is definitely
available - is there another jar that might be needed?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 43350] - typo in "Web Application Compilation"

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43350


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From markt@apache.org  2008-01-10 14:01 -------
The copy/paste error has been fixed under another bug.

The task defs in ${tomcat.home}/bin/catalina-tasks.xml everythign works as expected.

If you have a test case that fails, please re-open and attach it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 43350] - typo in "Web Application Compilation"

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43350





------- Additional Comments From hauser@acm.org  2007-09-10 21:14 -------
Furthermore, I noticed that my jspc target was missing some libraries.

I was able to fix this with

 		<taskdef classname="org.apache.jasper.JspC" name="jasperHere"
classpathref="jspc.classpath" />
since the "jasper" task doesn't allow for nested classpath elements.

I defined the classpath of <target name="compile"> stand-alone as this
"jspc.classpath"

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org