Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » resolve command not available
resolve command not available [message #487110] Mon, 21 September 2009 22:34 Go to next message
Florian Hackenberger is currently offline Florian HackenbergerFriend
Messages: 123
Registered: July 2009
Senior Member
Hi!

The p2 installation of buckminster went fine and I added the following
features:

http://download.eclipse.org/tools/buckminster/headless-3.5
org.eclipse.buckminster.core.headless.feature
org.eclipse.buckminster.pde.headless.feature
org.eclipse.buckminster.maven.feature

http://download.cloudsmith.com/buckminster/external
org.eclipse.buckminster.subversive.headless.feature

However ./buckminster -data /tmp/buckminster resolve myqyery.cquery fails
with:
Command 'resolve' not found

which is confirmed by:
$ ./buckminster listcommands
Available commands including aliases:
org.eclipse.buckminster.cmdline.listcommands
org.eclipse.buckminster.cmdline.lscmds
org.eclipse.buckminster.installer.install
org.eclipse.buckminster.installer.listsite
org.eclipse.buckminster.installer.uninstall

I'm probably missing something obvious again...

Cheers,
Florian

'./buckminster listsite' shows:
Features:
org.eclipse.buckminster.subversive.headless.feature (Buckminster -
Subversive based SVN support for headless operation)
org.eclipse.buckminster.core.headless.feature (Buckminster - Core
Headless)
org.eclipse.equinox.p2.director.source.feature (Source bundles for Equinox
P2 Director Feature)
org.eclipse.buckminster.cvs.headless.feature (Buckminster - CVS support
for headless operation)
org.eclipse.buckminster.product.source (Source bundles for Buckminster
Product)
org.eclipse.buckminster.maven.feature (Buckminster - Maven support)
org.eclipse.buckminster.maven.source.feature (Source bundles for
Buckminster - Maven support)
org.eclipse.buckminster.cvs.headless.source.feature (Source bundles for
Buckminster - CVS support for headless operation)
org.eclipse.buckminster.subclipse.headless.feature (Buckminster -
Subclipse based SVN support for headless operation)
org.eclipse.equinox.executable.source (Source bundles for %featureName)
org.eclipse.equinox.executable (%featureName)
org.eclipse.buckminster.pde.headless.source.feature (Source bundles for
Buckminster - PDE support for headless operation)
org.eclipse.buckminster.pde.headless.feature (Buckminster - PDE support
for headless operation)
org.eclipse.equinox.p2.director.feature (Equinox P2 Director Feature)
org.eclipse.buckminster.core.headless.source.feature (Source bundles for
Buckminster - Core Headless)
org.eclipse.buckminster.product (Buckminster Product)

$ ./buckminster listcommands
Available commands including aliases:
org.eclipse.buckminster.cmdline.listcommands
org.eclipse.buckminster.cmdline.lscmds
org.eclipse.buckminster.installer.install
org.eclipse.buckminster.installer.listsite
org.eclipse.buckminster.installer.uninstall

--
DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at
Re: resolve command not available [message #487127 is a reply to message #487110] Tue, 22 September 2009 04:47 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Florian,
Something went wrong with the installation of the features. The 'listsite' command is currently broken and lists all
content of the known repositories (you see subclipse in the list although no attempt has been made to install it for
instance). The command is fixed, it's just not published yet. See bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286216. A new build is under way.

My guess is that you had another network problem. Another possibility is that you initially passed a relative
destination path to the director such as -d ../buckminster. That's known to break things down the line although the
director completes successfully.

Regards,
Thomas Hallgren


On 09/22/2009 12:34 AM, DI Florian Hackenberger wrote:
> Hi!
>
> The p2 installation of buckminster went fine and I added the following
> features:
>
> http://download.eclipse.org/tools/buckminster/headless-3.5
> org.eclipse.buckminster.core.headless.feature
> org.eclipse.buckminster.pde.headless.feature
> org.eclipse.buckminster.maven.feature
>
> http://download.cloudsmith.com/buckminster/external
> org.eclipse.buckminster.subversive.headless.feature
>
> However ./buckminster -data /tmp/buckminster resolve myqyery.cquery fails
> with:
> Command 'resolve' not found
>
> which is confirmed by:
> $ ./buckminster listcommands
> Available commands including aliases:
> org.eclipse.buckminster.cmdline.listcommands
> org.eclipse.buckminster.cmdline.lscmds
> org.eclipse.buckminster.installer.install
> org.eclipse.buckminster.installer.listsite
> org.eclipse.buckminster.installer.uninstall
>
> I'm probably missing something obvious again...
>
> Cheers,
> Florian
>
> './buckminster listsite' shows:
> Features:
> org.eclipse.buckminster.subversive.headless.feature (Buckminster -
> Subversive based SVN support for headless operation)
> org.eclipse.buckminster.core.headless.feature (Buckminster - Core
> Headless)
> org.eclipse.equinox.p2.director.source.feature (Source bundles for Equinox
> P2 Director Feature)
> org.eclipse.buckminster.cvs.headless.feature (Buckminster - CVS support
> for headless operation)
> org.eclipse.buckminster.product.source (Source bundles for Buckminster
> Product)
> org.eclipse.buckminster.maven.feature (Buckminster - Maven support)
> org.eclipse.buckminster.maven.source.feature (Source bundles for
> Buckminster - Maven support)
> org.eclipse.buckminster.cvs.headless.source.feature (Source bundles for
> Buckminster - CVS support for headless operation)
> org.eclipse.buckminster.subclipse.headless.feature (Buckminster -
> Subclipse based SVN support for headless operation)
> org.eclipse.equinox.executable.source (Source bundles for %featureName)
> org.eclipse.equinox.executable (%featureName)
> org.eclipse.buckminster.pde.headless.source.feature (Source bundles for
> Buckminster - PDE support for headless operation)
> org.eclipse.buckminster.pde.headless.feature (Buckminster - PDE support
> for headless operation)
> org.eclipse.equinox.p2.director.feature (Equinox P2 Director Feature)
> org.eclipse.buckminster.core.headless.source.feature (Source bundles for
> Buckminster - Core Headless)
> org.eclipse.buckminster.product (Buckminster Product)
>
> $ ./buckminster listcommands
> Available commands including aliases:
> org.eclipse.buckminster.cmdline.listcommands
> org.eclipse.buckminster.cmdline.lscmds
> org.eclipse.buckminster.installer.install
> org.eclipse.buckminster.installer.listsite
> org.eclipse.buckminster.installer.uninstall
>
Re: resolve command not available [message #487202 is a reply to message #487127] Tue, 22 September 2009 12:59 Go to previous messageGo to next message
Florian Hackenberger is currently offline Florian HackenbergerFriend
Messages: 123
Registered: July 2009
Senior Member
Thomas Hallgren wrote:
> My guess is that you had another network problem. Another possibility is
> that you initially passed a relative destination path to the director such
> as -d ../buckminster. That's known to break things down the line although
> the director completes successfully.

Indeed, a fresh reinstall using the director solved the problem. Thanks
Thomas!

Cheers,
Florian

--
DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at
Re: resolve command not available [message #498491 is a reply to message #487110] Tue, 17 November 2009 08:51 Go to previous messageGo to next message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

I faced the same problem, but reinstall did not help.

Steps so far:
- download latest headless director
- download Buckminster headless update site
- unpacked the update site
- installed Buckminster
D:\e53978\Tools>director\director -r file://d:/e53978/Tools/org.eclipse.buckminster.site.eclipse_1.1.350.r10878 -d file://d:/e53978/Tools
/buckminster -p Buckminster -i org.eclipse.buckminster.cmdline.product
Installing org.eclipse.buckminster.cmdline.product 1.1.350.r10864.
Operation completed in 9113 ms.


Running buckminster lscmds does not list other commands than the basic ones:
D:\e53978\Tools\buckminster>buckminster lscmds
Available commands including aliases:
  org.eclipse.buckminster.cmdline.listcommands
  org.eclipse.buckminster.cmdline.lscmds
  org.eclipse.buckminster.installer.install
  org.eclipse.buckminster.installer.listsite
  org.eclipse.buckminster.installer.uninstall


I have noticed that the plugin org.eclipse.buckminster.core contains the commands that I'm missing, and this plugin was not installed to my Buckminster installation. The plugin is contained in the headless update site, of course.

In the director's installation log I can see some entries regarding the HTTP Proxy. Does this matter somehow? In the end, I'm installing from a local update site.

!SESSION 2009-11-17 09:13:12.945 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Framework arguments:  -r file://d:/e53978/Tools/org.eclipse.buckminster.site.eclipse_1.1.350.r10878 -d d:/e53978/Tools/buckminster -p Buckminster -i org.eclipse.buckminster.cmdline.product
Command-line arguments:  -r file://d:/e53978/Tools/org.eclipse.buckminster.site.eclipse_1.1.350.r10878 -d d:/e53978/Tools/buckminster -p Buckminster -i org.eclipse.buckminster.cmdline.product

!ENTRY org.eclipse.core.net 1 0 2009-11-17 09:13:22.620
!MESSAGE System property http.proxySet has been set to true by an external source. This value will be overwritten using the values from the preferences


Kind regards,
~Karsten


Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de
Re: resolve command not available [message #498608 is a reply to message #498491] Tue, 17 November 2009 16:14 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 11/17/2009 09:51 AM, Karsten Thoms wrote:
> I faced the same problem, but reinstall did not help.
>
> Steps so far:
> - download latest
> http://www.eclipse.org/downloads/download.php?file=/tools/bu ckminster/products/director_latest.zip
>
> - download Buckminster
> http://www.eclipse.org/downloads/download.php?file=/tools/bu ckminster/archivedsites-3.5/org.eclipse.buckminster.site.ecl ipse.headless_1.1.350.r10878.zip
>
> - unpacked the update site
> - installed Buckminster
>
> D:\e53978\Tools>director\director -r
> file://d:/e53978/Tools/org.eclipse.buckminster.site.eclipse_ 1.1.350.r10878
> -d file://d:/e53978/Tools
> /buckminster -p Buckminster -i org.eclipse.buckminster.cmdline.product
> Installing org.eclipse.buckminster.cmdline.product 1.1.350.r10864.
> Operation completed in 9113 ms.
>
>
> Running buckminster lscmds does not list other commands than the basic
> ones:
>
> D:\e53978\Tools\buckminster>buckminster lscmds
> Available commands including aliases:
> org.eclipse.buckminster.cmdline.listcommands
> org.eclipse.buckminster.cmdline.lscmds
> org.eclipse.buckminster.installer.install
> org.eclipse.buckminster.installer.listsite
> org.eclipse.buckminster.installer.uninstall
>
>
> I have noticed that the plugin org.eclipse.buckminster.core contains the
> commands that I'm missing, and this plugin was not installed to my
> Buckminster installation. The plugin is contained in the headless update
> site, of course.
>
That's correct. The command line product is a command line interpreter. It doesn't contain the core feature. If you need
the resolve command, you'll need to install that separately. The core feature (dispite it's name), is not needed for all
purposes. Our Aggregator for instance, doesn't require it.

Regards,
Thomas Hallgren
Re: resolve command not available [message #498633 is a reply to message #487110] Tue, 17 November 2009 18:14 Go to previous message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

Hi Thomas!

Thanks for the explanation.

~Karsten


Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de
Previous Topic:Hudson-Buckminster RCP Build CSpec source required
Next Topic:Building p2 site including features from other p2 sites, using local folder/zip as rmap provider
Goto Forum:
  


Current Time: Fri Sep 20 06:44:42 GMT 2024

Powered by FUDForum. Page generated in 0.03433 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top