You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2002/07/23 04:54:09 UTC

cvs commit: jakarta-alexandria/proposal/gump/project fesi.xml xml-rpc.xml

rubys       2002/07/22 19:54:09

  Modified:    proposal/gump/profile gump.xml
               proposal/gump/project xml-rpc.xml
  Added:       proposal/gump/project fesi.xml
  Log:
  The following will make xml-rpc build successfully IFF:
    1) The following turbine-maven patch is applied:
       http://marc.theaimsgroup.com/?l=turbine-maven-dev&m=102737845130742&w=2
    2) The build.xml for xml-rpc is regenerated and committed.
  
  Wishlist:
    1) maven generated build.xml files didn't hard code the version suffix
    2) GPL'ed code is removed from jakarta.apache.org:
       /www/jakarta.apache.org/turbine/jars2/fesi/jars/fesi-1.1.5.jar
  
  Revision  Changes    Path
  1.102     +2 -0      jakarta-alexandria/proposal/gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- gump.xml	21 Jul 2002 13:16:51 -0000	1.101
  +++ gump.xml	23 Jul 2002 02:54:09 -0000	1.102
  @@ -134,6 +134,7 @@
   
     <!-- Sun -->
   
  +  <module href="project/fesi.xml"/>
     <module href="project/ejb.xml"/>
     <module href="project/j2ee-connector.xml"/>
     <module href="project/jaas.xml"/>
  @@ -159,6 +160,7 @@
     <project name="concurrent"     package="dougLea"/>
     <project name="cos"            package="cos-09May2002"/>
     <project name="ejb"            package="ejb-2_0-fr"/>
  +  <project name="fesi"           package="fesi"/>
     <project name="iso-relax"      package="isorelax-dev-20020320"/>
     <project name="j2ee-connector" package="j2ee_connector-1_0-fr"/>
     <project name="jaas"           package="jaas1_0"/>
  
  
  
  1.10      +5 -12     jakarta-alexandria/proposal/gump/project/xml-rpc.xml
  
  Index: xml-rpc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-rpc.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- xml-rpc.xml	20 Jul 2002 06:11:25 -0000	1.9
  +++ xml-rpc.xml	23 Jul 2002 02:54:09 -0000	1.10
  @@ -1,6 +1,6 @@
   <module name="xml-rpc">
   
  -  <url href="http://xmlrpc.helma.org/"/>
  +  <url href="http://xml.apache.org/xmlrpc/"/>
     <description>
       A Java implementation of XML-RPC
     </description>
  @@ -10,21 +10,14 @@
     <project name="xml-rpc">
       <package>org.apache.xmlrpc</package>
   
  -    <ant>
  -      <property name="version" value="@@DATE@@"/>
  -    </ant>
  +    <ant/>
       <depend project="xml-xerces"/>
       <depend project="jakarta-ant" inherit="runtime"/>
       <option project="jakarta-servletapi"/>
       <option project="jsse"/>
  -    <home nested="bin"/>
  -    <jar name="xmlrpc-@@DATE@@.jar"/>
  -
  -    <nag from="Sam Ruby &lt;rubys@apache.org&gt;"
  -         to="turbine-maven-dev@jakarta.apache.org"
  -         subject="Build failure - XMLRPC">
  -      <regexp pattern="/maven/"/>
  -    </nag>
  +    <depend project="fesi"/>
  +    <home nested="target"/>
  +    <jar name="xmlrpc-1.2-dev.jar"/>
     </project>
   
   </module>
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/project/fesi.xml
  
  Index: fesi.xml
  ===================================================================
  <module name="fesi">
  
    <url href="http://home.worldcom.ch/~jmlugrin/fesi/"/>
    <description>
      Free EcmaScript Interpreter.
    </description>
  
    <project name="fesi">
      <package>FESI</package>
  
      <jar name="fesi.jar"/>
    </project>
  
  </module>
  
  
  

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


Re: cvs commit: jakarta-alexandria/proposal/gump/project fesi.xml xml-rpc.xml

Posted by Jason van Zyl <ja...@zenplex.com>.
On Mon, 2002-07-22 at 22:54, rubys@apache.org wrote:
> rubys       2002/07/22 19:54:09
> 
>   Modified:    proposal/gump/profile gump.xml
>                proposal/gump/project xml-rpc.xml
>   Added:       proposal/gump/project fesi.xml
>   Log:
>   The following will make xml-rpc build successfully IFF:
>     1) The following turbine-maven patch is applied:
>        http://marc.theaimsgroup.com/?l=turbine-maven-dev&m=102737845130742&w=2
>     2) The build.xml for xml-rpc is regenerated and committed.
>   
>   Wishlist:
>     1) maven generated build.xml files didn't hard code the version suffix
>     

