Unable to build ecf tutorials on helios because of dependency [message #646620] |
Wed, 29 December 2010 06:56  |
Eclipse User |
|
|
|
Hi,
I have just started on ECF, and trying to understand it. I have checked out several tutorial applications, and they are not being built because, the dependent plugins (zookeeper etc.) are not available in the eclipse (helios) instance, and the update sites are not working.
Can any body provide link to download ECF will all the dependency included.
I want to do a simple http request (file upload) to a servlet running on jboss server.
Please guide me.
[Updated on: Wed, 29 December 2010 06:56] by Moderator
|
|
|
|
|
Re: Unable to build ecf tutorials on helios because of dependency [message #646740 is a reply to message #646620] |
Thu, 30 December 2010 11:58   |
Eclipse User |
|
|
|
Hi Rafiq,
Mohd rafiq wrote on Wed, 29 December 2010 06:56 | Hi,
I have just started on ECF, and trying to understand it. I have checked out several tutorial applications, and they are not being built because, the dependent plugins (zookeeper etc.) are not available in the eclipse (helios) instance, and the update sites are not working.
|
I think there was some difficulty with the servers or network at eclipse.org yesterday (Wed), but you might try again now either at update site:
http://download.eclipse.org/rt/ecf/3.4/site.p2
or download this zip and load via local p2/update site:
http://www.eclipse.org/downloads/download.php?file=/rt/ecf/3 .4/org.eclipse.ecf.sdk_3.4.0.v20101029-1626.zip
Quote: |
Can any body provide link to download ECF will all the dependency included.
I want to do a simple http request (file upload) to a servlet running on jboss server.
Please guide me.
|
You might wish to join the ecf-dev mailing list:
https://dev.eclipse.org/mailman/listinfo/ecf-dev
as there are more resources there for helping people out.
I am the primary author of the ECF filetransfer API, so can probably assist you. It's not immediately clear that your use case is a perfect fit for the ECF filetransfer as it is...because the http provider (used by p2) is mostly focused on file download. There is a file upload exposed by the API, and some protocols have an implementation of file upload already in place (e.g. ssh), but the http provider does not have an impl of the file upload that uses an http put/post request. It would be quite easy to do, but it hasn't been a use case for ECF filetransfer that we've focused on as yet.
In any event, please feel free to contact me at ecf-dev mailing list or directly at slewis at composent.com to discuss further.
|
|
|
Re: Unable to build ecf tutorials on helios because of dependency [message #646808 is a reply to message #646740] |
Fri, 31 December 2010 08:22  |
Eclipse User |
|
|
|
Thanks Scott,
The helios update server is up and I am able to get dependent component. May be server is up and ready again.
Further detail to my case, I am doing a multipart http request. this request is handled by a servlet on another end.
I thought file transfer is an approach to go, I may be worng, as i do not have much details on ECF yet.
However I have found that there is provider.filetransfer.httpclient, can't this be used.
BTW, I really appreciate the activeness of this forum.
|
|
|
Powered by
FUDForum. Page generated in 0.04578 seconds