0

Is it possible to have an URL to install only JBoss AS tools server from Jboss Tools pack?

I'm preparing an instruction which I should be simple and avoid error options. I found that instruction "find Jboss tools and select JBOSS AS tools" often ends with full installation, what is not correct for me.

For example I can install separated component by URL http://download.jboss.org/jbosstools/builds/staging/m2e-apt/all/repo/

I' know that I can install required feature by command line but I prefer install by URL

2 Answers 2

1

@michaldo, unfortunately, no. When you try to install plugin via link, the first thing Eclipse is looking at is p2.index file. See for more information here:

For example the example p2.index contents below will cause p2 to look for compositeContent.jar, and if not found, then compositeContent.xml and would skip looking for content.jar or content.xml as it normally would look for them first. (And, then, naturally, if it needed artifacts from that site, would look for compositeArtifacts.jar and if not found compositeArtifacts.xml and would skip looking for artifacts.jar and artifacts.xml).

And features don't have these auxiliary files, that Eclipse p2 can look for and use. Everything is ok for you with m2e, because it contains only one feature.

Sign up to request clarification or add additional context in comments.

1 Comment

I'm very happy and satisfied that you answered my question, bdshadow, because I got badge Tumbleweed for the question. As I understood the badge is for stupid questions, your answer is a sign that my question is not stupid. And also I am not stupid. You saved my soul. I will never forget it
0

You can select only the AS tools feature from the Eclipse Market place entry, or from this site:

http://download.jboss.org/jbosstools/neon/stable/updates/

While that feature WILL drag in dependent features and plugins, it won't install EVERYTHING in JBoss Tools.

From the Eclipse Marketplace, search for "JBoss" then deselect all but the JBoss AS feature:

Or using Help > Install New Software ... http://download.jboss.org/jbosstools/neon/stable/updates/ ... select JBoss AS feature:

It may not be a single file install, but it's a complete one. You'll need about 16M of disk space for the various features and plugins.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.