[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 14:00:03 EDT 2007


  User: pmuir   
  Date: 07/07/14 14:00:03

  Modified:    jboss-seam  build.xml
  Log:
  Try this
  
  Revision  Changes    Path
  1.244     +6 -3      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.243
  retrieving revision 1.244
  diff -u -b -r1.243 -r1.244
  --- build.xml	14 Jul 2007 17:10:19 -0000	1.243
  +++ build.xml	14 Jul 2007 18:00:03 -0000	1.244
  @@ -766,9 +766,12 @@
   	</target>
   
   	<target name="copydownloadbletojbossorg">
  -		<scp todir="jbossqa at download.jboss.org:/htdocs/jbossseam/build" keyfile="${ci.keyfile}" passphrase="${ci.passphrase}">
  -			<fileset dir="${ci.dir}" />
  -		</scp>
  +		<exec executable="ssh">
  +			<arg line="jbossqa at download.jboss.org mkdir -p /htdocs/jbossseam/build"/>
  +		</exec>
  +		<exec executable="scp">
  +			<arg line="-r ${ci.dir}/* jbossqa at download.jboss.org:/htdocs/jbossseam/build/"/>
  +		</exec>
   	</target>
   
   	<!-- ########################## DIST TARGETS ###########################-->
  
  
  



More information about the jboss-cvs-commits mailing list