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 di...@apache.org on 2003/01/01 07:59:37 UTC

cvs commit: jakarta-gump/project jakarta-commons-sandbox.xml

dion        2002/12/31 22:59:37

  Modified:    project  jakarta-commons-sandbox.xml
  Log:
  Initial attempt at Graph descriptor
  
  Revision  Changes    Path
  1.105     +33 -0     jakarta-gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- jakarta-commons-sandbox.xml	24 Dec 2002 21:55:04 -0000	1.104
  +++ jakarta-commons-sandbox.xml	1 Jan 2003 06:59:37 -0000	1.105
  @@ -94,6 +94,39 @@
            from="dIon Gillard <dion@multitask.com.au>"/>
     </project>
   
  +  <project name="commons-graph">
  +    <ant basedir="graph2" buildfile="build.xml" target="dist">
  +      <property name="final.name" value="commons-graph-@@DATE@@">
  +      </property>
  +    </ant>
  +    <package>org.apache.commons.graph</package>
  +    <depend project="commons-collections">
  +    </depend>
  +    <depend project="jakarta-ant">
  +    </depend>
  +    <depend project="jdepend">
  +    </depend>
  +    <depend project="junit">
  +    </depend>
  +    <depend project="jakarta-log4j"/>
  +    <depend project="nsuml">
  +    </depend>
  +    <depend project="xml-apis">
  +    </depend>
  +    <depend project="xml-xerces">
  +    </depend>
  +    <work nested="target/classes">
  +    </work>
  +    <home nested="target">
  +    </home>
  +    <jar name="commons-graph-@@DATE@@.jar">
  +    </jar>
  +    <javadoc module="jakarta-commons-sandbox" nested="target/docs/apidocs">
  +    </javadoc>
  +    <nag to="commons-dev@jakarta.apache.org" from="commons-graph development &lt;commons-dev@jakarta.apache.org&gt;">
  +    </nag>
  +  </project>
  +
     <project name="commons-http">
       <package>org.apache.commons.http</package>
       <description>Commons HTTP Utility Package</description>
  
  
  

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


Re: cvs commit: jakarta-gump/project jakarta-commons-sandbox.xml

Posted by Sam Ruby <ru...@intertwingly.net>.
dion@apache.org wrote:
>   +    <depend project="nsuml">

For this to work, we need a descriptor for nsuml.  As a suggestion, it 
generally is a good idea to run the "gen" target of jakarta-gump's 
build.xml.  The only prereqs to run this is JDK 1.4 and Ant.  Or a prior 
version of the JDK and Xerces and Xalan or equivalent.  Building the gen 
target runs in well under a minute on my laptop.

I also note that the nsuml project is LGPL.  Given that java has no 
concept that corresponds to a link as defined by this license, a 
conservative reading of the license would make this equivalent to GPL, 
and require all code that is distributed with it to be licensed under a 
compatible license.

- Sam Ruby

P.S.  I'm pleased to see you diving in like this!


Re: cvs commit: jakarta-gump/project jakarta-commons-sandbox.xml

Posted by Sam Ruby <ru...@intertwingly.net>.
dion@apache.org wrote:
>   +    <depend project="nsuml">

For this to work, we need a descriptor for nsuml.  As a suggestion, it 
generally is a good idea to run the "gen" target of jakarta-gump's 
build.xml.  The only prereqs to run this is JDK 1.4 and Ant.  Or a prior 
version of the JDK and Xerces and Xalan or equivalent.  Building the gen 
target runs in well under a minute on my laptop.

I also note that the nsuml project is LGPL.  Given that java has no 
concept that corresponds to a link as defined by this license, a 
conservative reading of the license would make this equivalent to GPL, 
and require all code that is distributed with it to be licensed under a 
compatible license.

- Sam Ruby

P.S.  I'm pleased to see you diving in like this!


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