Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CVSGrab and Eclipse/CDT ViewCVS dont work together

I think I finally found the 'magic' option. With '-webInterface' one can enforce to assume a specific web interface.
It started nicely with "cvs update...." but then errors again :-(
 
 
D:\Tools\cvsgrab-2.3\cvsgrab-2.3>cvsgrab -rootUrl http://dev.eclipse.org/viewcvs/index.cgi/ 
                                                             -packagePath org.eclipse.cdt-core/org.eclipse.cdt.core.tests
                                                             -destDir d:/temp/org.eclipse.cdt.core.tests
                                                             -projectRoot Tools_Project
                                                             -proxyHost netcache.nbgm.siemens.de
                                                             -proxyPort 81
                                                             -webInterface ViewCvs1_0
Using proxy netcache.nbgm.siemens.de:81
CVSGrab version 2.3 starting...
Detected cvs web interface: ViewCvs1_0
cvs update: Updating org.eclipse.cdt-core/org.eclipse.cdt.core.tests/
org.apache.commons.jxpath.JXPathException: No value for xpath: TD/A/B
        at org.apache.commons.jxpath.ri.JXPathContextReferenceImpl.getValue(JXPathContextReferenceImpl.java:344)
        at org.apache.commons.jxpath.ri.JXPathContextReferenceImpl.getValue(JXPathContextReferenceImpl.java:280)
        at net.sourceforge.cvsgrab.web.ViewCvsInterface.getFiles(ViewCvsInterface.java:148)
        at net.sourceforge.cvsgrab.RemoteDirectory.loadContents(RemoteDirectory.java:121)
        at net.sourceforge.cvsgrab.CVSGrab.grabCVSRepository(CVSGrab.java:667)
        at net.sourceforge.cvsgrab.CVSGrab.run(CVSGrab.java:396)
        at net.sourceforge.cvsgrab.CVSGrab.main(CVSGrab.java:280)
[ERROR] Error while getting files from
http://dev.eclipse.org/viewcvs/index.cgi/
org.eclipse.cdt-core/org.eclipse.cdt.core.tests/?cvsroot=Tools_Project
-----
[ERROR] There were some errors.
[ERROR] If you cannot find an obvious answer, report the problem to
http://sourceforge.net/forum/forum.php?forum_id=174128
 
 
Unfortunately, this problem is described here, as well, in conjunction with an explanation of the cvsgrab developer
that it will take some time to be resolved.
 
http://sourceforge.net/forum/forum.php?thread_id=1697997&forum_id=174128
 
This means that at the moment I can't check out the sources of the tests at work. I will have to try that at home.
Any ideas appreciated,
 
Nils

Back to the top