You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Remy Maucherat <re...@apache.org> on 2003/02/18 19:27:09 UTC

[5.0.1] Tagging today

 From my experience, Tomcat 5.0.1 doesn't appear to have any critical 
issue remaining.

I plan to put the 5.0.1 tag later today and release alpha binaries.

Remy


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


Re: [5.0.1] Tagging today

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Clere, Jean-Frederic wrote:
> Remy Maucherat wrote:
> 
>> Costin Manolache wrote:
>>
>>> Remy Maucherat wrote:
>>>
>>>
>>>> Jeanfrancois Arcand wrote:
>>>>
>>>>> Are you able to build it? The nightly build failled with the following
>>>>> (see below). I will look at the failure latter this afternoon...
>>>>
>>>>
>>>>
>>>> It's a hint that there are urgent bugs to fix in either JspC or Jasper,
>>>> which make precompilation fail (read my commit massage to see the full
>>>> story) ;-)
>>>
>>>
>>>
>>>
>>> Well, we can't release a milestone with both gump and normal build 
>>> failing.
>>> At this point disabling the precompilation seems the best short-term
>>> workaround, but I think we should rather wait with the milestone 
>>> until the
>>> fix is available.
>>
>>
>>
>> That's reasonable.
>> +1 for fixing the bugs (I tried a bit and failed).
>>
>> I'd need a Win9x compatible version of procrun to make the release, 
>> also :)
> 
> 
> I will try to test and fix the win9x code.

The test shows it it is not OK. I will now look for a fix.

> But the only win9x machine I have here is _very_ slow.
> 
>>
>> Remy
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 



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


Re: [5.0.1] Tagging today

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Remy Maucherat wrote:
> Costin Manolache wrote:
> 
>> Remy Maucherat wrote:
>>
>>
>>> Jeanfrancois Arcand wrote:
>>>
>>>> Are you able to build it? The nightly build failled with the following
>>>> (see below). I will look at the failure latter this afternoon...
>>>
>>>
>>> It's a hint that there are urgent bugs to fix in either JspC or Jasper,
>>> which make precompilation fail (read my commit massage to see the full
>>> story) ;-)
>>
>>
>>
>> Well, we can't release a milestone with both gump and normal build 
>> failing.
>> At this point disabling the precompilation seems the best short-term
>> workaround, but I think we should rather wait with the milestone until 
>> the
>> fix is available.
> 
> 
> That's reasonable.
> +1 for fixing the bugs (I tried a bit and failed).
> 
> I'd need a Win9x compatible version of procrun to make the release, also :)

I will try to test and fix the win9x code.
But the only win9x machine I have here is _very_ slow.

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



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


Re: [5.0.1] Tagging today

Posted by Remy Maucherat <re...@apache.org>.
Costin Manolache wrote:
> Remy Maucherat wrote:
> 
> 
>>Costin Manolache wrote:
>>
>>>Remy Maucherat wrote:
>>>
>>>
>>>
>>>>Jeanfrancois Arcand wrote:
>>>>
>>>>
>>>>>Are you able to build it? The nightly build failled with the following
>>>>>(see below). I will look at the failure latter this afternoon...
>>>>
>>>>It's a hint that there are urgent bugs to fix in either JspC or Jasper,
>>>>which make precompilation fail (read my commit massage to see the full
>>>>story) ;-)
>>>
>>>
>>>Well, we can't release a milestone with both gump and normal build
>>>failing. At this point disabling the precompilation seems the best
>>>short-term workaround, but I think we should rather wait with the
>>>milestone until the fix is available.
>>
>>That's reasonable.
>>+1 for fixing the bugs (I tried a bit and failed).
> 
> 
> +1 for fixing the bug too - but I don't know how :-)
> 
> It seems to be introduced by one of the recent changes - I had no problem
> compiling the admin few weeks ago. We either roll back the change or find
> another way.

The bug happens in the jsp-examples precompilation (which is supposed to 
work also, right ?). One of the tag examples apparently causes problems.

> One thing should be clear - precompiled jsps should be included with tomcat5
> and we should strongly recommend ( and support ) this mode for production 
> sites. For development it is normal to compile the page, but doing the 
> compilation on a production server is really bad idea.

+1.

Remy


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


Re: [5.0.1] Tagging today

Posted by Costin Manolache <cm...@yahoo.com>.
Remy Maucherat wrote:

