[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Thu Jul 28 09:28:36 -0700 
2005 ---
TRA: The proposed VCL hack should only be the last resort. Nobody inside Sun is 
really able to predict 
what other things get broken when introducing the VCL patch. Provided that the 
problem arises only 
when using Java AWT there are some alternatives to be considered first:

1. Make the Wizard code and any other Java code in OOo AWT free. 
In the Wizard only a very small portion of the code uses AWT this code 
can easily be replaced according to the responsible person inside Sun.
All wizards except the Web wizard do work even without the VCL patch.

2. Force OOo to use Java 1.3.x 
At least the Wizards are Java 1.3.x compatible and don't need a hight Java 
version.
I don't know if there is any other code (except the Accessibility stuff which 
doens't 
work anyway on Mac according to responsible person) which still depends on a 
higher Java version.
In order to realize this solution a small portion of the jvmfwk project need to 
be 
adapted (a function like compareJavaVersion, which is currently not implemented 
for Mac OS X) and a XML file which dtermines the min and max Java version to be 
used by OOo.

3. Remove the menu entry for the Web wizard from the file menu.
I guess nobody will really miss this wizard on Mac OS X or am I wrong.

Kind regards,
Tino

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-24 Thread fheckl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 24 09:23:20 -0700 
2005 ---
fheckl-ericb:
Looking at your last patch I see the following line:
+//void ExecuteApplicationMain( Application *pApp )
where you comment out ExecuteApplicationMain
Is that intended?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-24 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 24 10:58:26 -0700 
2005 ---
ericb-fheckl

Ooops, yes,my mistake I don't know why, I commented the bad
ExecuteApplicationMain(). 
Thank you Florian :-)

Please comment out this lline !

I think I simply have not defined ExecuteApplicationMain() in svmain.hxx, but I
still have not found how do it correctly.




-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-24 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 24 11:31:29 -0700 
2005 ---
I think that you might have not added the changes in vcl/unx/inc/salinst.h:

 1. In vcl/unx/inc/salinst.h, add the following new function declaration:

 #ifndef _SV_SVAPP_HXX  
 #include svapp.hxx
 #endif

 void ExecuteApplicationMain( Application *pApp );


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-24 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 24 13:05:20 -0700 
2005 ---
ericb-pluby

No, I have really added these changes, but since I have added ' #include
salinst.h '
in vcl/source/app/svmain.cxx, svmain.o builds correctly. 

The pchanges are more simple, but build still breaks :

ld: Undefined symbols:
__Z22ExecuteApplicationMainP11Application
/usr/bin/libtool: internal link edit command failed
dmake:  Error code 1, while making '../unxmacxp.pro/lib/libvcl680mxp.dylib'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/Volumes/sauvegarde/Openoffice.org680/vcl/util

Attached patch comes


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-24 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28190) new patch, more
  |  |simple build still
  |  |breaking)





--- Additional comments from [EMAIL PROTECTED] Sun Jul 24 13:08:11 -0700 
2005 ---
Created an attachment (id=28190)
new patch, more simple build still breaking)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sat Jul 23 16:57:43 -0700 
2005 ---
Hi,

I have still problems for building. I must be blind, but i don't find why the
build breaks. ExecuteApplicationMain() is not known for final linking, symbols
are missing...

Attached patch comes



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28179) actual patch
  |  |for use java + CFRunLoop





--- Additional comments from [EMAIL PROTECTED] Sat Jul 23 17:00:37 -0700 
2005 ---
Created an attachment (id=28179)
actual patch for use java + CFRunLoop


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sat Jul 23 17:06:53 -0700 
2005 ---
I forgot to mention : the update of vos::OThread (the use of vos is deprecated)
for osl Threads is still missing in the precedent patch.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-20 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Wed Jul 20 00:56:45 -0700 
2005 ---
It seems there is no other way then if we want Java to work on Mac. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-20 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Wed Jul 20 01:32:25 -0700 
2005 ---
Hi,

