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

[Subclipse-users] no console output

From: Tom McKenzie <thomaswmckenzie_at_gmail.com>
Date: Wed, 15 Jun 2011 08:07:16 -0700

Hi

I'm not seeing any console output from my scripts. Here's my code.

    <target name="svn" description="checkout">
        <property name="src.url" value="${svn.url}/${svn.path}"/>
        <svnSetting username="${svn.username}"
        password="${svn.password}"
        javahl="${svnant.javahl}"
        svnkit="${svnant.svnkit}"
        id="svn.settings"/>
        <echo>checking out from ${src.url}</echo>
        <svn refid="svn.settings">
            <checkout url="${src.url}" destPath="${checkoutdir}"/>
        </svn>
    </target>

I'm running 1.3.1 (I also tried 1.3.0 with the same results).

Thanks,
Tom

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2766243

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-06-15 17:10:21 CEST

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

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