[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Question about Tmatesoft Javasvn.jar files

From: Res Pons <pons32_at_hotmail.com>
Date: 2006-04-12 18:40:44 CEST

Hi

In my nightly build file, I check in couple of jar files by using
tmatesoft's jar files inside a target; here's a snippet of the java task:

<target....blah blah

<java classname="org.tmatesoft.svn.cli.SVN" dir="${working.folder}"
fork="true">
<classpath>
<pathelement location="${project.dir}/${build.lib}/javasvn.jar" />
<pathelement location="${project.dir}/${build.lib}/javasvn-cli.jar" />
</classpath>
<arg value="ci"/>
<arg value="--username"/>
<arg value="${svn.username}"/>
<arg value="--password"/>
<arg value="${svn.password}"/>
<arg value="-m"/>
<arg value='"Updating Jar files and ${commit.info} to
${full.build.number}"'/>
<arg value="build/build.number"/>
<arg value="vendor/lib/*.jar"/>
</java>

my QUESTION is: should the lat 2 args committing 2 different types of files
(the build.number and *.jar) be combined into one arg or one line consisted
or space or comma separated list of files? Or is it fine the way it is?

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 12 18:42:47 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.