> Costin Manolache wrote:
>> Remy Maucherat wrote:
>> 
>> 
>>>Jeanfrancois Arcand wrote:
>>>
>>>>Are you able to build it? The nightly build failled with the following
>>>>(see below). I will look at the failure latter this afternoon...
>>>
>>>It's a hint that there are urgent bugs to fix in either JspC or Jasper,
>>>which make precompilation fail (read my commit massage to see the full
>>>story) ;-)
>> 
>> 
>> Well, we can't release a milestone with both gump and normal build
>> failing. At this point disabling the precompilation seems the best
>> short-term workaround, but I think we should rather wait with the
>> milestone until the fix is available.
> 
> That's reasonable.
> +1 for fixing the bugs (I tried a bit and failed).

+1 for fixing the bug too - but I don't know how :-)

It seems to be introduced by one of the recent changes - I had no problem
compiling the admin few weeks ago. We either roll back the change or find
another way.

One thing should be clear - precompiled jsps should be included with tomcat5
and we should strongly recommend ( and support ) this mode for production 
sites. For development it is normal to compile the page, but doing the 
compilation on a production server is really bad idea.


Costin


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


Re: [5.0.1] Tagging today

Posted by Remy Maucherat <re...@apache.org>.
Costin Manolache wrote:
> Remy Maucherat wrote:
> 
> 
>>Jeanfrancois Arcand wrote:
>>
>>>Are you able to build it? The nightly build failled with the following
>>>(see below). I will look at the failure latter this afternoon...
>>
>>It's a hint that there are urgent bugs to fix in either JspC or Jasper,
>>which make precompilation fail (read my commit massage to see the full
>>story) ;-)
> 
> 
> Well, we can't release a milestone with both gump and normal build failing.
> At this point disabling the precompilation seems the best short-term
> workaround, but I think we should rather wait with the milestone until the
> fix is available.

That's reasonable.
+1 for fixing the bugs (I tried a bit and failed).

I'd need a Win9x compatible version of procrun to make the release, also :)

Remy


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


Re: [5.0.1] Tagging today

Posted by Costin Manolache <cm...@yahoo.com>.
Remy Maucherat wrote:

> Jeanfrancois Arcand wrote:
>> Are you able to build it? The nightly build failled with the following
>> (see below). I will look at the failure latter this afternoon...
> 
> It's a hint that there are urgent bugs to fix in either JspC or Jasper,
> which make precompilation fail (read my commit massage to see the full
> story) ;-)

Well, we can't release a milestone with both gump and normal build failing.
At this point disabling the precompilation seems the best short-term
workaround, but I think we should rather wait with the milestone until the
fix is available.

Costin


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


Re: [5.0.1] Tagging today

Posted by Remy Maucherat <re...@apache.org>.
Jeanfrancois Arcand wrote:
> Are you able to build it? The nightly build failled with the following 
> (see below). I will look at the failure latter this afternoon...

It's a hint that there are urgent bugs to fix in either JspC or Jasper, 
which make precompilation fail (read my commit massage to see the full 
story) ;-)

Remy


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


Re: [5.0.1] Tagging today

Posted by Jeanfrancois Arcand <jf...@apache.org>.
Are you able to build it? The nightly build failled with the following 
(see below). I will look at the failure latter this afternoon...

-- Jeanfrancois

build-static:
    [copy] Copying 1 file to 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/server/webapps/admin
    [copy] Copying 1 file to 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/server/webapps/admin/WEB-INF/classes/org/apache/webapp/admin

build-main:
   [javac] Compiling 1 source file to 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/server/webapps/admin/WEB-INF/classes
   [mkdir] Created dir: 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/server/webapps/admin/WEB-INF/src/admin
   [mkdir] Created dir: 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/webapps/ROOT/WEB-INF/src
   [mkdir] Created dir: 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/webapps/ROOT/WEB-INF/classes
   [mkdir] Created dir: 
/disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/webapps/jsp-examples/WEB-INF/src
 [jasper2] org.apache.jasper.JasperException: XML parsing error on file 
/WEB-INF/lib/standard.jar: (line 307, col 39)
 [jasper2]     at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInJar(TldLocationsCache.java:302)
 [jasper2]     at 
org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:239)
 [jasper2]     at 
org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:171)
 [jasper2]     at 
org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:392)
 [jasper2]     at 
