yoavs 2005/07/22 07:46:24
Modified:webapps/docs changelog.xml
jasper2/src/share/org/apache/jasper JspC.java
Log:
Bugzilla 35571: http://issues.apache.org/bugzilla/show_bug.cgi?id=35571
Note: using a method (FileUtils.getFileUtils) which was deprecated in
Ant 1
yoavs 2005/07/21 14:23:48
Modified:webapps/docs changelog.xml
jasper2/src/share/org/apache/jasper JspC.java
Log:
Bugzilla 35114: http://issues.apache.org/bugzilla/show_bug.cgi?id=35114
Revision ChangesPath
1.329 +6 -3 jakarta-tomcat-catalina/weba
Thank-you for your e-mail.
Please note that i will be away from the office starting Wednesday June
29th, returning Thursday July 7th, with no access to email. In my absence,
kindly contact Cheri Dueck at [EMAIL PROTECTED]
Kind Regards,
Natasha Hasmani
Senior Event Manager
--
markt 2005/07/01 13:31:47
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
Fix bug 25597. Prevent ArrayIndexOutOfBoundsException by ensuring we look at
the first file rather than the second that may not exist.
Revision
remm2005/04/29 10:18:22
Modified:webapps/docs changelog.xml
jasper2/src/share/org/apache/jasper JspC.java
Log:
- 34652: Allow setting smap related options in jspc.
Revision ChangesPath
1.295 +4 -0 jakarta-tomcat-catalina/webapps/docs/changelog.
markt 2005/03/29 13:45:42
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
Fix bug 18477 by porting and extending fix for bug 28147 from TC5.
- Based on a patch submitted by Daniel Collins.
Revision ChangesPath
markt 2005/03/29 13:43:38
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Extend fix for bug 28147 to cover the other instances (identified in bug
18477)
where symbolic links can cause problems for pre-compilation in JspC.
- Based on a patch submitted by Daniel C
luehe 2005/03/24 16:55:33
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Moved the release (from LogFactory) of "loader" from the finally
clause of processFile() to the finally clause of execute(), because
the precompilation of different JSPs may trigger different
luehe 2005/03/24 10:30:40
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Release URLClassLoader from LogFactory, in order to release any locks
on /WEB-INF/... resources of the 1st webapp that is deployed and
precompiled and whose URLClassLoader was added to commons
markt 2005/03/07 13:57:45
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
Fix bug 22293 by applying Jean-Frederic's suggested patch.
Revision ChangesPath
No revision
No revisi
luehe 2005/02/08 13:08:39
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Removed return tag from initClassLoader() javadocs, because this method was
changed back to 'void'
Revision ChangesPath
1.92 +0 -1
jakarta-tomcat-jasper/jasper2/src/share/o
remm2005/02/08 06:06:36
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- 33373: Fix handling of context classloader in jspc. The loader classLoader
must be set on each compilation.
Revision ChangesPath
1.91 +4 -6
jakarta-tomcat-jasper/jasper2/
yoavs 2004/11/22 06:54:57
Modified:webapps/docs Tag: TOMCAT_5_0 changelog.xml
jasper2/src/share/org/apache/jasper Tag: TOMCAT_5_0
JspC.java
Log:
Bugzilla 32330: JspC changes context classloader
Revision ChangesPath
No
yoavs 2004/11/22 06:44:55
Modified:webapps/docs changelog.xml
jasper2/src/share/org/apache/jasper JspC.java
Log:
Bugzilla 32330: JspC changes context classloader
Revision ChangesPath
1.177 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
remm2004/10/03 02:03:21
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix cosmetic issue where extra CRLF would be inserted during each precompilation.
Revision ChangesPath
1.82 +2 -1
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper
markt 2004/09/12 14:59:41
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
Fix bug 26400. Generate valid package names with JspC.
- Based on a patch provided by Rainer Jung
Revision ChangesPath
No
yoavs 2004/06/16 07:20:20
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Bugzilla 29597 done.
Revision ChangesPath
1.80 +3 -0
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
luehe 2004/05/18 14:16:46
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Added setJspFiles() method, to allow comma-separated list of JSPs to be specified
from ant
Revision ChangesPath
1.79 +27 -6
jakarta-tomcat-jasper/jasper2/src/share/org/apach
luehe 2004/05/18 12:02:48
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Fixed indentation prior to making changes
Revision ChangesPath
1.78 +1 -1
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
===
luehe 2004/05/18 12:00:29
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Fixed indentation prior to making changes
Revision ChangesPath
1.77 +12 -11
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
===
luehe 2004/05/17 16:48:22
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Added setters for genStringAsCharArray and ieClassId compile options
Revision ChangesPath
1.76 +34 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
luehe 2004/05/13 14:22:20
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Added setter for xpoweredBy
Revision ChangesPath
1.75 +4 -0
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
=
luehe 2004/05/12 15:51:21
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
More on Bugzilla 28604 ("JspC should not display the whole stack trace
of errors")
Revision ChangesPath
1.74 +6 -2
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jaspe
luehe 2004/05/12 10:45:57
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Fixed additional requirements from Bugzilla 28604:
If compiling from JspC, the absolute (instead of context-relative)
path of the JSP that caused the error is now printed (when compiling
luehe 2004/04/27 14:40:21
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Fixed Bugzilla 28604 ("JspC should not display the whole stack trace
of errors")
Print rootcause's stack trace only if rootcause is different from JasperException
Revision Changes
luehe 2004/04/27 11:04:37
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Fixed indentation
Revision ChangesPath
1.71 +5 -6
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
===
remm2004/04/25 04:54:04
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Remove canonicalization, which is not very useful here, and can cause trouble with
symlinks.
- Bug 28147, submitted by Rick Wong.
Revision ChangesPath
1.70 +11 -17
jak
funkman 2004/04/06 10:58:59
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Allow disable tag pooling for ant task (and command line option)
also detabbed
Revision ChangesPath
1.69 +97 -85
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Js
luehe 2004/03/15 10:15:05
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Fix for Bugzilla 27642 ("trimSpaces property not settable via command-line options")
Revision ChangesPath
1.67 +6 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jaspe
remm2004/03/08 15:59:12
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix bug 27520: Avoid NPE when folder is not readable.
Revision ChangesPath
1.66 +6 -13
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.
remm2004/01/21 07:45:31
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Bug 26242: Add back a setVerbose setter for compatibility. It's not doing
much, though.
Revision ChangesPath
1.64 +11 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apa
remm2003/12/20 15:04:23
Modified:jasper2/src/share/org/apache/jasper/runtime
PerThreadTagHandlerPool.java
jasper2/src/share/org/apache/jasper JspC.java
Log:
- Remove imports.
Revision ChangesPath
1.5 +3 -4
jakarta-tom
luehe 2003/12/04 18:29:47
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Have JspC.execute() propagate its exceptions.
In some cases, there used to be no way for a caller to determine
whether an exception occurred, because some exceptions would be
swallowed, a
luehe 2003/08/09 12:03:15
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Replaced message with more meaningful warning
Revision ChangesPath
1.53 +8 -5
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
===
remm2003/08/12 12:29:26
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Beautify the insertion of the XML fragment.
Revision ChangesPath
1.56 +8 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
===
remm2003/08/12 12:40:17
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Insert spaces instead of tabs.
Revision ChangesPath
1.57 +9 -9
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
remm2003/08/09 06:08:18
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Display root cause for build errors.
- Fix classpath generation (the side effect seems needed when compiling tag
files, somehow).
Revision ChangesPath
1.52 +39 -4
jak
luehe 2003/08/07 11:14:35
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Simplify the way the URLClassLoader gets initialized.
In the case where jspc is launched from the command line (instead of
ant), the same class path JARs were added 3 (!) times to the
URL
kinman 2003/07/31 11:40:27
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix 20155: The strutsel-exercise-taglib application can not be compiled
with jspc.
Set up the correct class loader when running jspc.
Revision ChangesPath
1.50 +4 -3
remm2003/06/30 15:10:00
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Don't generate the comments (they can screw up the char encoding in case
i18n is used) when including in an existing web.xml.
Revision ChangesPath
1.47 +5 -5
jakarta-t
yoavs 2003/06/25 18:18:07
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Made javaEncoding configurable, per Bugzilla 19622 enhancement request
Revision ChangesPath
1.46 +26 -4
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
remm2003/06/25 13:01:18
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Cleanup (a bit) the insertion code so that it respects the order of elements
of the 2.3 DTD (otherwise, the validator task refuses to validate the application
...).
Revision Changes
kinman 2003/04/03 11:45:50
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix bug for single file compilation.
Revision ChangesPath
1.38 +5 -4
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
==
Remy Maucherat wrote:
> [EMAIL PROTECTED] wrote:
>> costin 2003/03/17 12:53:40
>>
>> Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
>> JspC.java
>> Log:
>> I don't know if this can make it into the release - but I can't get
>> jspc to wo
I don't know if the official build for 4.1.22/23 is done - but it would be
nice if we could include this fix for jspc.
I don't know any other way to compile an app using struts.
Remy - were you able to precompile /admin for 4.1.23 ? Do you plan to
include it precompiled, or the old way ?
Costin
costin 2003/03/17 12:53:40
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
I don't know if this can make it into the release - but I can't get jspc to
work as an ant task without this.
The problem is that struts is using t
remm2003/03/07 01:09:37
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
- Port Java keyword mangling for package names (used for example to be
able to precompile the examples webapp).
Revision ChangesPath
No
luehe 2003/03/06 12:11:18
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Rearranged public and private methods, so code becomes more readable.
Changed visibility of instance variables from "public" to "private".
Revision ChangesPath
1.37 +426 -445
luehe 2003/03/06 11:42:54
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Made setArgs method public
Revision ChangesPath
1.36 +84 -84
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
==
remm2003/02/26 08:36:13
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Flush the header to the file.
Revision ChangesPath
1.34 +4 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
=
remm2003/02/26 07:50:19
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Add a big try / catch so that the build does not fail anymore.
Revision ChangesPath
1.33 +10 -3
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Ind
billbarker2003/02/23 14:25:53
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Remove the logStream, and use c-l exclusively for logging.
It is confusing to have multiple loggings, and the old-style wasn't getting
initialized for the 'ant' task.
Also added the '
remm2003/02/10 03:03:07
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
- Port all the JSPC fixes from Tomcat 5.
Revision ChangesPath
No revision
No revision
1
remm2003/02/10 02:31:50
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix NPE.
- Submitted (partially) by Yoshiyuki Karezaki
Revision ChangesPath
1.29 +12 -12
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: J
Remy Maucherat wrote:
> Jeanfrancois Arcand wrote:
>> The only problem I see by removing the package org.apache.jsp is that
>> when Tomcat run under the security manager, it is no longer possible to
>> protect an application from package insertion/access (dangerous).
>>
>> It is still possible t
remm2003/01/22 11:00:35
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Remove the default package. Thanks to Hans for getting me right.
Revision ChangesPath
1.26 +4 -4
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
I
Remy Maucherat wrote:
> Hans Bergsten wrote:
>> [EMAIL PROTECTED] wrote:
>>
>>> remm2003/01/22 03:40:00
>>>
>>> Modified:jasper2/src/share/org/apache/jasper JspC.java
>>> Log:
>>> - Fix package name generation.
>>> - Default to "org.apache.jsp" package name.
>>
>>
>> Why do
remm2003/01/22 03:40:00
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix package name generation.
- Default to "org.apache.jsp" package name.
Revision ChangesPath
1.24 +12 -6
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.j
costin 2003/01/21 15:24:51
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Use the patch submited by Hans ( at least the part related to package ).
I modified it so that if a package is specified, it is used as prefix.
The second patch - I'm not sure what it does.
costin 2003/01/21 14:49:53
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Use Hans version of the patch.
Revision ChangesPath
1.22 +118 -67
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC.java
==
Sorry, I didn't see the patch - I was precompiling the admin and
hit the problem.
BTW - why don't you fix it yourself - you are committer AFAIK :-) ?
Costin
Hans Bergsten wrote:
> [EMAIL PROTECTED] wrote:
>> costin 2003/01/21 11:44:42
>>
>> Modified:jasper2/src/share/org/apache/jasp
costin 2003/01/21 11:44:42
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Support for packages in precompiled servlets - otherwise all go to the
same package and we get conflicts.
Revision ChangesPath
1.21 +8 -5
jakarta-tomcat-jasper/jasper2/src
remm2002/11/07 00:46:53
Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch
JspC.java
Log:
- Port patch.
- Change "--compile" to "-compile".
Revision ChangesPath
No revision
No revisio
remm2002/11/06 11:26:31
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- The compile switch should be "-compile" to be consistent (or we should switch
everything to the GNU standard).
Revision ChangesPath
1.17 +4 -4
jakarta-tomcat-jasper/ja
costin 2002/06/20 15:49:54
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Few tweaks to get the class loader ( it checks for AntClassLoader to extract the
classpath that was used when defining the task, and URLClassLoader for
CLI invocation ).
Also option for
costin 2002/06/14 14:23:15
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Add the --compile CLI and 'compile=' ant attribute.
If set we'll also compile.
I have some doubts about this - it would be ugly to change jspc to
support all the options that normall
costin 2002/06/14 13:43:05
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
Second stage of braking jasper2.
I split some of the huge methods in smaller ( and hopefully cleaner )
ones, isolated the CLI processing at the end of the file.
The class can be used
costin 2002/06/12 16:20:15
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
A bit more verbose error message, from some reasons the stack trace
never shows up and is hard to guess what's going on.
BTW, it seems the classes are compiled automatically - that's a cha
kinman 02/05/15 17:43:15
Modified:jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fixed 7007: Invalid names generated in web.xml by jspc.
Revision ChangesPath
1.4 +4 -4
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
Index: JspC
69 matches
Mail list logo