これらのファイルの最新バージョンはどこにありますか?
次のエラーが発生し続けます: Reference svnant.classpath not found with the following configuration:
<path id="path.svnant"> <pathelement location="${SVN.ANT.LIB}/svnant.jar"/>
</path>
<typedef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="path.svnant" />
だから私はブログの後にこれらのエントリを追加しました:
<path id="path.svnant">
<pathelement location="${SVN.ANT.LIB}/svnant.jar"/>
<pathelement location="${SVN.ANT.LIB}/svnClientAdapter.jar"/>
<pathelement location="${SVN.ANT.LIB}/svnkit.jar"/>
<pathelement location="${SVN.ANT.LIB}/svnjavahl.jar"/>
</path>
<typedef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="path.svnant" />
しかし、これらのファイルまたはそれらの最新バージョンが見つからないようです。
助けてください