Page 1 of 1

[Solved] Download of ooo.connector.BootstrapSocketConnector

Posted: Wed Jan 06, 2010 9:13 pm
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.

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Thu Jan 07, 2010 12:05 am
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.

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Thu Jan 07, 2010 12:24 pm
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.

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Thu Jan 07, 2010 7:56 pm
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.

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Thu Apr 27, 2017 2:46 pm
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

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Sat Apr 29, 2017 11:37 am
by hol.sten
jeremysolarz wrote:Is this fine by you?
Yes.

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Sun May 21, 2017 12:27 pm
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!

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Mon May 29, 2017 2:57 pm
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.

Re: Download of ooo.connector.BootstrapSocketConnector

Posted: Mon May 29, 2017 6:59 pm
by jeremysolarz
Great, hope it will be useful for somebody. And thanks for providing the possibility to put the code to Github.