You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by di...@apache.org on 2003/12/08 01:05:03 UTC

cvs commit: jakarta-gump/project wss4j.xml jce.xml

dims        2003/12/07 16:05:03

  Modified:    profile  gump.xml
               project  jce.xml
  Added:       project  wss4j.xml
  Log:
  Adding wss4j project.
  
  Revision  Changes    Path
  1.290     +1 -0      jakarta-gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
  retrieving revision 1.289
  retrieving revision 1.290
  diff -u -r1.289 -r1.290
  --- gump.xml	5 Dec 2003 20:37:15 -0000	1.289
  +++ gump.xml	8 Dec 2003 00:05:03 -0000	1.290
  @@ -157,6 +157,7 @@
     <module href="project/quartz.xml"/>
     <module href="project/relaxng.xml"/>
     <module href="project/webwork.xml"/>
  +  <module href="project/wss4j.xml"/>
     <module href="project/xdoclet.xml"/>
     <module href="project/xjavadoc.xml"/>
     <module href="project/xmlunit.xml"/>
  
  
  
  1.10      +1 -1      jakarta-gump/project/jce.xml
  
  Index: jce.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jce.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jce.xml	30 Dec 2002 16:27:02 -0000	1.9
  +++ jce.xml	8 Dec 2003 00:05:03 -0000	1.10
  @@ -9,7 +9,7 @@
       <package>javax.crypto</package>
       <package>org.bouncycastle</package>
   
  -    <jar  name="jce-jdk13-116.jar" type="boot"/>
  +    <jar  name="jce-jdk13-120.jar" type="boot"/>
     </project>
   
   </module>
  
  
  
  1.1                  jakarta-gump/project/wss4j.xml
  
  Index: wss4j.xml
  ===================================================================
  <module name="jtidy">
  
    <url href="http://sourceforge.net/projects/wss4j/"/>
    <description>
      Web Services Security (WS-Security) Java Implemenatation
    </description>
    <redistributable/>
  
    <cvs repository="sourceforge" host-prefix="cvs.wss4j" dir="wss4j"/>
    
    <project name="wss4j">
      <package>org.apache.ws</package>
  
      <ant target="gump"/>
      <depend project="jaf"/>
      <depend project="ws-axis"/>
      <depend project="xml-xerces"/>
      <depend project="commons-discovery"/>
      <depend project="commons-logging"/>
      <depend project="cryptix"/>
      <depend project="jce"/>
      <depend project="junit"/>
      <depend property="log4j.jar" project="jakarta-log4j" id="log4j"/>
      <depend project="javamail"/>
      <depend project="wsdl4j"/>
      <depend project="xml-xalan2" runtime="true"/>
      <depend project="xml-security" inherit="runtime"/>
  
      <jar name="build/wss4j.jar"/>
  
      <license name="LICENSE"/>
  
      <javadoc nested="build/doc/html/api"/>
    </project>
  
  </module>
  
  
  

Re: cvs commit: jakarta-gump/project wss4j.xml jce.xml

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> 
>     <ant target='gump'>
>         <property name='jar.name' value='wss4j-@@.jar' />
>     </ant>
> 
> or something, and
> 
>     <jar name="build/wss4j-@@.jar"/>

Apparently I can't cut-n-paste: @@DATE@@ for each.

regards

Adam

Re: cvs commit: jakarta-gump/project wss4j.xml jce.xml

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> Can someone take a peek at this one for me? Am not sure if i set things up
right.

Looks good to me. A few minor things:

    <project name="wss4j">
        <package>org.apache.ws</package>

Does it not give any more specialized package? Would be nice for:

http://lsd.student.utwente.nl/gump/gump_xref/package_module.html

Might be nice to have the jar dated, if you can pass a < property to the
<ant & set -@@DATE@@ in the <jar entry.

    <ant target='gump'>
        <property name='jar.name' value='wss4j-@@.jar' />
    </ant>

or something, and

    <jar name="build/wss4j-@@.jar"/>

