Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Beginner Level: simplest Bitbucket integration with passphrase
Beginner Level: simplest Bitbucket integration with passphrase [message #1697543] Thu, 04 June 2015 17:07 Go to next message
Eclipse UserFriend
Hallo,

I am an absolute beginner in (Eclipse; Oomph; Java, Git)!

Everything I've read so far has me more confused than really furthered.

But, I am incredibly motivated ;-)

What I need right now for a simple problem is a minimalist solution.

Problem: find a setup phrase to integrate some BitBucket projects in the
installation process (including the transfer of user; Password).

At the end, the Repo`s shall stand in the Git-perspective and in the
resources tree.

What I have, are some Git clone instructions. But I need to enter the
user information during the installation on each Repo;-(

In addition, the Repo`s appear only in the Git-Perpektive and not in the
resource view.

Can anyone give a further notice to me? As simple as necessary?

Bow my head in respect for the creators and helpers

Ralf R.
Re: Beginner Level: simplest Bitbucket integration with passphrase [message #1697570 is a reply to message #1697543] Fri, 05 June 2015 05:20 Go to previous messageGo to next message
Eclipse UserFriend
PS: Sorry, here is MySetup...


Am 04.06.2015 um 19:07 schrieb Ralf Reinders:
> Hallo,
>
> I am an absolute beginner in (Eclipse; Oomph; Java, Git)!
>
> Everything I've read so far has me more confused than really furthered.
>
> But, I am incredibly motivated ;-)
>
> What I need right now for a simple problem is a minimalist solution.
>
> Problem: find a setup phrase to integrate some BitBucket projects in the
> installation process (including the transfer of user; Password).
>
> At the end, the Repo`s shall stand in the Git-perspective and in the
> resources tree.
>
> What I have, are some Git clone instructions. But I need to enter the
> user information during the installation on each Repo;-(
>
> In addition, the Repo`s appear only in the Git-Perpektive and not in the
> resource view.
>
> Can anyone give a further notice to me? As simple as necessary?
>
> Bow my head in respect for the creators and helpers
>
> Ralf R.
Re: Beginner Level: simplest Bitbucket integration with passphrase [message #1697571 is a reply to message #1697543] Fri, 05 June 2015 05:36 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Ralf,

Comments below.

On 04/06/2015 7:07 PM, Ralf Reinders wrote:
> Hallo,
>
> I am an absolute beginner in (Eclipse; Oomph; Java, Git)!
That's a lot to learn at once!
>
> Everything I've read so far has me more confused than really furthered.
>
> But, I am incredibly motivated ;-)
>
> What I need right now for a simple problem is a minimalist solution.
>
> Problem: find a setup phrase to integrate some BitBucket projects in
> the installation process (including the transfer of user; Password).
I've personally worked on a project set via bit bucket. One should be
automatically prompted for the password when the *.setup is accessed
(assuming you're maintaining that at bitbucket and it's password protected.
>
> At the end, the Repo`s shall stand in the Git-perspective and in the
> resources tree.
>
> What I have, are some Git clone instructions. But I need to enter the
> user information during the installation on each Repo;-(
Is this for the git clone command or for accessing the setup hosted at a
password protected https location? One way to avoid that is to use ssh
instead. Then the keys in your key store would be used instead...
>
> In addition, the Repo`s appear only in the Git-Perpektive and not in
> the resource view.
You'll need tasks like a targlet task (are your projects plugins and
features or plain Java?), or a projects import task to determine which
source projects you want in your workspace.
>
> Can anyone give a further notice to me? As simple as necessary?
We probably should add a bitbucket catalog so you don't have to repeat
some of the boiler plate that are in the Eclipse and Github catalogs.
Please open a bugzilla enhancement request.

The setup looks fine. If your projects are plugins and features, you
should add a targlet task, otherwise use a projects import task. Look
at some of the other setups for examples. E.g., EMF's setup has some
projects import tasks...
>
> Bow my head in respect for the creators and helpers
>
> Ralf R.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Beginner Level: simplest Bitbucket integration with passphrase [message #1697575 is a reply to message #1697571] Fri, 05 June 2015 06:14 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 05.06.2015 um 07:36 schrieb Ed Merks:
>
>> In addition, the Repo`s appear only in the Git-Perpektive and not in the resource view.
> You'll need tasks like a targlet task (are your projects plugins and features or plain Java?), or a projects import
> task to determine which source projects you want in your workspace.
I think Ralf is asking for a setup task to configure the view parts that are to be shown in a specific perspective. We
don't have such a task.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:Java Virtual Machines / Installed JREs
Next Topic:How-to have Oomph generate a *.target file with non-0.0.0 version to resolve com.ibm.icu conflict
Goto Forum:
  


Current Time: Fri Apr 26 14:02:24 GMT 2024

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

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

Back to the top