Yes, I think too there's no other possibility.  Waiting, I have add vcl module
to macosx10 cws, and with Tino, we're trying to make Patrick's proposition work.
We'll have to think to a necessary backport for 1.1.5 too.

Again, thank you very much Patrick.




-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-20 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Wed Jul 20 09:09:37 -0700 
2005 ---
I have a couple of details to add:

1. In my proposed code, there is a line missing. Replace the following lines:

// Start the CFRunLoop
sourceContext.version = 0;

   with:

// Start the CFRunLoop
CFRunLoopSourceContext aourceContext;
sourceContext.version = 0;

2. If you don't plan on supporting Mac OS X 10.2 (Jaguar), you don't need to
include the following lines:

// TODO: Determine if we are running Java 1.3.1 as this code is currently
hardcoded for Java 1.4 or higher
jint jniVersion = JNI_VERSION_1_4;

if ( jniVersion = JNI_VERSION_1_4 )

Instead, you just need to make the following changes to force Mac OS X to load
Java 1.4 or higher. In the jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
file (OOo 2.0) or the stoc/source/javavm/javavm.cxx file (OOo 1.1.5), replace
the following line:

vm_args.version= JNI_VERSION_1_2;

with:

#ifdef MACOSX
vm_args.version= JNI_VERSION_1_4;
#else
vm_args.version= JNI_VERSION_1_2;
#endif


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-19 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Tue Jul 19 01:02:58 -0700 
2005 ---
jl-pluby: Thanks very much for explaining. Is there a chance that the Mac JRE
will be changed /fixed in the foreseeable future? 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-19 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Tue Jul 19 09:08:01 -0700 
2005 ---
Unfortunately, I would guess that this behavior is permanent based on the fact
that this behavior (i.e. a CFRunLoop must be running in the primordial thread)
exists in all Cocoa applications. Starting with Java 1.4, Apple reimplemented
their JVM's AWT code using the Cocoa APIs and future JVM versions will likely
remain Cocoa. For the last few years now, this behavior has seemed to be pretty
deeply embedded with Cocoa. It may have something to do with the fact that Cocoa
is written in Objective-C, but I don't know for sure.

Interestingly, Java 1.3.1 which was written using the Carbon APIs behaves like
Sun's JVM in that it starts a native event loop in a secondary thread that it
spawns. So, apparently Carbon (which is older and is not written in Objective-C)
does not suffer from this behavior.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Mon Jul 18 01:21:48 -0700 
2005 ---
JL-ericb: I think modifiying code outside the jvmfwk project to get Java to
function is bad. This is what jvmfwk is for. It is intenteded to encapsulate all
Java - vendor related stuff. We try to avoid platform dependent code as much as
we can because this makes maintainance very hard. This is why we have projects,
such as sal and jvmfwk.

As I understood the problem here is that the VM cannot be started in the main
thread. My suggestion is:

-create a jvm plugin library
-modify jfw_plugin_startJavaVirtualMachine so that it starts the VM in a
different thread.

The problem is, that jvmfwk unloads the plugins. However, to test if your plugin
works you could modify line 389 of jvmfwk/source/framework.cxx:

//The Module class unloads the library in its destructor
//  osl::Module modulePlugin(sLibPath);
osl_loadModule(sLibPath.pData, SAL_LOADMODULE_DEFAULT);


If this work I would introduce a optional function for the plugins:

int jfw_plugin_canUnloadAfterVMCreation()

Your plugin would return 0. The framework would take this into account (needs to
be implemented).

Please create a new plugin and do not use sunjavaplugin for this. A good place
for the code would be jvmfwk/plugins/mac or jvmfwk/plugins/mac/pluginlib. 
BTW. you could still use javaldx.

Let me know if this works for you.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-18 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Mon Jul 18 18:44:24 -0700 
2005 ---
pluby-jl

I understand your desire to put this code in one of the jvm frameworks. However,
I think that you misunderstand what the problem is. The problem is that with
Apple's Java 1.4 or higher JVM, any AWT code will block forever if the
primordial thread is not running a native event loop (i.e. CFRunLoopRun()) which
means that such an event loop must be started in the primordial thread and
before any AWT code is executed. If this native event loop is not started or is
started in a non-primordial thread, the first AWT call will block.