That's easy enough to fix. You just want to be able to define the final
name of the jar?

If we made ${maven.final.name} a parameter that you could use to set the
name of the assembled JAR would that suit?

2) GPL'ed code is removed from jakarta.apache.org:
>        /www/jakarta.apache.org/turbine/jars2/fesi/jars/fesi-1.1.5.jar

There is a mirror now @ ibiblio

http://www.ibiblio.org/maven/

And we will move the main distribution repository off the jakarta
machines fairly soon because not being able to distribute (L)GPL code
will be a problem for a lot of projects.

>   Revision  Changes    Path
>   1.102     +2 -0      jakarta-alexandria/proposal/gump/profile/gump.xml
>   
>   Index: gump.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
>   retrieving revision 1.101
>   retrieving revision 1.102
>   diff -u -r1.101 -r1.102
>   --- gump.xml	21 Jul 2002 13:16:51 -0000	1.101
>   +++ gump.xml	23 Jul 2002 02:54:09 -0000	1.102
>   @@ -134,6 +134,7 @@
>    
>      <!-- Sun -->
>    
>   +  <module href="project/fesi.xml"/>
>      <module href="project/ejb.xml"/>
>      <module href="project/j2ee-connector.xml"/>
>      <module href="project/jaas.xml"/>
>   @@ -159,6 +160,7 @@
>      <project name="concurrent"     package="dougLea"/>
>      <project name="cos"            package="cos-09May2002"/>
>      <project name="ejb"            package="ejb-2_0-fr"/>
>   +  <project name="fesi"           package="fesi"/>
>      <project name="iso-relax"      package="isorelax-dev-20020320"/>
>      <project name="j2ee-connector" package="j2ee_connector-1_0-fr"/>
>      <project name="jaas"           package="jaas1_0"/>
>   
>   
>   
>   1.10      +5 -12     jakarta-alexandria/proposal/gump/project/xml-rpc.xml
>   
>   Index: xml-rpc.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-rpc.xml,v
>   retrieving revision 1.9
>   retrieving revision 1.10
>   diff -u -r1.9 -r1.10
>   --- xml-rpc.xml	20 Jul 2002 06:11:25 -0000	1.9
>   +++ xml-rpc.xml	23 Jul 2002 02:54:09 -0000	1.10
>   @@ -1,6 +1,6 @@
>    <module name="xml-rpc">
>    
>   -  <url href="http://xmlrpc.helma.org/"/>
>   +  <url href="http://xml.apache.org/xmlrpc/"/>
>      <description>
>        A Java implementation of XML-RPC
>      </description>
>   @@ -10,21 +10,14 @@
>      <project name="xml-rpc">
>        <package>org.apache.xmlrpc</package>
>    
>   -    <ant>
>   -      <property name="version" value="@@DATE@@"/>
>   -    </ant>
>   +    <ant/>
>        <depend project="xml-xerces"/>
>        <depend project="jakarta-ant" inherit="runtime"/>
>        <option project="jakarta-servletapi"/>
>        <option project="jsse"/>
>   -    <home nested="bin"/>
>   -    <jar name="xmlrpc-@@DATE@@.jar"/>
>   -
>   -    <nag from="Sam Ruby &lt;rubys@apache.org&gt;"
>   -         to="turbine-maven-dev@jakarta.apache.org"
>   -         subject="Build failure - XMLRPC">
>   -      <regexp pattern="/maven/"/>
>   -    </nag>
>   +    <depend project="fesi"/>
>   +    <home nested="target"/>
>   +    <jar name="xmlrpc-1.2-dev.jar"/>
>      </project>
>    
>    </module>
>   
>   
>   
>   1.1                  jakarta-alexandria/proposal/gump/project/fesi.xml
>   
>   Index: fesi.xml
>   ===================================================================
>   <module name="fesi">
>   
>     <url href="http://home.worldcom.ch/~jmlugrin/fesi/"/>
>     <description>
>       Free EcmaScript Interpreter.
>     </description>
>   
>     <project name="fesi">
>       <package>FESI</package>
>   
>       <jar name="fesi.jar"/>
>     </project>
>   
>   </module>
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jason@apache.org
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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