romainr / PigEditor

Eclipse plugin for Apache Pig
http://romainr.github.com/PigEditor
33 stars 13 forks source link

Install from within Eclipse missing a dependency #6

Closed paepcke closed 13 years ago

paepcke commented 13 years ago

Hi,

I added repo http://romainr.github.com/PigEditor/updates/ to Eclipse, and tried to install the Pig editor. The installation failed with the following 'detail' message:

Cannot complete the install because one or more required items could not be found. Software being installed: PigEditor 1.0.0.4 (PigEditor.feature.group 1.0.0.4)

Let me know if I can provide more information.

Andreas

romainr commented 13 years ago

Hi,

Thank you for trying the Editor. So I just tried with a clean Eclipse 3.7 Helios and it worked fine.

Are you using Eclipse 3.6 Indigo? Does it say the xtext plugin is missing? (it is what I get when I try right now)

Regards,

Romain

paepcke commented 13 years ago

Ah, I was trying it on Helios 3.6.2. I now upgraded to Indigo, and it installed fine. It did hang a long time at "Calculating requirements and dependencies." The green bar was stuck at about 1/4 inch for probably 10 minutes or more. I went to lunch, and it had finished. So, I'll try it out :-)

Andreas

On Tue, Oct 4, 2011 at 3:51 PM, Romain Rigaux < reply@reply.github.com>wrote:

Hi,

Thank you for trying the Editor. So I just tried with a clean Eclipse 3.7 Helios and it worked fine.

Are you using Eclipse 3.6 Indigo? Does it say the xtext plugin is missing? (it is what I get when I try right now)

Regards,

Romain

Reply to this email directly or view it on GitHub: https://github.com/romainr/PigEditor/issues/6#issuecomment-2292452

pydolan commented 12 years ago

I get the xtext.junit error when installing on Helios. I installed all the xtext standard packages. Anything else I should install?

paepcke commented 12 years ago

Hi Dolan, you realize I'm not one of the developers, right? I believe I did get it to install after upgrading Eclipse to Indigo. I don't remember how it went after that. I got pulled into a different direction, though I'll get back to trying it out.

Please do let me know how it goes for you, if you decide to update Eclipse, and install. The install took a while, I think.

regards,

Andreas

On Thu, Jan 5, 2012 at 9:53 AM, Dolan Antenucci < reply@reply.github.com

wrote:

I get the xtext.junit error when installing on Helios. I installed all the xtext standard packages. Anything else I should install?


Reply to this email directly or view it on GitHub: https://github.com/romainr/PigEditor/issues/6#issuecomment-3373409

romainr commented 12 years ago

Hello,

Sorry for the problems and thank you for trying.

I did some tests and I think that the current update site it is not pulling all the dependencies for you.

However these work: Helios 3.6.2 http://www.eclipse.org/downloads/packages/release/helios/sr2 xtext 2.2.1 (bottom line) http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/

Indigo (xtext is already bundled)

I am going to update the documentation and see if the download of xtext could be automated.

Romain

pydolan commented 12 years ago

Hi Romain, Installing all the xtext packages from the link you provided resolved the dependency issue. Thanks for the quick response and for creating this project!