In other words, a native event loop absolutely must be run on the primordial
thread for Java 1.4 and higher to work on Mac OS X. I consider this a major
design flaw in Apple's JVM, but whether you load the JVM or use the JVM plugin,
you will need this native event loop to be running on the primordial thread
because this requirement exists with the AWT code itself.

Why not run the native event loop on a different thread like other JVMs? Sorry,
but I already tried it and it does not work. The reason is that Apple's JVM 1.4
and higher implementation executes all AWT calls within timers that the JVM
posts explicitly to the primordial thread's native event queue. So, any native
event loop started on a non-primordial thread will just sit idle and the timers
on the primordial thread will never fire which will result in the same blocking
behavior.

The hanging that ericb is seeing occurs when one of the timers that the JVM
posts has a wait condition to force the timer to run synchronously. In this case
(which happens for a surprisingly large number of AWT calls), the SVMain()
thread will block waiting for the timer posted to the primordial thread to fire.

Given that this is a JVM restriction, the number of options are fairly limited.
I think that implementing the native event loop creation and the move of
Application::Main() to a non-primordial thread entirely within vcl makes the
most sense since vcl is a location of platform dependent code and the location
of my changes are in a position where Java is safe for OOo to load.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 01:50:27 -0700 
2005 ---
ericb - maho 

Yes, for example File-Wizards-Web page

About macros, you just have to use : 
Tools - Macros - manage** macros - Beanshell   and test some of them
You'll observe the screenshot I send you.

**not sure, I only have french version here

As summary :

It is URGENT to solve this issue because this is an enormous stopper (even in
1.1.5 )

The solution, proposed by Florian, helped by Apple engineers, works. Florian
reported me some crashes I was not able to reproduce.  So we must take care.

The problem is, *how* implement a Core Foundation Run loop (the solution) in
another thread, in main ... but  not in main  :-)  just using jvmfwk (or ?) with
a plugin.  This is exactly the problem we have to solve.

Last but not least : the problem is twice  : 1.1.5 / Tiger does have exactly the
same.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 11:17:32 -0700 
2005 ---
I ran into this same problem in NeoOffice/J with Java 1.4.x and I have code that
fixes this problem.

The NeoOffice/J code is intermixed with a lot of code that you won't want. So,
below is a stripped down version of the code changes that you will need. Note: I
haven't tested this code as I don't have an OOo 2.0 build so someone who has
such a build will have to try this code out:

1. In vcl/unx/inc/salinst.h, add the following new function declaration:

#ifndef _SV_SVAPP_HXX  
#include svapp.hxx
#endif

void ExecuteApplicationMain( Application *pApp );

2. In vcl/source/app/svmain.cxx, in the SVMain() function replace the following
line:

pSVData-mpApp-Main();

with the following lines:

#ifdef MACOSX
ExecuteApplicationMain( pSVData-mpApp );
#else // MACOSX
pSVData-mpApp-Main();
#endif // MACOSX

3. In vcl/unx/source/app/salinst.cxx, add the following code:

#include CoreFoundation/CoreFoundation.h

class SVMainThread : public ::vos::OThread
{ 
Application*mpApp;
CFRunLoopRefmaRunLoop;

public:
SVMainThread( Application* pApp, CFRunLoopRef
aRunLoop ) : ::vos::OThread(), mpApp( pApp ), maRunLoop( aRunLoop ) {}

virtual voidrun();
};

void SVMainThread::run()
{
Application::GetSolarMutex().acquire();
mpApp-Main();
CFRunLoopStop( maRunLoop );
Application::GetSolarMutex().release();
}

void sourceCallBack( void *info ) {}

