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

Re: SVN Ant - Latest Checkout Version

From: Cédric Chabanois <cchabanois_at_ifrance.com>
Date: 2004-10-26 22:22:02 CEST

I forgot to update svnClientAdapter. That's why it did not compile.
You can retry now.

Cédric

> Hello Cedric,
>
> We are intending to use your svn ant tool to automate most of our
> deployment tasks.
> I was interested in the "switch" task but noticed it is not present in
> the latest stable release.
> I have hence tried checking out the latest version of your code and
> noticed that the switch task is indeed present.
> Unfortunately, the code does not compile due to some missing classes
> (excerpt below).
> Do you have any idea when the switch task will be available in a
> stable release? Or how I can find the missing classes mentioned below
> (I could not find them in any of the provided jars).
>
> Thanks for your help.
> Regards,
> Christian
> --------------------------------------------------
>
> Buildfile: build.xml
>
> compile:
> [javac] Compiling 27 source files to C:\Documents and
> Settings\christian.cor
> tese\My Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\build\cl
> asses
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:67: cannot resolve symbol
> [javac] symbol : class CmdLineClientAdapterFactory
> [javac] location: package commandline
> [javac] import
> org.tigris.subversion.svnclientadapter.commandline.CmdLineCli
> entAdapterFactory;
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:68: cannot resolve symbol
> [javac] symbol : class JhlClientAdapterFactory
> [javac] location: package javahl
> [javac] import
> org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapte
> rFactory;
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:224: cannot resolve symbol
> [javac] symbol : variable JhlClientAdapterFactory
> [javac] location: class org.tigris.subversion.svnant.SvnTask
> [javac] JhlClientAdapterFactory.setup();
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:230: cannot resolve symbol
> [javac] symbol : variable JhlClientAdapterFactory
> [javac] location: class org.tigris.subversion.svnant.SvnTask
> [javac]
> SVNClientAdapterFactory.isSVNClientAvailable(JhlClie
> ntAdapterFactory.JAVAHL_CLIENT);
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:243: cannot resolve symbol
> [javac] symbol : variable CmdLineClientAdapterFactory
> [javac] location: class org.tigris.subversion.svnant.SvnTask
> [javac] CmdLineClientAdapterFactory.setup();
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:249: cannot resolve symbol
> [javac] symbol : variable CmdLineClientAdapterFactory
> [javac] location: class org.tigris.subversion.svnant.SvnTask
> [javac]
> SVNClientAdapterFactory.isSVNClientAvailable(CmdLine
> ClientAdapterFactory.COMMANDLINE_CLIENT);
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:260: cannot resolve symbol
> [javac] symbol : variable JhlClientAdapterFactory
> [javac] location: class org.tigris.subversion.svnant.SvnTask
> [javac] svnClient =
> SVNClientAdapterFactory.createSVNClient(JhlC
> lientAdapterFactory.JAVAHL_CLIENT);
>
> [javac] ^
> [javac] C:\Documents and Settings\christian.cortese\My
> Documents\Projects\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\svnant
> \SvnTask.java:265: cannot resolve symbol
> [javac] symbol : variable CmdLineClientAdapterFactory
> [javac] location: class org.tigris.subversion.svnant.SvnTask
> [javac] svnClient =
> SVNClientAdapterFactory.createSVNClient(CmdL
> ineClientAdapterFactory.COMMANDLINE_CLIENT);
>
> [javac] ^
> [javac] Note: C:\Documents and Settings\christian.cortese\My
> Documents\Proje
> cts\DHL\Config
> Mgmt\Subversion\svnant\src_latest\src\main\org\tigris\subversion\
> svnant\Cat.java uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 8 errors
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's
> FREE! http://messenger.msn.com/
>
>
> ___[ Pub ]____________________________________________________________
> Inscrivez-vous gratuitement sur Tandaime, Le site de rencontres !
> http://rencontre.rencontres.com/index.php?origine=4
>
Received on Wed Oct 27 06:22:02 2004

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.