No

The fileset define where to find the JAR files!

<classpath> 
        <fileset dir="${PluginRoot}/${SVNAnt}"> 
                 <include name="**/svn*.jar"/> 
        </fileset> 
</classpath>

the <fileset dir="${PluginRoot}/${SVNAnt}"> could be replaced with eg.
<fileset dir="c:/svnant"> 

ant then I define all the JAR:s  in the structure with a name starting with
"svn", with the <include name="**/svn*.jar"/>

/Klas


Muthu Velappan wrote:
> 
> Chris,
> 
> Have you placed these 3 jar files into your ANT_HOME/lib folder.. 
> 
> 1. svnant.jar
> 2. svnClientAdapter.jar
> 3. svnjavahl.jar
> 
> Initially I placed only the first 2 jar files into ANT_HOME/lib folder and
> started the cruisecontrol, It throws that error unable to load "svntask".
> Then, I copied the 3'rd jar file and changed the task definition like this
> in my ant build script...
> 
>       <typedef resource="org/tigris/subversion/svnant/svnantlib.xml"
> classpath="svnant.jar" />
> 
>             <svn username="muthu.velappan" password="****">
>                  <checkout url="svn://test.net/app/SourceCode/client"
> destPath="." revision="HEAD"/>   
>             </svn>
> 
> Now, everything seems to be working fine. I don't understand which change
> got it to work but everything runs fine so I'm not complaining :). Try
> these
> changes on your end, it might work...
> 
> Regards,
> Muthu
> 
> -----Original Message-----
> From: chris.gr...@orange-ftgroup.com
> [mailto:chris.gr...@orange-ftgroup.com]
> 
> Sent: Tuesday, February 24, 2009 2:04 PM
> To: muthu.velap...@aspiresys.com
> Subject: RE: svnant problems
> 
> 
> 
>  Hi
> 
> No I haven't solved it yet. Yours is the 1st response. Actually wondered
> if
> my question had actually got out 
> 
> Chris
> 
> -----Original Message-----
> From: Muthu Velappan [mailto:muthu.velap...@aspiresys.com] 
> Sent: 24 February 2009 03:48
> To: user@ant.apache.org
> Subject: Re: svnant problems
> 
> 
> Chris,
> 
> Have you found the reason for that... I'm also running into the same issue
> now...
> 
> Can any one throw some light on what would be the problem...
> 
> ~Muthu
> 
> 
> Chris Green-6 wrote:
>> 
>> Hi
>> 
>> I'm trying to get svnant running and keep getting an error :-
>> 
>> Could not load definitions from resource svntask.properties. It could 
>> not be found.
>> 
>> All appropriate jar files have been placed in the ANT/Lib directory 
>> etc but I still get the error
>> 
>> Can anyone help.
>> 
>> Chris
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/svnant-problems-tp21959035p22175300.html
> Sent from the Ant - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
> 
> ****************************************************************************
> *
> *********
> 
> This e-mail (including any attachments) is intended for the above-named
> person(s). It is confidential and may contain legally privileged
> information.
> Any opinions expressed are not necessarily those of the company. If you
> receive it in error please delete it, inform the sender and do not copy,
> distribute or take any action in reliance upon it. 
> 
> We may monitor all incoming and outgoing emails in line with current
> legislation. We have taken steps to ensure that this email and attachments
> are free from any virus, but it remains your responsibility to ensure that
> viruses do not adversely affect you. 
> 
> Orange Personal Communications Services Limited is an English company
> (registered no. 2178917) with its address at St James Court, Great Park
> Road,
> Almondsbury Park, Bradley Stoke, Bristol BS32 4QJ. 
> Orange Retail Limited is an English company (registered no. 2439104) with
> its
> address as above. 
> Orange Home UK plc is an English company (registered no. 3014367) with its
> address at Verulam Point, Station Way, St Albans, Hertfordshire AL1 5HE.
> 
> ****************************************************************************
> *
> *********
> 
> ****************************************************************************
> **********
> 
> This e-mail (including any attachments) is intended for the above-named
> person(s). It is confidential and may contain legally privileged
> information. Any opinions expressed are not necessarily those of the
> company. If you receive it in error please delete it, inform the sender
> and
> do not copy, distribute or take any action in reliance upon it. 
> 
> We may monitor all incoming and outgoing emails in line with current
> legislation. We have taken steps to ensure that this email and attachments
> are free from any virus, but it remains your responsibility to ensure that
> viruses do not adversely affect you. 
> 
> Orange Personal Communications Services Limited is an English company
> (registered no. 2178917) with its address at St James Court, Great Park
> Road, Almondsbury Park, Bradley Stoke, Bristol BS32 4QJ. 
> Orange Retail Limited is an English company (registered no. 2439104) with
> its address as above. 
> Orange Home UK plc is an English company (registered no. 3014367) with its
> address at Verulam Point, Station Way, St Albans, Hertfordshire AL1 5HE.
> 
> ****************************************************************************
> **********
> 
> 
> *********************************
> This message and any attachments (the "message") are confidential and
> intended solely for the addressees. 
> Any unauthorised use or dissemination is prohibited.
> Messages are susceptible to alteration. 
> France Telecom Group shall not be liable for the message if altered,
> changed
> or falsified.
> If you are not the intended addressee of this message, please cancel it
> immediately and inform the sender.
> ********************************
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/svnant-problems-tp21959035p22228408.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to