Also, you could do this like this, but your preference:

    <home nested='build' />
    <name name='wss4j...'

You may need some <work entries (if you run unit tests).

BTW: If I can ever get the forrest documentation onto the site ... I'm
working on 'good practices' page on there, that hopefully will extract
knowledge from Gumpmeister's like Stefan and get it in writting for the rest
of us.

regards,

Adam






Re: cvs commit: jakarta-gump/project wss4j.xml jce.xml

Posted by Davanum Srinivas <di...@yahoo.com>.
Can someone take a peek at this one for me? Am not sure if i set things up right.

Thanks,
dims

--- dims@apache.org wrote:
> dims        2003/12/07 16:05:03
> 
>   Modified:    profile  gump.xml
>                project  jce.xml
>   Added:       project  wss4j.xml
>   Log:
>   Adding wss4j project.
>   
>   Revision  Changes    Path
>   1.290     +1 -0      jakarta-gump/profile/gump.xml
>   
>   Index: gump.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
>   retrieving revision 1.289
>   retrieving revision 1.290
>   diff -u -r1.289 -r1.290
>   --- gump.xml	5 Dec 2003 20:37:15 -0000	1.289
>   +++ gump.xml	8 Dec 2003 00:05:03 -0000	1.290
>   @@ -157,6 +157,7 @@
>      <module href="project/quartz.xml"/>
>      <module href="project/relaxng.xml"/>
>      <module href="project/webwork.xml"/>
>   +  <module href="project/wss4j.xml"/>
>      <module href="project/xdoclet.xml"/>
>      <module href="project/xjavadoc.xml"/>
>      <module href="project/xmlunit.xml"/>
>   
>   
>   
>   1.10      +1 -1      jakarta-gump/project/jce.xml
>   
>   Index: jce.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-gump/project/jce.xml,v
>   retrieving revision 1.9
>   retrieving revision 1.10
>   diff -u -r1.9 -r1.10
>   --- jce.xml	30 Dec 2002 16:27:02 -0000	1.9
>   +++ jce.xml	8 Dec 2003 00:05:03 -0000	1.10
>   @@ -9,7 +9,7 @@
>        <package>javax.crypto</package>
>        <package>org.bouncycastle</package>
>    
>   -    <jar  name="jce-jdk13-116.jar" type="boot"/>
>   +    <jar  name="jce-jdk13-120.jar" type="boot"/>
>      </project>
>    
>    </module>
>   
>   
>   
>   1.1                  jakarta-gump/project/wss4j.xml
>   
>   Index: wss4j.xml
>   ===================================================================
>   <module name="jtidy">
>   
>     <url href="http://sourceforge.net/projects/wss4j/"/>
>     <description>
>       Web Services Security (WS-Security) Java Implemenatation
>     </description>
>     <redistributable/>
>   
>     <cvs repository="sourceforge" host-prefix="cvs.wss4j" dir="wss4j"/>
>     
>     <project name="wss4j">
>       <package>org.apache.ws</package>
>   
>       <ant target="gump"/>
>       <depend project="jaf"/>
>       <depend project="ws-axis"/>
>       <depend project="xml-xerces"/>
>       <depend project="commons-discovery"/>
>       <depend project="commons-logging"/>
>       <depend project="cryptix"/>
>       <depend project="jce"/>
>       <depend project="junit"/>
>       <depend property="log4j.jar" project="jakarta-log4j" id="log4j"/>
>       <depend project="javamail"/>
>       <depend project="wsdl4j"/>
>       <depend project="xml-xalan2" runtime="true"/>
>       <depend project="xml-security" inherit="runtime"/>
>   
>       <jar name="build/wss4j.jar"/>
>   
>       <license name="LICENSE"/>
>   
>       <javadoc nested="build/doc/html/api"/>
>     </project>
>   
>   </module>
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: gump-help@jakarta.apache.org
> 


=====
Davanum Srinivas - http://webservices.apache.org/~dims/