I don't believe it requires us to change the version. The version used to build the current code has that part of the API in it. I ran the build with the pom.xml file unchanged and it worked fine. Try building trunk with the current pom.xml file and you shouldn't have any problems.
On Fri, Jun 13, 2008 at 11:53 AM, Rob Moore <[EMAIL PROTECTED]> wrote: > > Since this change requires a newer version of jsch then the one used to build > the project, will it be updated as well (0.1.39 is the latest)? I'm trying > to build a snapshot and it fails with: > > [javac] > /home/rmoore/tmp/0613/vfs/core/src/main/java/org/apache/commons/vfs/provider/sftp/SftpClientFactory.java:209: > cannot find symbol > [javac] symbol : method setDaemonThread(boolean) > [javac] location: class com.jcraft.jsch.Session > [javac] session.setDaemonThread(true); > [javac] ^ > > Thanks, > > Rob > > > jwcarman wrote: >> >> I went ahead and committed it. It was a one-line change. So, it'll >> be easy to back out if you so desire. But, in my application, it >> solved the hanging problem. So, I resolved/closed the JIRA issue. >> > > -- > View this message in context: > http://www.nabble.com/-vfs--SFTP-Provider-and-Daemon-Threads--tp17754263p17826602.html > Sent from the Commons - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
