The gump build for the http impl has a few problems:

http://brutus.apache.org/gump/public/avalon-trunk/avalon-http-impl/index
.html


1. Error No such project [org.mortbay.jaas] for property. 

   Have already sent an email to the gump list to request
   The addition of org.mortbay.jaas jar file.

2. Error No such project [jsp-api] for property. 

   This corresponds to the resource declaration:

    <resource>
      <info>
        <group>tomcat</group>
        <name>jsp-api</name>
        <version>5.0.18</version>
        <type>jar</type>
      </info>
    </resource>

   Need to figure out which of the tomcat related gump projects
   We should be linking to.

3. Error No such project [jasper-runtime] for property. 

   This corresponds to the resource declaration:

     <resource>
       <info>
         <group>tomcat</group>
         <name>jasper-runtime</name>
         <version>5.0.25</version>
         <type>jar</type>
       </info>
     </resource>

   Again - need to identity the appropriate gump project.

4. Error No such project [jasper-compiler] for property. 

   This corresponds to the resource declaration:

     <resource>
       <info>
         <group>tomcat</group>
         <name>jasper-compiler</name>
         <version>5.0.25</version>
         <type>jar</type>
       </info>
     </resource>

   Again - need to identity the appropriate gump project.

Cheers, Steve.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to