antlets/ruperDepend/src tasks.properties,NONE,1.1 type.properties,NONE,1.1 xbuild.xml,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/ruperDepend/src
In directory sc8-pr-cvs1:/tmp/cvs-serv22938/ruperDepend/src

Modified Files:
	xbuild.xml 
Added Files:
	tasks.properties type.properties 
Log Message:
Still trying to get ruperDepend to work.

--- NEW FILE: tasks.properties ---
# Centipede Core needed default tasks

ruperDepend=org.krysalis.centipede.ant.RuperDependTask

--- NEW FILE: type.properties ---
# $Header: /cvsroot/metamorphosis/antlets/ruperDepend/src/type.properties,v 1.1 2003/12/23 01:07:25 chalko Exp $
urilist=org.krysalis.ruper.ant.types.URIList
Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/ruperDepend/src/xbuild.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xbuild.xml	23 Dec 2003 00:40:29 -0000	1.1
--- xbuild.xml	23 Dec 2003 01:07:25 -0000	1.2
***************
*** 1,7 ****
  <?xml version="1.0"?>
  <!-- $Header$ -->
! <project default="compile" name="ruperDependantlet">
  
    <!-- Antlet Specific Properties -->
  
  
--- 1,25 ----
  <?xml version="1.0"?>
  <!-- $Header$ -->
! <project default="compile" name="ruperDepend.antlet">
  
    <!-- Antlet Specific Properties -->
+   <dirname property="ruperDepend.antlet.dir" file="${ant.file.ruperDepend.antlet}"/>
+   <property name="ruperDepend-antlet:work.dir" 
+   			value="${project.build.dir}/work"/>  
+ 
+   <!-- Classpath for my jars -->
+  <path id="ruperDepend.classpath">
+     <fileset dir="${ruperDepend.antlet.dir}/lib/">
+       <include name="*.jar"/>
+     </fileset>
+  </path>
+ 
+   <!-- TODO use antlibs -->
+   <typedef file="${ruperDepend.antlet.dir}/type.properties">
+   	<classpath refid="ruperDepend.classpath"/>
+   </typedef>
+   <taskdef file="${ruperDepend.antlet.dir}/tasks.properties">
+   	<classpath refid="ruperDepend.classpath"/>
+   </taskdef>
  
  
***************
*** 11,21 ****
  
       <style basedir="."
!            out="${temp.dir}/${module.name}.getdepend.xml"
             in="module.xml"
!            style="${core.antlib.dir}/getdepend.xsl">
             <param name="projectName" expression="${project.name}"/>
       </style>
           
!      <import file="${temp.dir}/${module.name}.getdepend.xml"/>     
  
  
--- 29,39 ----
  
       <style basedir="."
!            out="${temp.dir}/${project.name}.getdepend.xml"
             in="module.xml"
!            style="${ruperDepend.antlet.dir}/getdepend.xsl">
             <param name="projectName" expression="${project.name}"/>
       </style>
           
!      <import file="${temp.dir}/${project.name}.getdepend.xml"/>     
  
  




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.