You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by vi...@apache.org on 2002/07/02 05:23:05 UTC

cvs commit: jakarta-avalon-apps/sevak build.xml

vinayc      2002/07/01 20:23:05

  Modified:    sevak    build.xml
  Log:
  Including the tools.jar into the demo block for enabling JSP compilations.
  
  Revision  Changes    Path
  1.6       +5 -1      jakarta-avalon-apps/sevak/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/sevak/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	29 Jun 2002 13:59:19 -0000	1.5
  +++ build.xml	2 Jul 2002 03:23:05 -0000	1.6
  @@ -721,7 +721,11 @@
         <lib dir="${tomcat.jars.dir}">
           <include name="*.jar"/>
         </lib>
  -    
  +      
  +	  <lib dir="${java.home}/../lib/">   
  +         <include name="tools.jar"/>   
  +      </lib>   
  +
         <zipfileset dir="catalina-download/jakarta-tomcat-${catalina-version}/webapps" prefix="webapps"/>
   
       </sar>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-apps/sevak build.xml

Posted by Vinay Chandran <vi...@yahoo.com>.
Paul,
Sorry !!! 
Thanks for reminding me,
Vinay
--- Paul Hammant <Pa...@yahoo.com> wrote:
> Vinay
> 
> >  Modified:    sevak    build.xml
> >  Log:
> >  Including the tools.jar into the demo block for
> enabling JSP compilations.
> >  
> >  Revision  Changes    Path
> >  1.6       +5 -1     
> jakarta-avalon-apps/sevak/build.xml
> >  
> >  Index: build.xml
> > 
>
===================================================================
> >  RCS file:
> /home/cvs/jakarta-avalon-apps/sevak/build.xml,v
> >  
> >
> 
> We can't do that dude for legal reasons and for
> technical ones.  Sun own 
> the copyright for tools.jar (well the classes
> within), and have not 
> granted the right for developers to residtribute. 
> Technically tools.jar 
> is tied to its major.minor JDK release.  As such a
> 1.4 javac will not 
> work with a 1.3 JDK..  I think it is best for us to
> advise the developer 
> to add tools.jar to Phoenix's lib directory.  I put
> a not on the 
>
http://jakarta.apache.org/avalon/apps/apps/sevak/index.html
> page :-)
> 
> - Paul
> 
> 
> --
> To unsubscribe, e-mail:  
>
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-apps/sevak build.xml

Posted by Paul Hammant <Pa...@yahoo.com>.
Vinay

>  Modified:    sevak    build.xml
>  Log:
>  Including the tools.jar into the demo block for enabling JSP compilations.
>  
>  Revision  Changes    Path
>  1.6       +5 -1      jakarta-avalon-apps/sevak/build.xml
>  
>  Index: build.xml
>  ===================================================================
>  RCS file: /home/cvs/jakarta-avalon-apps/sevak/build.xml,v
>  
>

We can't do that dude for legal reasons and for technical ones.  Sun own 
the copyright for tools.jar (well the classes within), and have not 
granted the right for developers to residtribute.  Technically tools.jar 
is tied to its major.minor JDK release.  As such a 1.4 javac will not 
work with a 1.3 JDK..  I think it is best for us to advise the developer 
to add tools.jar to Phoenix's lib directory.  I put a not on the 
http://jakarta.apache.org/avalon/apps/apps/sevak/index.html page :-)

- Paul


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>