[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

2006-07-27 Thread geki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64798


User geki changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Jul 27 08:30:52 -0700 
2006 ---
seen in m179. closing.

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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





--- Additional comments from [EMAIL PROTECTED] Wed Jul 19 23:56:02 -0700 
2006 ---
kso->rene,geki: You're right. My fault. config.h is a private header. I
overlooked this in the first place.

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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





--- Additional comments from [EMAIL PROTECTED] Wed Jul 19 13:12:26 -0700 
2006 ---
kso: of course there is none. config.h is *NOT* a public header and therefore 
not
installed in packages. the public neon headers do *NOT* contain version 
macros...
And it is bad to install config.h to use that.

So using config.h might help for you, using internal neon, but not for 
syste-neon.

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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





--- Additional comments from [EMAIL PROTECTED] Wed Jul 19 07:39:53 -0700 
2006 ---
kso->geki: neon's config.h gets created by neon's configure script. neon sources
do not even compile without this header file. Thus, you need to run configure
once, for instance in order to create config.h before you can build neon.

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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





--- Additional comments from [EMAIL PROTECTED] Wed Jul 19 07:10:10 -0700 
2006 ---
There is no config.h with Gentoos neon version. There is also no NEON_VERSION
define in any of the neon header files.

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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


User kso changed the following:

What|Old value |New value

  CC|'cmc,hjs,rene'|'cmc,hjs,kso,rene'





--- Additional comments from [EMAIL PROTECTED] Wed Jul 19 00:24:02 -0700 
2006 ---
kso->geki: IMO, neon's config.h already defines version information:

/* Define to be the neon version string */
#define NEON_VERSION "0.24.7"

/* Define to be major number of neon version */
#define NEON_VERSION_MAJOR (0)

/* Define to be minor number of neon version */
#define NEON_VERSION_MINOR (24)

Thus, if you need neon version only in cxx/hxx (seems to be the case for now),
there is no need to introduce NEON_VERSION at all. This would simplify your
patch alot.


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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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





--- Additional comments from [EMAIL PROTECTED] Tue Jul 18 05:16:25 -0700 
2006 ---
@pavel: thanks for the hint. introduced NEON_VERSION to SO environment to avoid
breakage here:
ucb/source/ucp/webdav/NeonSession.hxx:52:18: operator '>=' has no left operand


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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

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


User pjanik changed the following:

What|Old value |New value

  CC|'cmc,rene'|'cmc,hjs,rene'

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Jul 17 11:09:11 -0700 
2006 ---
Ause: please analyse, if you need some changes to your environment - like
NEON_VERSION variable or so.


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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

2006-07-13 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64798


User rene changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Jul 13 08:18:32 -0700 
2006 ---
fixed in cws configure18

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

2006-07-13 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64798


User rene changed the following:

What|Old value |New value

 Assigned to|abi   |rene

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Jul 13 08:17:11 -0700 
2006 ---
.

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



[ucb-issues] [Issue 64798] patch to enable using neon 0.26 api for webdav

2006-07-11 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64798





--- Additional comments from [EMAIL PROTECTED] Tue Jul 11 05:29:07 -0700 
2006 ---
abi: any status on this? In case you don't have a cws opwen for that currently 
I can add it to configure18

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