You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2004/05/17 19:38:33 UTC

cvs commit: jakarta-commons-sandbox/vfs build.xml

imario      2004/05/17 10:38:32

  Modified:    vfs      build.xml
  Log:
  commons-logging-1.0.3
  jcifs-0.8.3
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	1 May 2004 18:14:27 -0000	1.20
  +++ build.xml	17 May 2004 17:38:32 -0000	1.21
  @@ -186,9 +186,9 @@
           </get>
           <get dest="${libdir}/commons-net-1.1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-net/jars/commons-net-1.0.0.jar">
           </get>
  -        <get dest="${libdir}/commons-logging-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.jar">
  +        <get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
           </get>
  -        <get dest="${libdir}/jcifs-0.7.9.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.7.9.jar">
  +        <get dest="${libdir}/jcifs-0.8.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.8.3.jar">
           </get>
           <get dest="${libdir}/webdavlib-2.0beta1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/slide/jars/webdavlib-2.0beta1.jar">
           </get>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons-sandbox/vfs build.xml

Posted by Henri Yandell <ba...@generationjava.com>.
The command 'maven ant' will generate the build.xml file. Just so you
know.

Hen

On Tue, 18 May 2004, Mario Ivankovits wrote:

> dion_gillard@multitask.com.au wrote:
>
> >Isn't this a generated build file?
> >
> >
> For sure it is (was) a generated build file.
> I am not the one who generates them and i am still in the learning phase
> how to handle all the apache/maven techniques.
> I can say there is pretty much one have to know and to take into account.
>
> So i decided to simply change the version-number in build.xml and
> project.xml and would like to see how to rebuild them using maven later.
> I know, this might be only a simple arguemnt to maven, but there was so
> many work until now, that i simply havent had the time.
>
> -- Mario
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons-sandbox/vfs build.xml

Posted by Mario Ivankovits <im...@apache.org>.
dion_gillard@multitask.com.au wrote:

>Isn't this a generated build file?
>  
>
For sure it is (was) a generated build file.
I am not the one who generates them and i am still in the learning phase 
how to handle all the apache/maven techniques.
I can say there is pretty much one have to know and to take into account.

So i decided to simply change the version-number in build.xml and 
project.xml and would like to see how to rebuild them using maven later.
I know, this might be only a simple arguemnt to maven, but there was so 
many work until now, that i simply havent had the time.

-- Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons-sandbox/vfs build.xml

Posted by di...@multitask.com.au.
Isn't this a generated build file?
--
dIon Gillard, Multitask Consulting



imario@apache.org wrote on 18/05/2004 03:38:33 AM:

> imario      2004/05/17 10:38:32
> 
>   Modified:    vfs      build.xml
>   Log:
>   commons-logging-1.0.3
> 
>   jcifs-0.8.3
> 
>   Revision  Changes    Path
>   1.21      +2 -2      jakarta-commons-sandbox/vfs/build.xml
> 
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
>   retrieving revision 1.20
>   retrieving revision 1.21
>   diff -u -r1.20 -r1.21
>   --- build.xml   1 May 2004 18:14:27 -0000   1.20
>   +++ build.xml   17 May 2004 17:38:32 -0000   1.21
>   @@ -186,9 +186,9 @@
>            </get>
>            <get dest="${libdir}/commons-net-1.1.0.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> org/maven/commons-net/jars/commons-net-1.0.0.jar">
>            </get>
>   -        <get dest="${libdir}/commons-logging-1.0.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> org/maven/commons-logging/jars/commons-logging-1.0.jar">
>   +        <get dest="${libdir}/commons-logging-1.0.3.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
>            </get>
>   -        <get dest="${libdir}/jcifs-0.7.9.jar" usetimestamp="true"
> ignoreerrors="true" src="http://www.ibiblio.
> org/maven/jcifs/jars/jcifs-0.7.9.jar">
>   +        <get dest="${libdir}/jcifs-0.8.3.jar" usetimestamp="true"
> ignoreerrors="true" src="http://www.ibiblio.
> org/maven/jcifs/jars/jcifs-0.8.3.jar">
>            </get>
>            <get dest="${libdir}/webdavlib-2.0beta1.jar" 
> usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.
> org/maven/slide/jars/webdavlib-2.0beta1.jar">
>            </get>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org