[dev] SRC680_m79, strange behavior on odk build

2005-02-23 Thread marcio.macedo
Hi, 

I'm building odk module in SRC680_m79 on fedora core 2, and the build is
failing on odk/pack/copying. 
The wierd part is, each time I run the build command, I get a different
error message, such as:

dmake:  Error --
`/home/marcio/src20/Officembuild/solver/680/unxlngi4.pro/idl/com/sun/star/embed/XPersistanceHolder.idl'
 not found, and can't be made
'---* RULES.MK *---'

where Officembuild is not the correct path. The path seems to be
'scrambled'

running build again I got:

dmake:  Error -- `/home/marcio/src20/Office-
build/solver/68p/unxlngi4.pro/idl/com/sun/star/util/XStringMapping.idl'
not found, and can't be made
'---* RULES.MK *---'

the path has changed again.
Any ideas?

cheers.
Marcio.


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



Re: [dev] re: using ant script to build add-in

2005-02-23 Thread Oliver Brinzing
Hi James,

i will sent you 2 sample projects including ant scripts
 which should work with eclipse 3.1 and oo1.1.4

Oliver


Am 23.02.2005 15:38 schrieb Kohei Yoshida:
 On Tue, 22 Feb 2005 14:44:23 -0500, James Black [EMAIL PROTECTED] wrote:
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am curious if anyone has an ant script to build an add-in for Oo, as I
am going to do my project in java, and would prefer not to use make. :)
 
 
 Hi James,
 
 I think you will be better served on [EMAIL PROTECTED]  On that
 list I see regularly many folks who develop Java UNO components and/or
 write Java programs that connect to OO.o instance via UNO.
 
 As for me, I still use 'make' for my Java UNO component project, but
 switching to ant is in the back of my mind.
 
 HTH,
 
 Kohei


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



[dev] Winner, OpenOffice.org 2.0 Splashscreen Competition

2005-02-23 Thread Louis Suarez-Potts
All,

Thousands of OpenOffice.org community members participated in the voting
for the OpenOffice.org 2.0 splashscreen. People could vote for their
favourite three choices from the eleven splashscreens shortlisted form
over 340 submissions from 103 artists and designers.

We are pleased to announce that Brendan Wheelan was the outright winner
with his splashscreen design:
http://www.openoffice.org/editorial/bwhelan.html

Brendan, a professional programmer, has since worked with the
development team to finalise the artwork to be included in
OpenOffice.org 2.0 Beta, including the splashscreen, about box and
installer graphics.

The splashscreen competition not only provided a successful
splashscreen, but created awareness of the OpenOffice.org Art Project
(http://marketing.openoffice.org/art/) that is responsible for the
creation and maintenance of graphics and art pieces for the
OpenOffice.org community.

Thank you to all the artists who participated in the splashscreen
competition. We look forward to any other ways you may wish to
contribute to the OpenOffice.org Art Project.

Congratulations Brendan, and a big thank you also to all the community
members who participated in voting for the splashscreen.

Regards
Jacqueline McNally
Lead, OpenOffice.org Marketing Project

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



Re: [dev] re: using ant script to build add-in

2005-02-23 Thread Mathias Bauer
Kohei Yoshida wrote:
 On Tue, 22 Feb 2005 14:44:23 -0500, James Black [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I am curious if anyone has an ant script to build an add-in for Oo, as I
 am going to do my project in java, and would prefer not to use make. :)
 
 Hi James,
 
 I think you will be better served on [EMAIL PROTECTED]  On that
 list I see regularly many folks who develop Java UNO components and/or
 write Java programs that connect to OO.o instance via UNO.
 
 As for me, I still use 'make' for my Java UNO component project, but
 switching to ant is in the back of my mind.

We are currently working on ant support in our SDK, means: provide ant
scripts for at least some of the Java examples. It's currently unclear
how many of them (between zero and all) will get ant scripts in the next
SDK release, but replacing make by ant for Java examples is what we are
heading for.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.


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



[dev] Re: [discuss] Winner, OpenOffice.org 2.0 Splashscreen Competition

2005-02-23 Thread Ralph Aichinger
On Wed, 2005-02-23 at 11:53 -0800, Louis Suarez-Potts wrote:

 We are pleased to announce that Brendan Wheelan was the outright winner
 with his splashscreen design:
 http://www.openoffice.org/editorial/bwhelan.html


Congratulations to you, Brendan, it is a very beautiful design
and a worthy winner!

Just one very minor nit (it is not *that* important): It seems
that the version number 2.0 has been added in a different
font (Arial?). This can most clearly seen in the square dot,
just compare it to the 1.1 splash screen that has a round
dot. Would it be possible to add the version number in 
the same font as OpenOffice.org? I am assuming that
Brendan did not have this OpenOffice.org font, whatever
it is.

/ralph
-- 
Rettet die Wale und strzt das System, und trennt euren Mll, 
denn viel Mist ist nicht schn! 
Gustav, Rettet die Wale


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



Re: [dev] re: using ant script to build add-in

2005-02-23 Thread Kohei Yoshida
Hi Mathias,

On Wed, 23 Feb 2005 18:41:04 +0100, Mathias Bauer [EMAIL PROTECTED] wrote:
 Kohei Yoshida wrote:
  On Tue, 22 Feb 2005 14:44:23 -0500, James Black [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  I am curious if anyone has an ant script to build an add-in for Oo, as I
  am going to do my project in java, and would prefer not to use make. :)
 
  Hi James,
 
  I think you will be better served on [EMAIL PROTECTED]  On that
  list I see regularly many folks who develop Java UNO components and/or
  write Java programs that connect to OO.o instance via UNO.
 
  As for me, I still use 'make' for my Java UNO component project, but
  switching to ant is in the back of my mind.
 
 We are currently working on ant support in our SDK, means: provide ant
 scripts for at least some of the Java examples. It's currently unclear
 how many of them (between zero and all) will get ant scripts in the next
 SDK release, but replacing make by ant for Java examples is what we are
 heading for.

Now, that will give a lot of Java coders a good head start on their
project.  Thanks for the good news! :-)

Kohei

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



[dev] Re: [discuss] Winner, OpenOffice.org 2.0 Splashscreen Competition

2005-02-23 Thread Christian Einfeldt
On Wednesday 23 February 2005 12:17, Ralph Aichinger wrote:
 On Wed, 2005-02-23 at 11:53 -0800, Louis Suarez-Potts wrote:
  We are pleased to announce that Brendan Wheelan was the
  outright winner with his splashscreen design:
  http://www.openoffice.org/editorial/bwhelan.html

 Congratulations to you, Brendan, it is a very beautiful design
 and a worthy winner!

+1  !!

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