You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/11/27 00:08:52 UTC

cvs commit: jakarta-commons-sandbox/jelly project.properties build.xml

dion        2002/11/26 15:08:52

  Modified:    jelly    project.properties build.xml
  Log:
  Fix property and generated build file breaking gump runs
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-commons-sandbox/jelly/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.properties	13 Nov 2002 16:55:26 -0000	1.12
  +++ project.properties	26 Nov 2002 23:08:52 -0000	1.13
  @@ -7,7 +7,7 @@
   maven.compile.optimize = off
   maven.compile.deprecation = on
   
  -maven.jarResources.basedir=${basedir}/src/java
  +maven.jarResources.basedir=src/java
   maven.junit.usefile = true
    
   # Installation dir
  
  
  
  1.71      +3 -3      jakarta-commons-sandbox/jelly/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml	13 Nov 2002 18:48:30 -0000	1.70
  +++ build.xml	26 Nov 2002 23:08:52 -0000	1.71
  @@ -14,7 +14,7 @@
   		
     
     
  -  <property name="resourcedir" value="C:\workspace\jelly/src/java"></property>
  +  <property name="resourcedir" value="src/java"></property>
     
     <property name="distdir" value="dist"></property>
     <property name="javadocdir" value="target/docs/apidocs"></property>
  @@ -114,7 +114,7 @@
         <mkdir dir="${testreportdir}"></mkdir>
         <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
           
  -        <sysproperty key="basedir" value="C:\workspace\jelly"></sysproperty>
  +        <sysproperty key="basedir" value="C:\Program Files\eclipse\workspace\jelly"></sysproperty>
           <formatter type="xml"></formatter>
           <formatter usefile="true" type="plain"></formatter>
           <classpath>
  @@ -215,7 +215,7 @@
       <get dest="lib/bsf-2.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/bsf/jars/bsf-2.2.jar"></get>
       <get dest="lib/commons-betwixt-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-betwixt/jars/commons-betwixt-SNAPSHOT.jar"></get>
       <get dest="lib/commons-httpclient-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-SNAPSHOT.jar"></get>
  -    <get dest="lib/jetty-4.1-rc6.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jetty/jars/jetty-4.1-rc6.jar"></get>
  +    <get dest="lib/jetty-4.2.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jetty/jars/jetty-4.2.2.jar"></get>
       <get dest="lib/commons-messenger-1.0-dev-8.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-messenger/jars/commons-messenger-1.0-dev-8.jar"></get>
       <get dest="lib/jms-1.0.2b.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jms/jars/jms-1.0.2b.jar"></get>
       <get dest="lib/isorelax-20020414.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/isorelax/jars/isorelax-20020414.jar"></get>
  
  
  

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


Re: cvs commit: jakarta-commons-sandbox/jelly project.properties build.xml

Posted by di...@multitask.com.au.
Well, that didn't work quite how I was hoping :(

I think we need a way in Jelly/Maven to get the portion of a file name 
relative to another.

This means the gump build will still be broken.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


dion@apache.org wrote on 27/11/2002 10:08:52 AM:

> dion        2002/11/26 15:08:52
> 
>   Modified:    jelly    project.properties build.xml
>   Log:
>   Fix property and generated build file breaking gump runs
> 
>   Revision  Changes    Path
>   1.13      +1 -1      jakarta-commons-sandbox/jelly/project.properties
> 
>   Index: project.properties
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.properties,v
>   retrieving revision 1.12
>   retrieving revision 1.13
>   diff -u -r1.12 -r1.13
>   --- project.properties   13 Nov 2002 16:55:26 -0000   1.12
>   +++ project.properties   26 Nov 2002 23:08:52 -0000   1.13
>   @@ -7,7 +7,7 @@
>    maven.compile.optimize = off
>    maven.compile.deprecation = on
> 
>   -maven.jarResources.basedir=${basedir}/src/java
>   +maven.jarResources.basedir=src/java
>    maven.junit.usefile = true
> 
>    # Installation dir
> 
> 
> 
>   1.71      +3 -3      jakarta-commons-sandbox/jelly/build.xml
> 
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons-sandbox/jelly/build.xml,v
>   retrieving revision 1.70
>   retrieving revision 1.71
>   diff -u -r1.70 -r1.71
>   --- build.xml   13 Nov 2002 18:48:30 -0000   1.70
>   +++ build.xml   26 Nov 2002 23:08:52 -0000   1.71
>   @@ -14,7 +14,7 @@
> 
> 
> 
>   -  <property name="resourcedir" value="C:
> \workspace\jelly/src/java"></property>
>   +  <property name="resourcedir" value="src/java"></property>
> 
>      <property name="distdir" value="dist"></property>
>      <property name="javadocdir" value="target/docs/apidocs"></property>
>   @@ -114,7 +114,7 @@
>          <mkdir dir="${testreportdir}"></mkdir>
>          <junit dir="./" failureproperty="test.failure" 
> printSummary="yes" fork="true" haltonerror="true">
> 
>   -        <sysproperty key="basedir" value="C:
> \workspace\jelly"></sysproperty>
>   +        <sysproperty key="basedir" value="C:\Program 
> Files\eclipse\workspace\jelly"></sysproperty>
>            <formatter type="xml"></formatter>
>            <formatter usefile="true" type="plain"></formatter>
>            <classpath>
>   @@ -215,7 +215,7 @@
>        <get dest="lib/bsf-2.2.jar" usetimestamp="true" 
> ignoreerrors="true" 
src="http://www.ibiblio.org/maven/bsf/jars/bsf-2.2.jar
> "></get>
>        <get dest="lib/commons-betwixt-SNAPSHOT.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> org/maven/commons-betwixt/jars/commons-betwixt-SNAPSHOT.jar"></get>
>        <get dest="lib/commons-httpclient-SNAPSHOT.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> 
org/maven/commons-httpclient/jars/commons-httpclient-SNAPSHOT.jar"></get>
>   -    <get dest="lib/jetty-4.1-rc6.jar" usetimestamp="true" 
> ignoreerrors="true" src="http://www.ibiblio.
> org/maven/jetty/jars/jetty-4.1-rc6.jar"></get>
>   +    <get dest="lib/jetty-4.2.2.jar" usetimestamp="true" 
> ignoreerrors="true" src="http://www.ibiblio.
> org/maven/jetty/jars/jetty-4.2.2.jar"></get>
>        <get dest="lib/commons-messenger-1.0-dev-8.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> org/maven/commons-messenger/jars/commons-messenger-1.0-dev-8.jar"></get>
>        <get dest="lib/jms-1.0.2b.jar" usetimestamp="true" 
> ignoreerrors="true" 
src="http://www.ibiblio.org/maven/jms/jars/jms-1.0.2b.jar
> "></get>
>        <get dest="lib/isorelax-20020414.jar" usetimestamp="true" 
> ignoreerrors="true" src="http://www.ibiblio.
> org/maven/isorelax/jars/isorelax-20020414.jar"></get>
> 
> 
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 

> ForwardSourceID:NT00092AA2 

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