void ExecuteApplicationMain( Application *pApp )
{
// TODO: Determine if we are running Java 1.3.1 as this code is currently
hardcoded for Java 1.4 or higher
jint jniVersion = JNI_VERSION_1_4;

if ( jniVersion = JNI_VERSION_1_4 )
{
// Create the thread to run the Main() method in
SVMainThread aSVMainThread( pApp, CFRunLoopGetCurrent() );
aSVMainThread.create();

ULONG nCount = Application::ReleaseSolarMutex();

// Start the CFRunLoop
sourceContext.version = 0;
sourceContext.info = NULL;
sourceContext.retain = NULL;
sourceContext.release = NULL;
sourceContext.copyDescription = NULL;
sourceContext.equal = NULL;
sourceContext.hash = NULL;
sourceContext.schedule = NULL;
sourceContext.cancel = NULL;
sourceContext.perform = sourceCallBack;
CFRunLoopSourceRef sourceRef = CFRunLoopSourceCreate( NULL, 0,
sourceContext );
CFRunLoopAddSource( 
CFRunLoopGetCurrent(),sourceRef,kCFRunLoopCommonModes );
CFRunLoopRun();
 
aSVMainThread.join();

Application::AcquireSolarMutex( nCount );
}
else
{
pApp-Main();
}

return;
}


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 12:19:40 -0700 
2005 ---
ericb - pluby

Thank you very much for your proposition :-)  Looks very interessant and I'll
try to implement it ith m117.

FYI, what we use will be attached. I think you 'll immediatly see the problem.

Regards,
eric bachard











-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=27997) part1 : svmain





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 12:20:44 -0700 
2005 ---
Created an attachment (id=27997)
part1 : svmain


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=27998) part2 :
  |  |necessary modifications in
  |  |solenv for objc++





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 12:21:37 -0700 
2005 ---
Created an attachment (id=27998)
part2 : necessary modifications in solenv for objc++


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=27999) part3 :
  |  |makefile.mk in
  |  |desktop/source/app





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 12:22:31 -0700 
2005 ---
Created an attachment (id=27999)
part3 : makefile.mk in desktop/source/app


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=28000) part4 :
  |  |mainmac.mm





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 12:23:18 -0700 
2005 ---
Created an attachment (id=28000)
part4 :  mainmac.mm


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28001) part5
  |  |makefile.mk for
  |  |desktop/util





--- Additional comments from [EMAIL PROTECTED] Sun Jul 17 12:24:06 -0700 
2005 ---
Created an attachment (id=28001)
part5 makefile.mk for desktop/util


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-16 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sat Jul 16 18:44:31 -0700 
2005 ---
eric:
could you please describe this issue more in detail?
I couldn't reproduce your problem with m117.

do you mean
File-Wizards-Web page
immedately crashes?



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-16 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888





--- Additional comments from [EMAIL PROTECTED] Sat Jul 16 18:45:35 -0700 
2005 ---
if it is possible please attach beanshell macro as well
so that I can reproduce your situation...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 47888] web wizard don't work on Mac OSX SRC680 m93

2005-07-10 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47888


User ericb changed the following:

  What|Old value |New value

Status|NEW   |STARTED

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sun Jul 10 07:45:40 -0700 
2005 ---
issue started 

First fix works fine, but Tino told me it was not accepted by udk team :

 quote 
Hi Eric,

just talked to the Java guys here about your proposed patch for i47888.
The bad news: Your proposed patch is not the appropriate solution
according to our judgment. Sorry for the bad news.

But everything is not lost we just need to fix the problem in another
area of the code which is probably the project 'jvmfwk' there is
a method 'jfw_startVM'which actually starts the JVM.

Further it is possible to create plugins which can be integrated into the
JavaFramework (see: jvmfwk/plugins/...
The sunjavaplugin may serve as an example. For details see also:
http://udk.openoffice.org/common/man/spec/javavendorextension.sxw

We still need to figure out where is the optimal place to start the JVM
in a separate thread. Maybe 'jvmaccess' is the place to consider but I'm
not yet sure.

If I got a little time over the weekend I will further investigate the problem,
maybe you are faster than me.

Kind regards,
Tino 

  end quote 



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]