[Solved] Download of ooo.connector.BootstrapSocketConnector
[Solved] Download of ooo.connector.BootstrapSocketConnector
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.
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].
Reason: tagged [Solved].
OOo 3.1.0 Debian Linux 2.6.32
Re: Download of ooo.connector.BootstrapSocketConnector
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.ngong wrote:I'd like to know whether there is some sort of "official download site" for the ooo.connector.BootstrapSocketConnector class.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
Re: Download of ooo.connector.BootstrapSocketConnector
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.
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
Re: Download of ooo.connector.BootstrapSocketConnector
I don't mind at all.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.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
-
- Posts: 3
- Joined: Thu Apr 27, 2017 2:43 pm
Re: Download of ooo.connector.BootstrapSocketConnector
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
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
Re: Download of ooo.connector.BootstrapSocketConnector
Yes.jeremysolarz wrote:Is this fine by you?
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
-
- Posts: 3
- Joined: Thu Apr 27, 2017 2:43 pm
Re: Download of ooo.connector.BootstrapSocketConnector
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
Would be nice if you could amend viewtopic.php?f=44&t=2520 to point to the new repo / github page.
Thanks!
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>
Thanks!
LibreOffice 5.2.6 on Mac OS 10.10.5
Re: Download of ooo.connector.BootstrapSocketConnector
Done. Let me know if you have additional remarks to the new section in the original post.jeremysolarz wrote:Would be nice if you could amend viewtopic.php?f=44&t=2520 to point to the new repo / github page.
OOo 3.2.0 on Ubuntu 10.04 • OOo 3.2.1 on Windows 7 64-bit and MS Windows XP
-
- Posts: 3
- Joined: Thu Apr 27, 2017 2:43 pm
Re: Download of ooo.connector.BootstrapSocketConnector
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