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

Re: [Subclipse-users] error: svn doesn't support the "javasvn" attribute

From: Jonas A <jonasahlgren_at_hotmail.com>
Date: Sun, 23 Nov 2008 20:33:40 -0800 (PST)

This is since you probably use a newer version of svnant. The javasvn="true"
does not exist anymore so just remove it and it will work.

Lukas Wilczek wrote:
>
> Hi,
> Hope this is the right forum, if not please redirect me. I'm trying to set
> up a new workstation for a project that use svnant-targets in the
> build.xml
> and this is causing problems. I use Eclipse 3.4 and svnant-1.1.0-RC2. When
> this ant target is run:
>
> <target name="init-version-info" depends="init" description="Retrieves
> version info and set variables.">
> <svn javahl="true" javasvn="true">
> <status path="${src}" revisionProperty="workingCopy.revision"
> urlProperty="workingCopy.url" />
> </svn>
> </target>
>
> I get this error:
> BUILD FAILED
> C:\myProject\build.xml:89: svn doesn't support the "javasvn" attribute
>
> What i can't understand is that it works for the other worksataions with
> the
> excact same versions of all software. "javasvn" is a supported attribute,
> right? I really don't have a clue here on whats wrong, would relly
> appreciate any help.
>
> Thanx
> /Lukas
>
>

-- 
View this message in context: http://www.nabble.com/error%3A-svn-doesn%27t-support-the-%22javasvn%22-attribute-tp20129181p20654783.html
Sent from the subclipse - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-11-24 05:33:58 CET

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.