You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <be...@incubator.apache.org> on 2004/11/01 17:49:32 UTC

[jira] Created: (BEEHIVE-49) Bootstrap no longer installed log4j

Bootstrap no longer installed log4j
-----------------------------------

         Key: BEEHIVE-49
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-49
     Project: Beehive
        Type: Bug
  Components: Documentation, Build  
    Versions: V1Alpha    
    Reporter: Julie Zhuo


The bootstrp target is no longer installs log4j. 

BUILDLING.txt still says the following,

    $>ant bootstrap

which will unzip Log4J and Tomcat installers.  

Without log4j, the doc build will fail


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-49) Bootstrap no longer installed log4j

Posted by "Steve Tocco (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-49?page=history ]

Steve Tocco reassigned BEEHIVE-49:
----------------------------------

    Assign To: Steve Hanson

in talking to Eddie O, i got the impression that this build should be pointing to a property value for this jar (log4j jar)

Thus, i think there are two changes to be made.

1) point to property value
2) remove comment from BUILDING.TXT in regards to extracting log4j

> Bootstrap no longer installed log4j
> -----------------------------------
>
>          Key: BEEHIVE-49
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-49
>      Project: Beehive
>         Type: Bug
>   Components: Documentation, Build
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson

>
> The bootstrp target is no longer installs log4j. 
> BUILDLING.txt still says the following,
>     $>ant bootstrap
> which will unzip Log4J and Tomcat installers.  
> Without log4j, the doc build will fail

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (BEEHIVE-49) Bootstrap no longer installed log4j

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-49?page=comments#action_54904 ]
     
Eddie O'Neil commented on BEEHIVE-49:
-------------------------------------

There are other places in the doc build where this is an issue, and it applies to both the alpha and beta builds.

The problem is that netui/ant/javadoc.xml doesn't use the properties defined in beehive.properties to refer to the log4j, servlet-api, and jsp-api JARs.  These should be:

${log4j.jar}
${jsp20.jar}
${servlet24.jar}

And these would replace the lines:

		<fileset dir="${log4j.dir}/dist/lib" includes="*.jar"/>
		<fileset dir="${tomcat.dir}/common/lib" includes="*.jar"/>

in the above file.

Should be pretty easy to take care of.

> Bootstrap no longer installed log4j
> -----------------------------------
>
>          Key: BEEHIVE-49
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-49
>      Project: Beehive
>         Type: Bug
>   Components: Documentation, Build
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson

>
> The bootstrp target is no longer installs log4j. 
> BUILDLING.txt still says the following,
>     $>ant bootstrap
> which will unzip Log4J and Tomcat installers.  
> Without log4j, the doc build will fail

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-49) Bootstrap no longer installed log4j

Posted by "Steve Tocco (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-49?page=history ]
     
Steve Tocco closed BEEHIVE-49:
------------------------------


Verified for closure by Julie Zhuo.

Closing on her behalf as she yet has no rights in JIRA.

> Bootstrap no longer installed log4j
> -----------------------------------
>
>          Key: BEEHIVE-49
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-49
>      Project: Beehive
>         Type: Bug
>   Components: Build, Documentation
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>      Fix For: V1Alpha, V1Beta

>
> The bootstrp target is no longer installs log4j. 
> BUILDLING.txt still says the following,
>     $>ant bootstrap
> which will unzip Log4J and Tomcat installers.  
> Without log4j, the doc build will fail

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-49) Bootstrap no longer installed log4j

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://nagoya.apache.org/jira/browse/BEEHIVE-49?page=history ]
     
Steve Hanson resolved BEEHIVE-49:
---------------------------------

      Assign To:     (was: Steve Hanson)
     Resolution: Fixed
    Fix Version: V1Alpha
                 V1Beta

This has now been fixed in both the alpha and main branches.
I added references to 
${log4j.jar}
${jsp20.jar}
${servlet24.jar}
and removed references to
		<fileset dir="${log4j.dir}/dist/lib" includes="*.jar"/>
		<fileset dir="${tomcat.dir}/common/lib" includes="*.jar"/>

> Bootstrap no longer installed log4j
> -----------------------------------
>
>          Key: BEEHIVE-49
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-49
>      Project: Beehive
>         Type: Bug
>   Components: Build, Documentation
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>      Fix For: V1Alpha, V1Beta

>
> The bootstrp target is no longer installs log4j. 
> BUILDLING.txt still says the following,
>     $>ant bootstrap
> which will unzip Log4J and Tomcat installers.  
> Without log4j, the doc build will fail

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira