Re: Coverity Scan update

2015-05-18 Thread jan i
Hi.

I am very confused.

I have not used, nor do I use coverity scan ! Is this an unrequested
Advertisement ?

I know that Apache OpenOffice used to use these scans, but I have no idea
if they are still being used.

I have asked to be removed from your mail database before, please make it
happen, I do NOT like unconsolidated emails.

I have copied dev@o.a.o so the community can judge your email.

rgds
jan I.


On 18 May 2015 at 16:24, Dakshesh Vyas dv...@coverity.com wrote:

 Hello jani,

 Thank you for using Coverity Scan.
 With more than 4000 open source projects now registered at Coverity Scan,
 we are committed to help the open source community find quality and
 security issues early in development.

 We would like to inform you that you can now nominate your favorite
 defect! Tell us which defects you are glad were found using Coverity Scan
 and get special gifts like a Samsung Gear 2 Smartwatch, Code Black Drone or
 Tile for iOS and Android. Gifts will be distributed every month based on
 defect nomination!

 We recently added new hardware resource and upgraded our Scan server to
 our latest 7.6 version, which includes great new features:

 * New security and quality checkers with version 7.6.
 * You can now setup automatic approval for viewing defects in read-only
 mode for everyone.
 * See charts showing defects outstanding vs. fixed over a period of time,
 and sort high impact defects by category.
 * Support for standard SSL port 443 instead of 8443.
 * Subscribe to email notifications for your entire open source project or
 for specific components or modules within your project.
 * You can now submit builds more frequently.
 * Please download the latest Coverity Build tool from
 https://scan.coverity.com/download
 * The old Coverity Build tool will still continue to work, but it may not
 be able to find some security and quality defects that could be found using
 our new and improved checkers as a part of 7.6 upgrade.

 * Important note for projects that uses automation or a script to submit
 build to Coverity Scan: The old URL to upload build on scan5.coverity.com
 is no longer supported. It is applicable to and used by some of the old
 projects on Coverity Scan.
 * Please sign-in to Coverity Scan to find the updated URL under automation
 section of Submit Build.
 * Finally, don't forget to nominate your favorite defects to receive
 special gifts like a Samsung Gear 2 Smartwatch, Code Black Drone or Tile
 for iOS and Android every month!


 Post your technical questions at
 https://communities.coverity.com/community/scan-(open-source)/content

 Please email us at scan-ad...@coverity.com if you have any question or
 concerns, and we would be happy to help you.


 Thanks
 Dakshesh Vyas | Technical Manager - Coverity Scan
 Office: 415.935.2957 | dv...@coverity.com
 https://scan.coverity.com/
 Coverity by Synopsys


 To manage Coverity Scan email notifications, click

 https://scan.coverity.com/subscriptions/edit?email=jani%40apache.orgtoken=162a176f33258f0edd05c1e56a7fd72f



Build Apache open office

2015-05-18 Thread Nguyen Dinh Van
Dear Apache group,
I Build source fllow link :
wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
,
When I run command build --all then It's output this error message :
---
build -- version: 275224


=
Building module solenv
=

Entering /cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv

mkout -- version: 1.8
/usr/bin/bash:
/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv/wntmsci12.p
ro/inc/myworld.mk: No
such file or directory
dmake:  Error code 1, while making
'/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/ma
in/solenv/wntmsci12.pro/inc/myworld.mk'

1 module(s):
solenv
need(s) to be rebuilt

---

Please for me away


Re: Build Apache open office

2015-05-18 Thread Regina Henschel

Hi,

Nguyen Dinh Van schrieb:

Dear Apache group,
I Build source fllow link :
wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
,
When I run command build --all then It's output this error message :
---
build -- version: 275224


=
Building module solenv
=

Entering /cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv

mkout -- version: 1.8
/usr/bin/bash:
/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv/wntmsci12.p
 ro/inc/myworld.mk: No
such file or directory
dmake:  Error code 1, while making
'/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/ma
 in/solenv/wntmsci12.pro/inc/myworld.mk'

1 module(s):
 solenv
need(s) to be rebuilt



Are you sure, you have changed into folder instsetoo_native before 
running build --all ?


Which source do you try to build and from where do you download the source?

Kind regards
Regina


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



Re: Coverity Scan update

2015-05-18 Thread Pedro Giffuni

Hello;

It's not spam (I received it twice) ... the project has been using
Coverity for a while:

https://scan.coverity.com/projects/174

Most committers were subscribed to the service through a list
we provided when it was set up from the Apache OpenOffice side.

Pedro.




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



Re: [BUILDING]Missing vcl resource

2015-05-18 Thread foolsgarden
Thought I might try to create the files, that aoo is looking for. So cleaned 
everything and used:
configure \
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
 \
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz\
-enable-symbols\
--enable-dbgutil\
--with-package-format=installed\
 --with-lang=de

but still no luck. Only vclen-US.res is created and no vclde-DE.res (what I 
hoped would happen).

I just want to build aoo and tinker with the code and then rebuild and so on.
So no packaging or something special. Just build the enUS version and start it.

Any ideas?


--- Ursprüngliche Nachricht ---
Von: foolsgar...@anpa.de
Datum: 09.05.2015 09:17:14
An: dev@openoffice.apache.org
Betreff: [BUILDING]Missing vcl resource

 Hi all,

 I'm trying to build AOO first time.
 os: ubuntu 12.04
 aoo: trunk

 What I did:
 followed the steps at: 
 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO


 1.Download the source: svn co 
 https://svn.apache.org/repos/asf/openoffice/trunk
 aoo
 2.Configure: cd main/ ; autoconf ; ./configure some-switches
 ; ./bootstrap
 3.Build: source platform-dependend-name.sh ; cd instsetoo_native
 ; build --all
 4.Wait for an hour or more (The build can take up to 3 hours.)
 5.Enjoy

 Well, everything went ok until I reached step 5.

 Configure line:
 configure \
 --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
 \
 --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz\

 -enable-symbols\
 --enable-dbgutil\
 --with-package-format=installed


 When I tried to start aoo I got a message which told me, that libsofficeapp.so
 could not be found.
 So I set LD_LIBRARY_PATH to .../aoo-trunk/main/solver/420/unxlngi6.pro/lib
 and the error went away.
 Now I get the error:

 Missing vcl resource. This indicates that files vital to localization
 are missing. You might have a corrupt installation.
 terminate called after throwing an instance of 
 'com::sun::star::uno::RuntimeException'


 After some searching I found out that this may happen if the vclen-US.res
 file is missing.
 But the file is there.

 After some sleepless nights ;) I looked at strace, it looks like aoo tries
 to get vclde-DE.res instead of vclen-US.res.
 But there is no vclde-DE.res.

 After some cleans and rebuilds I found this line when configuring:
 checking which languages to be built... en-US

 So why is aoo trying to find the vclde-DE.res file while en-US was 
 configured???


 Days and nights vanished and I tried to set  LC_ALL but then got a gtk error.


 Can someone tell me how I can run aoo, please?


 P.S. Can someone add a line which says that one has to set subject to 
 subscribe
 when subscribing to the lists.
 Or adapt the links at 
 https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public
 so they
 include subscribe as subject when clicking on the subscribe links.

 The link at http://www.openoffice.org/ml_guidelines.html at the Format:
 Plaintext section leads me to a site, I only
 can view the Privacy Policy (dunno, maybe it's just my browser).

 -
 Unzufrieden mit Ihrem DSL-Anschluss? Jetzt günstigsten Anbieter finden:
 http://www.anpa.de/index.php?action=dslvergleich



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



-
Der perfekte Zeitpunkt seinen Stromanbieter zu wechseln:
http://www.anpa.de/index.php?action=stromvergleich



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



Two Languages: One ISO-639-# code

2015-05-18 Thread toki
All:

In testing out various grammar and spell checkers, I've come across a
couple of instances, where different languages/dialects share the same
ISO code.

IOW:
The _current_ ISO 639-1, ISO 639-2, ISO 639-3, ISO 639-4, ISO 639-5, and
ISO 639-6 codes are the same. They do have different Glottolog Codes.

The only solutions I found from Google searches were:
* Use User-1 for one language, User-2 for the other language;
* Use a completely different language and locale for one language;

The issue with User-#, is that it is no longer found in standard
 builds.

The issue with use a completely different language, is that that
results in a language collision, when a user has to use both languages.

Question:
* What is the recommended practice for this type of situation.

###

Currently, this is an unusual case, but as the project extends into more
languages that are threatened, endangered, extinct, or dead, it will
become much more common.

###

I do have complete locale data for one or two of these conflicting
languages. However, since they share the same ISO 639-#, ISO 15924, and
 ISO 3166-1 Codes, I don't see how any program could
correctly differentiate between them. As a general rule, they do have
different ISO 3166-2 Codes.

ISO 3166-3 Codes are not of much use here, because they aren't old
enough for the languages that need them. (Chinese, Greek, and Hebrew,
amongst others.)

jonathon



signature.asc
Description: OpenPGP digital signature


Re: [DEV ] About WebDAV lock implementation and issues i125194, i126305, i126312

2015-05-18 Thread Roberto Galoppini
Ciao Giuseppe,

 if you can drop a description of what you're looking for on SourceForge
help wanted forum I can promote it.
http://sourceforge.net/p/forge/helpwanted/

best,

Roberto

2015-05-17 9:23 GMT+02:00 Marcus marcus.m...@wtnet.de:

 Am 05/16/2015 11:35 AM, schrieb Giuseppe Castagno:

 Hi all,

 a few words about what I did (and found) on WebDAV.

 [...]


 thanks a lot for your work on the webdav functionality in AOO. I really
 hope that a developer with that knowledge has some time to look into this.

 Marcus


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




Re: Build Apache open office

2015-05-18 Thread Nguyen Dinh Van
Hi you

Are you sure, you have changed into folder instsetoo_native before running
build --all ?
== yes, I have.
Which source do you try to build and from where do you download the source?
== I did download source in this link
http://mirrors.digipower.vn/apache/openoffice/4.1.1/source/apache-openoffice-4.1.1-r1617669-src.tar.bz2
If my source is not correct, you will send for me link source. Or send for
me guild build detail . Thank you.


2015-05-18 15:05 GMT+07:00 Regina Henschel rb.hensc...@t-online.de:

 Hi,

 Nguyen Dinh Van schrieb:

 Dear Apache group,
 I Build source fllow link :

 wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
 ,
 When I run command build --all then It's output this error message :

 ---
 build -- version: 275224


 =
 Building module solenv
 =

 Entering /cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv

 mkout -- version: 1.8
 /usr/bin/bash:
 /cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/main/solenv/wntmsci12.p
  ro/inc/myworld.mk:
 No
 such file or directory
 dmake:  Error code 1, while making
 '/cygdrive/cygdrive/f/AndroidDev/aoo-4.1.1/ma
  in/solenv/wntmsci12.pro/inc/myworld.mk'

 1 module(s):
  solenv
 need(s) to be rebuilt


 Are you sure, you have changed into folder instsetoo_native before running
 build --all ?

 Which source do you try to build and from where do you download the source?

 Kind regards
 Regina