On 8/8/01 12:34 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:

> 
> 
> On 8 Aug 2001 [EMAIL PROTECTED] wrote:
> 
>> dlr         01/08/08 09:09:31
>> 
>>   Modified:    util     build.properties build.xml
>>   
> 
> Daniel/Jason,
> 
> The practice on other Commons (and Tomcat, and Struts, and ...) projects
> has been to make "build.properties" something you do *not* check in --
> that is where an individual developer would customize their properties for
> their own environments.  On the other hand, a "build.properties.sample"
> can be checked in to show what properties are allowed to be set, and to
> give folks a "copy then modify" starting point for their own properties
> file.
> 
> Is there a reason that you've got "build.properties" checked in here?

Yes, I'm working on a build system that will allow you to just checkout a
repository and build. I know this doesn't quite fit right now with the other
commons projects but bear with me. I'm working on a system that hopefully we
can all use that will allow us to easily build projects without storing an
JARs in CVS and it requires a build.properties file. I am trying to get an
example working today so that I can show it and start a discussion. Just
give me a couple of hours :-)
 
> Craig
> 
> 
>>   Revision  Changes    Path
>>   1.2       +0 -1      jakarta-commons-sandbox/util/build.properties
>>   
>>   Index: build.properties
>>   ===================================================================
>>   RCS file: /home/cvs/jakarta-commons-sandbox/util/build.properties,v
>>   retrieving revision 1.1
>>   retrieving revision 1.2
>>   diff -u -u -r1.1 -r1.2
>>   --- build.properties    2001/08/08 13:09:20    1.1
>>   +++ build.properties    2001/08/08 16:09:31    1.2
>>   @@ -1,2 +1 @@
>>    build.dir = .
>>   -final.name = commons-util-0.1-dev
>>   
>>   
>>   
>>   1.3       +2 -2      jakarta-commons-sandbox/util/build.xml
>>   
>>   Index: build.xml
>>   ===================================================================
>>   RCS file: /home/cvs/jakarta-commons-sandbox/util/build.xml,v
>>   retrieving revision 1.2
>>   retrieving revision 1.3
>>   diff -u -u -r1.2 -r1.3
>>   --- build.xml    2001/08/08 13:09:20    1.2
>>   +++ build.xml    2001/08/08 16:09:31    1.3
>>   @@ -1,7 +1,7 @@
>>    <project name="Jakarta Commons Utilities" default="jar" basedir=".">
>>    
>>    <!--
>>   -        $Id: build.xml,v 1.2 2001/08/08 13:09:20 jvanzyl Exp $
>>   +        $Id: build.xml,v 1.3 2001/08/08 16:09:31 dlr Exp $
>>    -->
>>    
>>    <!-- ========== Initialize Properties ===================================
>> -->
>>   @@ -168,7 +168,7 @@
>>              description="==> Installs .jar file in ${lib.repo}">
>>        <copy todir="${lib.repo}" filtering="no">
>>          <fileset dir="${build.dir}">
>>   -        <include name="${final.name}.jar"/>
>>   +        <include name="${component.jar}"/>
>>          </fileset>
>>        </copy>
>>      </target>
>>   
>>   
>>   
>> 

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons


Reply via email to