morgand     2003/01/04 17:25:20

  Added:       jelly/jelly-tags/ant maven.xml project.properties
                        project.xml
  Log:
  build scripts for ant taglib
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/ant/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="java:jar" xmlns:j="jelly:core" xmlns:maven="jelly:maven" 
xmlns:util="jelly:util">
  
    <!-- copies unit testing stuff -->
    <postGoal name="test:compile">
      <copy todir="${maven.test.dest}">
        <fileset dir="src/test">
          <include name="**/*.properties"/>
          <include name="META-INF/services/*"/>
          <include name="**/*.jelly"/>
          <include name="**/*.xml"/>
          <include name="**/*.html"/>
          <include name="**/*.dtd"/>
          <include name="**/*.rng"/>
        </fileset>
      </copy>
    </postGoal>
  
  </project>
  
  
  
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/ant/project.properties
  
  Index: project.properties
  ===================================================================
  # -------------------------------------------------------------------
  # P R O J E C T  P R O P E R T I E S
  # -------------------------------------------------------------------
  
  maven.junit.fork=true
  
  maven.compile.debug = on
  maven.compile.optimize = off
  maven.compile.deprecation = on
  
  maven.jarResources.basedir=src/java
  maven.junit.usefile = true
   
  # Installation dir
  maven.dist.install.dir = /usr/local/jelly
  
  # use Sun coding standards
  
  maven.checkstyle.lcurly.type = eol
  maven.checkstyle.lcurly.method = eol
  maven.checkstyle.lcurly.other = eol
  #maven.checkstyle.header.file = src/conf/checkstyle-LICENSE.txt
  maven.checkstyle.header.ignore.line = 1,2,3,4,5,6
  maven.checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$
  
  # disable these non-critical errors to highlight
  # more important ones line missing javadoc
  
  maven.checkstyle.max.line.len = 100
  maven.checkstyle.ignore.whitespace = true
  maven.checkstyle.ignore.public.in.interface = true
  
  
  
  
  
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/ant/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE project [
    <!-- see file for description -->
    <!ENTITY commonDeps SYSTEM "file:../../commonDependencies.ent">
  ]>
  <project>
    <pomVersion>3</pomVersion>
    <name>commons-jelly-tags-ant</name>
    <id>commons-jelly-tags-ant</id>
    <currentVersion>SNAPSHOT</currentVersion>
    
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://jakarta.apache.org/</url>
      <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
    </organization>
    <logo>/images/logo.gif</logo>
  
    <inceptionYear>2002</inceptionYear>
    <package>org.apache.commons.jelly.tags.ant</package>
    <shortDescription>Commons Jelly Ant Tag Library</shortDescription>
  
    <!-- Gump integration -->
    <gumpRepositoryId>jakarta</gumpRepositoryId>
    
    <description>
        This is a Jelly interface for Ant.
    </description>
    
    <url>http://jakarta.apache.org/commons/sandbox/jelly/</url>
    
<issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10012</issueTrackingUrl>
    <siteAddress>jakarta.apache.org</siteAddress>
    <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/</siteDirectory>
    
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/ant</distributionDirectory>
    <repository>
      
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/ant/</connection>
      
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/ant/</url>
    </repository>
    
    <versions>
      <version>
        <id>1.0-beta-1</id>
        <name>1.0-beta-1</name>
        <tag>1.0-beta-1</tag>
      </version>
    </versions>
    <branches></branches>
    
    <mailingLists>
      <mailingList>
        <name>Commons Dev List</name>
        <subscribe>[EMAIL PROTECTED]</subscribe>
        <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
        
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
      </mailingList>
      <mailingList>
        <name>Commons User List</name>
        <subscribe>[EMAIL PROTECTED]</subscribe>
        <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
        
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
      </mailingList>
    </mailingLists>
    
    <developers>
      <developer>
        <name>James Strachan</name>
        <id>jstrachan</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>SpiritSoft, Inc.</organization>
      </developer>
      <developer>
        <name>Geir Magnusson Jr.</name>
        <id>geirm</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>Adeptra, Inc.</organization>
      </developer>
      <developer>
        <name>Bob McWhirter</name>
        <id>werken</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>The Werken Company</organization>
      </developer>
      <developer>
        <name>dIon Gillard</name>
        <id>dion</id>
        <email>[EMAIL PROTECTED]</email>
        <organization>Multitask Consulting</organization>
        <roles>
          <role>Interested party</role>
        </roles>
      </developer>
      <developer>
        <name>Morgan Delagrange</name>
        <id>morgand</id>
        <email>[EMAIL PROTECTED]</email>
      </developer>
      <developer>
        <name>Rodney Waldhoff</name>
        <id>rwaldhoff</id>
        <email>[EMAIL PROTECTED]</email>
      </developer>
    </developers>
  
    <contributors>
      <contributor>
        <name>Martin van dem Bemt</name>
        <email>[EMAIL PROTECTED]</email>
      </contributor>
      <contributor>
        <name>Erik Fransen</name>
        <email>[EMAIL PROTECTED]</email>
        <roles>
                <role>Logo designer</role>
        </roles>
      </contributor>
      <contributor>
        <name>Calvin Yu</name>
      </contributor>
      <contributor>
        <name>Stephen Haberman</name>
        <email>[EMAIL PROTECTED]</email>
      </contributor>
      <contributor>
        <name>Vinay Chandran</name>
        <email>[EMAIL PROTECTED]</email>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>
      <contributor>
        <name>Theo Niemeijer</name>
      </contributor>
      <contributor>
        <name>Joe Walnes</name>
        <email>[EMAIL PROTECTED]</email>
        <organization>ThoughtWorks, Inc.</organization>
        <roles>
                <role>Inventor of Mock Tags</role>
        </roles>
      </contributor>
      <contributor>
        <name>Otto von Wachter</name>
        <email>[EMAIL PROTECTED]</email>
        <organization></organization>
        <roles>
                <role>Author of the tutorials</role>
                <role>Developer</role>
        </roles>
      </contributor>
      <contributor>
        <name>Robert Leftwich</name>
        <email>[EMAIL PROTECTED]</email>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>
      <contributor>
        <name>Paul Libbrecht</name>
        <email>[EMAIL PROTECTED]</email>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>    
      <contributor>
        <name>Jim Birchfield</name>
        <email>[EMAIL PROTECTED]</email>
        <organization>Genscape, Inc.</organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>    
      <contributor>
        <name>Jason Horman</name>
        <email>[EMAIL PROTECTED]</email>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>    
      <contributor>
        <name>Tim Anderson</name>
        <email>[EMAIL PROTECTED]</email>
        <organization>Intalio, Inc.</organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>    
      <contributor>
        <name>Theo Niemeijer</name>
        <email>[EMAIL PROTECTED]</email>
        <organization></organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>    
      <contributor>
        <name>J. Matthew Pryor</name>
        <email>[EMAIL PROTECTED]</email>
        <organization></organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>        
      <contributor>
        <name>Knut Wannheden</name>
        <email></email>
        <organization></organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>        
      <contributor>
        <name>Kelvin Tan</name>
        <email></email>
        <organization></organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>        
      <contributor>
        <name>Todd Jonker</name>
        <email></email>
        <organization></organization>
        <roles>
                <role>Developer</role>
        </roles>
      </contributor>            
    </contributors>
        
    <dependencies>
    
      &commonDeps;
    
      <!-- START for compilation -->
    
      <dependency>
        <id>commons-jelly</id>
        <version>SNAPSHOT</version>
      </dependency>
    
      <dependency>
        <id>ant</id>
        <version>1.5.1</version>
      </dependency>
      
      <dependency>
        <id>ant+optional</id>
        <version>1.5.1</version>
      </dependency>
      
      <dependency>
        <id>commons-grant</id>
        <version>1.0-beta-4</version>
      </dependency>
      
      <!-- END for compilation -->
      
    </dependencies>
    
    <build>
      <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
      <sourceDirectory>src/java</sourceDirectory>
      <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
      <integrationUnitTestSourceDirectory/>
      <aspectSourceDirectory/>
  
      <!-- Resources that are packaged up inside the JAR file -->
      <resources>       
                        <resource>      
                                <directory>src/java</directory>
                                <includes>
                                        <include>**/*.properties</include>
                                </includes>
                        </resource>
      </resources>
      
      
      <!-- Unit test classes -->
      <unitTest>
        <includes>
          <include>**/Test*.java</include>
        </includes>
                        <resources>
                                <resource>
                                        <directory>src/test</directory>
                                        <includes>
                                                <include>**/*.jelly</include>
                                                <include>**/*.xml</include>
                                                <include>**/*.xsl</include>
                                                <include>**/*.rng</include>
                                                <include>**/*.dtd</include>
                                                <include>**/*.properties</include>
                                                <include>**/*.html</include>
                                        </includes>
                                </resource>
                        </resources>
      </unitTest>
  
      
      <!-- Integration unit test classes -->
  
      <integrationUnitTestPatterns></integrationUnitTestPatterns>
  
    </build>
  </project>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to