org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:534)
 [jasper2]     at 
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:447)
 [jasper2]     at 
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:504)
 [jasper2]     at 
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1541)
 [jasper2]     at org.apache.jasper.compiler.Parser.parse(Parser.java:164)
 [jasper2]     at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:270)
 [jasper2]     at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:155)
 [jasper2]     at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:142)
 [jasper2]     at 
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:243)
 [jasper2]     at org.apache.jasper.JspC.processFile(JspC.java:572)
 [jasper2]     at org.apache.jasper.JspC.execute(JspC.java:808)
 [jasper2]     at java.lang.reflect.Method.invoke(Native Method)
 [jasper2]     at 
org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:147)
 [jasper2]     at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
 [jasper2]     at org.apache.tools.ant.Task.perform(Task.java:319)
 [jasper2]     at org.apache.tools.ant.Target.execute(Target.java:309)
 [jasper2]     at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [jasper2]     at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [jasper2]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [jasper2]     at org.apache.tools.ant.Task.perform(Task.java:319)
 [jasper2]     at org.apache.tools.ant.Target.execute(Target.java:309)
 [jasper2]     at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [jasper2]     at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [jasper2]     at 
org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 [jasper2]     at org.apache.tools.ant.Main.runBuild(Main.java:610)
 [jasper2]     at org.apache.tools.ant.Main.start(Main.java:196)
 [jasper2]     at org.apache.tools.ant.Main.main(Main.java:235)
 [jasper2] [ERROR] TldLocationsCache - -Exception initializing 
TldLocationsCache <org.apache.jasper.JasperException: XML parsing error 
on file /WEB-INF/lib/standard.jar: (line 307, col 39)>
 [jasper2] org.apache.jasper.JasperException: XML parsing error on file 
/WEB-INF/jsp/example-taglib.tld: (line 307, col 39)
 [jasper2]     at 
org.apache.jasper.xmlparser.ParserUtils.parseXMLDocument(ParserUtils.java:145)
 [jasper2]     at 
org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:255)
 [jasper2]     at 
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:197)
 [jasper2]     at 
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:448)
 [jasper2]     at 
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:504)
 [jasper2]     at 
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1541)
 [jasper2]     at org.apache.jasper.compiler.Parser.parse(Parser.java:164)
 [jasper2]     at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:270)
 [jasper2]     at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:155)
 [jasper2]     at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:142)
 [jasper2]     at 
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:243)
 [jasper2]     at org.apache.jasper.JspC.processFile(JspC.java:572)
 [jasper2]     at org.apache.jasper.JspC.execute(JspC.java:808)
 [jasper2]     at java.lang.reflect.Method.invoke(Native Method)
 [jasper2]     at 
org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:147)
 [jasper2]     at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:166)
 [jasper2]     at org.apache.tools.ant.Task.perform(Task.java:319)
 [jasper2]     at org.apache.tools.ant.Target.execute(Target.java:309)
 [jasper2]     at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [jasper2]     at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [jasper2]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [jasper2]     at org.apache.tools.ant.Task.perform(Task.java:319)
 [jasper2]     at org.apache.tools.ant.Target.execute(Target.java:309)
 [jasper2]     at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [jasper2]     at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [jasper2]     at 
org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 [jasper2]     at org.apache.tools.ant.Main.runBuild(Main.java:610)
 [jasper2]     at org.apache.tools.ant.Main.start(Main.java:196)
 [jasper2]     at org.apache.tools.ant.Main.main(Main.java:235)
 [jasper2] [ERROR] JspC - -ERROR-the file '/source.jsp' generated the 
following general exception: <org.apache.jasper.JasperException: XML 
parsing error on file /WEB-INF/jsp/example-taglib.tld: (line 307, col 39)>
 [jasper2] Error in class org.apache.jasper.JspC



Remy Maucherat wrote:

> From my experience, Tomcat 5.0.1 doesn't appear to have any critical 
> issue remaining.
>
> I plan to put the 5.0.1 tag later today and release alpha binaries.
>
> Remy
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>


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


Re: [5.0.1] Tagging today

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat wrote:
>  From my experience, Tomcat 5.0.1 doesn't appear to have any critical 
> issue remaining.
> 
> I plan to put the 5.0.1 tag later today and release alpha binaries.
> 
> Remy

Will you put the necessary source/binaries in :

http://jakarta.apache.org/builds/jakarta-tomcat/

or may be better

http://jakarta.apache.org/builds/jakarta-tomcat-5/

So I could try to make a rpm of it ;)

Regards

BTW, we'll need also jakarta-servletapi-5 somewhere.

Regards (back to work)


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