[dev] Code freeze for 3.4

2010-11-23 Thread Pavel Lastovicka

Hello,

I would like to ask what is the date (if known) for 3.4 code freeze.
I mean if I have a work-in-progress CWS with a bugfix, when the CWS would have to be 
Ready for QA?


Thanks
--
Pavel Laštovička

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] I am subscribing

2010-07-22 Thread Pavel Lastovicka

Hello Ricardo,

I think that would be a good idea. Registration page is at
http://www.openoffice.org/servlets/Join.

:-)

Regards
Pavel

Ricardo Espírito Santo napsal(a):

I would like to contribute too but honestly I haven't found a way yet. Are
we supposed to create a openoffice account?




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Build error in helpcontent2 (Lucene)

2010-06-21 Thread Pavel Lastovicka

Hi,

when doing a parallel build of 3.2.1 on Cygwin I hit the following error:
  Checking cfs file _0.cfs: Not found
  cfs file check failed, terminating...

When I tried to compile helpcontent2 again the error repeated itself.
After some time I got over the problem but I cannot remember how (it was 
a week ago). I ran the build process again without any parallelism, 
maybe I deleted some files in the output directory.

  How do I prevent the error from appearing in future?

Regards
--
Pavel Laštovička



Making 
d:\ooo.cs\ooo_OOO320_m19_src\helpcontent2\wntmsci12.pro\bin\sbasic_cy.zip

 from 1194 input files














..
d:\ooo.cs\ooo_OOO320_m19_src\helpcontent2\wntmsci12.pro\bin\xhp_sbasic_cy.zipd:\
ooo.cs\ooo_OOO320_m19_src\helpcontent2\source\auxiliary\cy\sbasic.cfgd:\ooo.cs\o
oo_OOO320_m19_src\helpcontent2\wntmsci12.pro\misc\cy\sbasic.treetime 
taken was 4

1.031 seconds
java 
-Djava.library.path=d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/b
in -cp 
.;../../wntmsci12.pro/class;c:/PROGRA~1/Java/JDK16~1.0_1/jre/lib/rt.jar;

.;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/jaxp.jar;d:/ooo.cs/o
oo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/juh.jar;d:/ooo.cs/ooo_OOO320_m19_
src/solver/320/wntmsci12.pro/bin/parser.jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/
320/wntmsci12.pro/bin/xt.jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.p
ro/bin/unoil.jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/ridl.
jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/jurt.jar;d:/ooo.cs
/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/xmlsearch.jar;d:/ooo.cs/ooo_OOO
320_m19_src/solver/320/wntmsci12.pro/bin/LuceneHelpWrapper.jar;d:/ooo.cs/ooo_OOO
320_m19_src/solver/320/wntmsci12.pro/bin/HelpIndexerTool.jar;d:/ooo.cs/ooo_OOO32
0_m19_src/solver/320/wntmsci12.pro/bin/lucene-core-2.3.jar;d:/ooo.cs/ooo_OOO320_
m19_src/solver/320/wntmsci12.pro/bin/lucene-analyzers-2.3.jar 
com.sun.star.help
.HelpIndexerTool -lang cy -mod sbasic -zipdir 
../../wntmsci12.pro/misc/ziptmpsba

sic_cy -o ../../wntmsci12.pro/bin/sbasic_cy.zip -checkcfsname _0
Lucene: Indexing to directory 
'..\..\wntmsci12.pro\misc\ziptmpsbasic_cy\sbasic.i

dxl'...
Indexing, adding files














..
Optimizing ...
Checking cfs file _0.cfs: Not found
cfs file check failed, terminating...
dmake:  Error code 255, while making '../../wntmsci12.pro/bin/sbasic_cy.zip'
dmake:  '../../wntmsci12.pro/bin/sbasic_cy.zip' removed.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: 

[dev] Textile export filter

2009-11-15 Thread Pavel Lastovicka
Hello,

I consider writing export filter to Textile format[1]. I need to make an 
estimate how many hours it would take to write. Am I right that I need just 
two filter config files for registry and a single XSLT file, similar to 
odt2mediawiki.xsl?
  By the way I tried to run odt2mediawiki.xsl via Saxon from OO.o (via command 
line, on content.xml extracted from test odt document) and the results were 
rather different from text files created by doing export in OO.o. What did I 
do wrong?

Thanks
Pavel Laštovička

[1]  http://en.wikipedia.org/wiki/Textile_(markup_language)

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Typo in sal/osl/unx/file.cxx

2009-03-19 Thread Pavel Lastovicka

Hello Mikhail,

I filed this into the issue #100362 and assigned it to you.

Bye
Pavel

Mikhail Voytenko napsal(a):

Hi Pavel,

You are right, it looks like a typo. Could you please write an issue to 
me ( m...@openoffice.org ).


Thanks,
Mikhail.

On 03/17/09 18:01, Pavel Lastovicka wrote:

Hello,

I was looking at the source code in sal/osl/unx/file.cxx.
And there in function osl_openFile() is the following code:

  /* remove the NONBLOCK flag again */
  flags = fcntl(fd, F_GETFL, NULL);
  flags = ~O_NONBLOCK;
  if( 0  fcntl(fd, F_GETFL, flags) )
  return oslTranslateFileError(OSL_FET_ERROR, errno);

The second fcntl call should be fcntl(fd, F_SETFL, flags), shouldn't it?






-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Typo in sal/osl/unx/file.cxx

2009-03-17 Thread Pavel Lastovicka

Hello,

I was looking at the source code in sal/osl/unx/file.cxx.
And there in function osl_openFile() is the following code:

  /* remove the NONBLOCK flag again */
  flags = fcntl(fd, F_GETFL, NULL);
  flags = ~O_NONBLOCK;
  if( 0  fcntl(fd, F_GETFL, flags) )
  return oslTranslateFileError(OSL_FET_ERROR, errno);

The second fcntl call should be fcntl(fd, F_SETFL, flags), shouldn't it?
--
Pavel Lastovicka

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Document filter problem

2008-12-03 Thread Pavel Lastovicka
Hello Mikhail,
thank you for explanation. Later I also found relevant page in dev. guide 
which describes filter flags in more detail. Now I can see differences 
between saving and exporting.

Best regards
Pavel

On Monday 01 of December 2008 17:53:07 Mikhail Voitenko wrote:
 Hi Pavel,

 On 12/01/08 09:01, Pavel Lastovicka wrote:
  Hello,
 
  I need to add MS Office 2007 export capability to oo.o. oo.o includes
  import only filters for these formats. I tried to add another,
  export-only filter for e.g. type writer_MS_Word_2007. But openoffice
  seems to ignore it (does not list it as an available type in save as
  dialog) unless it is given the import flag also. I have attached my
  filter definition to this mail. I install it as an oo.o extension.

 File/SaveAs UI-action means that the document should be stored and let
 be based on the new location. It is possible only for filters supporting
 import, since based means here that the document can be reloaded from
 there.

 If a filter supports export only, it is a pure export filter, so it can
 be used only by File/Export UI-action.

Another unpleasant thing with my filter is the following: If I open a
  .docx file, change it and then try to save, instead of saving of the
  document I am presented with save dialog with file type changed to .odt.
  I have to manually choose .docx format to save the file.

 The OOo .docx filter ( I assume that it is used to open the document ),
 is import-only filter. Thus it can not be used for saving/exporting. In
 this case the office preselects the default filter on File/SaveAs action.

 Best regards,
 Mikhail.

Does somebody has experience in this area?
 
 
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

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



-- 
Pavel Lastovicka, Developer  OpenOffice.org Specialist

blue.point Solutions, s. r. o.
tel: +420 412 510 182
fax: +420 412 510 182
ICQ: 273897896
http://www.blue-point.cz

suseportal.cz - suseserver.cz - susedesktop.cz - softportal.cz -  
602office.cz - kyberpunk.org - os2.cz - oooSupport.com

IBM Business Partner - Novell Business Partner - Software602 Business Partner

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



[dev] Integration an extension into installation set in 3.0

2008-12-03 Thread Pavel Lastovicka
Hi,
I used information from 
http://wiki.services.openoffice.org/wiki/Extensions_Integration_into_Installation_Set
 
for this task with oo.o 2.x. But now in 3.0, gid_Dir_Share_Extension_Install 
is no longer defined in scp2/source/ooo/directory_ooo.scp.
  Is there currently other possibility to integrate an extension into oo.o 
instalator?
-- 
Pavel Lastovicka

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



[dev] Document filter problem

2008-12-01 Thread Pavel Lastovicka
Hello,

I need to add MS Office 2007 export capability to oo.o. oo.o includes import 
only filters for these formats. I tried to add another, export-only filter for 
e.g. type writer_MS_Word_2007. But openoffice seems to ignore it (does not 
list it as an available type in save as dialog) unless it is given the 
import flag also. I have attached my filter definition to this mail. I 
install it as an oo.o extension. 
  Another unpleasant thing with my filter is the following: If I open a .docx 
file, change it and then try to save, instead of saving of the document I am 
presented with save dialog with file type changed to .odt. I have to manually 
choose .docx format to save the file.
  Does somebody has experience in this area?
-- 
Pavel Lastovicka
?xml version=1.0 encoding=UTF-8?
!DOCTYPE oor:component-data SYSTEM ../../../../component-update.dtd
oor:component-data xmlns:oor=http://openoffice.org/2001/registry; 
xmlns:xs=http://www.w3.org/2001/XMLSchema; 
oor:package=org.openoffice.TypeDetection oor:name=Filter
node oor:name=Filters
node oor:name=MOOX oor:op=replace
prop oor:name=Flags
valueEXPORT OWN ALIEN/value
/prop
prop oor:name=UIComponent/
prop oor:name=FilterService/
prop oor:name=UserData

valueCXML,Preprocess=lt;%origin%/odfconverter.exe /DOCX2ODT /I %SOURCE% /O 
%TARGET%gt;,Postprocess=lt;%origin%/odfconverter.exe /ODT2DOCX /I %SOURCE% /O 
%TARGET%gt;/value
/prop
prop oor:name=FileFormatVersion
value0/value
/prop
prop oor:name=Type
valuewriter_MS_Word_2007/value
/prop
prop oor:name=TemplateName/
prop oor:name=DocumentService
valuecom.sun.star.text.TextDocument/value
/prop
prop oor:name=UIName
value xml:lang=x-defaultMicrosoft Word 2007 
Document/value
/prop
/node
/node
/oor:component-data

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