[Solved] Download of ooo.connector.BootstrapSocketConnector

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
ngong
Posts: 3
Joined: Wed Jan 06, 2010 8:50 pm
Location: Hamburg, Germany

[Solved] Download of ooo.connector.BootstrapSocketConnector

Post by ngong »

I'd like to know whether there is some sort of "official download site" for the ooo.connector.BootstrapSocketConnector class.

In detail:

I inherited an application that I like to change. It depends on the libraries juh, jurt, ridl, unoil, java_uno, unoloader and bootstrapconnector.

Exept for java_uno, unoloader and bootstrapconnector I can find anything on repo1.maven.com. This is most convenient.

java_uno and unoloader I get through upgrades of openoffice package with Debian apt-get. They can be be found in /usr/share/java/openoffice on my computer. Subsequently to upgrades of Debian I can check whether they are up-to-date. I use to give them some funny version numbers and install them in my local maven2 repository.

But I was not able to google if there are updates to ooo.connector.BootstrapSocketConnector.

Can anybody help me to understand the source of this class? Is there some source or home URL?

p.s. Please, bear with me, I'm fairly new using UNO and programming with OpenOffice.
Last edited by Hagar Delest on Tue May 30, 2017 8:08 am, edited 1 time in total.
Reason: tagged [Solved].
OOo 3.1.0 Debian Linux 2.6.32
hol.sten
Volunteer
Posts: 495
Joined: Mon Oct 08, 2007 1:31 am
Location: Hamburg, Germany

Re: Download of ooo.connector.BootstrapSocketConnector

Post by hol.sten »

ngong wrote:I'd like to know whether there is some sort of "official download site" for the ooo.connector.BootstrapSocketConnector class.
The thread http://user.services.openoffice.org/en/ ... =44&t=2520 in this forum is the only available source for bootstrapconnector.jar. I've never posted it any where else.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
ngong
Posts: 3
Joined: Wed Jan 06, 2010 8:50 pm
Location: Hamburg, Germany

Re: Download of ooo.connector.BootstrapSocketConnector

Post by ngong »

Thank you for your answer, hol.sten

That piece of software is valueable at least for newbees like me.
I may help to bring it to open source if you don't mind.
OOo 3.1.0 Debian Linux 2.6.32
hol.sten
Volunteer
Posts: 495
Joined: Mon Oct 08, 2007 1:31 am
Location: Hamburg, Germany

Re: Download of ooo.connector.BootstrapSocketConnector

Post by hol.sten »

ngong wrote:Thank you for your answer, hol.sten

That piece of software is valueable at least for newbees like me.
I may help to bring it to open source if you don't mind.
I don't mind at all.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
jeremysolarz
Posts: 3
Joined: Thu Apr 27, 2017 2:43 pm

Re: Download of ooo.connector.BootstrapSocketConnector

Post by jeremysolarz »

Hi hol.sten,

I would put the sources on github and create a maven pom.xml for the project and eventually push it to maven central.

Is this fine by you?

Best,

Jeremy
LibreOffice 5.2.6 on Mac OS 10.10.5
hol.sten
Volunteer
Posts: 495
Joined: Mon Oct 08, 2007 1:31 am
Location: Hamburg, Germany

Re: Download of ooo.connector.BootstrapSocketConnector

Post by hol.sten »

jeremysolarz wrote:Is this fine by you?
Yes.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
jeremysolarz
Posts: 3
Joined: Thu Apr 27, 2017 2:43 pm

Re: Download of ooo.connector.BootstrapSocketConnector

Post by jeremysolarz »

Hi hol.sten,

The plugin has been deployed to maven

http://repo1.maven.org/maven2/com/githu ... tor/1.0.0/

and pushed to Github

https://github.com/jeremysolarz/bootstrap-connector

The description provided in viewtopic.php?f=44&t=2520 has been copied into a README.md

The dependency can be included like this

Code: Select all

<dependency>
    <groupId>com.github.jeremysolarz</groupId>
    <artifactId>bootstrap-connector</artifactId>
    <version>1.0.0</version>
</dependency>
Would be nice if you could amend viewtopic.php?f=44&t=2520 to point to the new repo / github page.

Thanks!
LibreOffice 5.2.6 on Mac OS 10.10.5
hol.sten
Volunteer
Posts: 495
Joined: Mon Oct 08, 2007 1:31 am
Location: Hamburg, Germany

Re: Download of ooo.connector.BootstrapSocketConnector

Post by hol.sten »

jeremysolarz wrote:Would be nice if you could amend viewtopic.php?f=44&t=2520 to point to the new repo / github page.
Done. Let me know if you have additional remarks to the new section in the original post.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
jeremysolarz
Posts: 3
Joined: Thu Apr 27, 2017 2:43 pm

Re: Download of ooo.connector.BootstrapSocketConnector

Post by jeremysolarz »

Great, hope it will be useful for somebody. And thanks for providing the possibility to put the code to Github.
LibreOffice 5.2.6 on Mac OS 10.10.5
Post Reply