Re: [dev] Developers Guide FlatXMLFilter issue in 2.0 beta

2005-09-23 Thread Emmanouil Batsis



Florian Reuter wrote:

I tried OpenOffice Beta (1.9.113) with the 680er-based SDK 
(http://download.openoffice.org/680/sdk.html) and it works.


Can you recall your configuration? 




I tried the FlatXmlFilter_java from the 
/examples/DevelopersGuide/OfficeDev/FilterDevelopment of the 680er-based 
SDK (1.9.113) with the Openoffice Beta (1.9.130) and although it is 
installed correctly (it appeared in the My Packages list) there is no 
Dev Guide Flat XML dropdown combo entry in the Save As.. action. 
Tested on Slackware Linux and Gentoo Linux, if that matters...


Any ideas?

Kindest regards,
Damjan S. Vujnovic

P.S. Tried some other examples, like ProtocolHandlerAddon and they 
worked...


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Developers Guide FlatXMLFilter issue in 2.0 beta

2005-09-16 Thread Emmanouil Batsis


Damjan tried to post this but it never showed up.

 Original Message 
Subject:Developers Guide FlatXMLFilter issue in 2.0 beta
Date:   Fri, 16 Sep 2005 09:43:16 +0200
From:   Damjan S. Vujnovic [EMAIL PROTECTED]
Reply-To:   [EMAIL PROTECTED]
To: [EMAIL PROTECTED]



The FlatXMLFilter example from the OO.org SDK Developers Guide does not 
seem to work with the OO.org 2.0 beta (but it works on the 1.1.5). While 
the export works perfectly, the import causes much problems - the 
injected XInputStream is always empty (contains no data, i.e. it is not 
null), although the other parameters (such as URL) are correct.


Any thoughts/comments about that?

Kindest regards,
Damjan S. Vujnovic


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] binaries for debugging

2005-09-08 Thread Emmanouil Batsis

Hi ,

Can someone please point out where toi find binaries of 2.0b with 
debugging enabled?


Many thanks,

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Maven dependencies for UNO

2005-09-07 Thread Emmanouil Batsis

Jürgen Schmidt wrote:


Emmanouil Batsis wrote:

It is not. You could submit jars to ibiblio. Most (if not all) java 
OS projects do it and it saves them from creating and maintaining a 
maven repo for themselves (and developers from a repo labyrinth). 
Ibiblio is *the* maven repo. You can easily post a request for this 
to the codehaus JIRA, see:


http://maven.apache.org/reference/repository-upload.html



Fine, then we will need an automated mechanism that for each offical 
release of OO the repository will be updated. Ok somebody who feels 
responsible for that would be enough ;-) Any volunteers?


I will provide the infomration which jars are necessary because we 
won't need all office jars. Only the jars with ofical public API's.




I am not sure that it can be automated/integrated with your builds or 
whatever as it is intended to be a manual task (re JIRA submission). 
Anyway, i would happily start by manually submitting 2.0 beta jars to 
end up with something automated as soon as we agree on how to do it. 
What do you think?


Manos




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Maven dependencies for UNO

2005-09-07 Thread Emmanouil Batsis

Jürgen Schmidt wrote:

I am personally not familar with maven until now, so some body who 
uses maven and knows the details should do it. I am personally don't 
like the idea to use the jars from anywhere on the net. I would always 
prefer to use exactly the jars from the office for which i want to 
develop. But so what ;-).

I would start with OO2.0 earliest.



Fair enough, besides it's close. I'll get back to you then :-)

Cheers,

Manos






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Emmanouil Batsis

Jürgen Schmidt wrote:


Emmanouil Batsis wrote:


Does OOo provide a repo for apache maven dependency handling?



no, not yet and currently we have no plans to create one. But if their 
is a real demand, we should align it and should create only one. It 
would be bad to have several different ones,  which maybe run out of 
sync. The problem is that most often related problems come to us.

I would suggest that we create one on openoffice.org if necessary.



It is not. You could submit jars to ibiblio. Most (if not all) java OS 
projects do it and it saves them from creating and maintaining a maven 
repo for themselves (and developers from a repo labyrinth). Ibiblio is 
*the* maven repo. You can easily post a request for this to the codehaus 
JIRA, see:


http://maven.apache.org/reference/repository-upload.html

Manos



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Emmanouil Batsis

Martin Desruisseaux wrote:

It may happen that maven repositories are silently created by various 
project according their need. For example the Geotools project already 
has a subset of OpenOffice jars in a Maven repository there:


http://lists.refractions.net/geotools/openoffice/jars/ 




Ah, many thanks for that :-)

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Maven dependencies for UNO

2005-09-05 Thread Emmanouil Batsis


Does OOo provide a repo for apache maven dependency handling?

Thanks,

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] inserting names from database in text document

2005-08-26 Thread Emmanouil Batsis


I would like to create some kind of add-on that will allow OOo 2.0 
Writer users insert names from a database table (probably MySQL via 
JDBC) in the document they edit (to avoid spelling mistakes etc) but i 
am not sure how i should try to do this between macros, add-ons and a 
huge unknown API. I will probably have to add a menu entry or button 
somewhere that will activate a popuo/dialog, or an inline dropdown 
control (maybe only available in forms?).


I have used datasources while editing documents to copy  paste etc, but 
what is required is something that feels more well integrated and, if 
possible, only activates itself for a specific template (.odt).


The next step could be that these inserted names should be some kind of 
text field that has a reference to the datasource but i can worry about 
that later.


Any pointers on where i should start looking much appreciated, 
especially examples i can learn from... we use Java but i guess we can 
cope with other languages as well.


Thanks,

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]