[porting-issues] [Issue 65170] --with-system-db should ch eck for presence of db.jar

2008-11-06 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65170


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Nov  6 08:52:14 + 
2008 ---
close the invalid issue

-
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 65170] --with-system-db should ch eck for presence of db.jar

2007-10-22 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65170


User rene changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Oct 22 20:40:01 + 
2007 ---
obsolete, db.jar usage gone

-
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 65170] --with-system-db should ch eck for presence of db.jar

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


User geki changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38642)
Check presence of -
|  |-with-db-jar=JARFILE






--- Additional comments from [EMAIL PROTECTED] Fri Aug 18 14:55:23 -0700 
2006 ---
Created an attachment (id=38642)
Check presence of --with-db-jar=JARFILE


-
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 65170] --with-system-db should ch eck for presence of db.jar

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


User geki changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Fri Aug 18 14:54:15 -0700 
2006 ---
With --with-db-jar=JARFILE it actually won't be checked for its presence.
I'll attach a diff.

-
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 65170] --with-system-db should ch eck for presence of db.jar

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


User rene changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sat Jul 22 08:12:46 -0700 
2006 ---
It does:

from configure.in:
 if test "$SOLAR_JAVA" = "TRUE"; then
   if test -z "$DB_JAR"; then
 # three different naming methods *grumble* Are there even more?
 AC_CHECK_FILE(/usr/share/java/db.jar, [ JARVER=0 ],
   [
 AC_CHECK_FILE(/usr/share/java/db-$DB_VERSION.jar, [ JARVER=1 ],
   [ AC_CHECK_FILE(/usr/share/java/libdb$DB_VERSION-java.jar,
   [ JARVER_LONGSTYLE=1 ],
   [ AC_MSG_ERROR(db$DB_VERSION_MAJOR Java bindings not found)]
 )
   ]
 )
   ]
 )
 if test "$JARVER" = "1"; then
   DB_JAR=/usr/share/java/jar-$DB_VERSION.jar
 else
   DB_JAR=/usr/share/java/db.jar
 fi
 if test "$JARVER_LONGSTYLE" = "1"; then
   DB_JAR=/usr/share/java/libdb$DB_VERSION-java.jar
 fi
 if test -z "$DB_JAR"; then
   AC_MSG_ERROR([libdb $DB_VERSION jar not found. Install it or specify path
with --with-db-jar=/path/to/jar])
 fi



-
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 65170] --with-system-db should ch eck for presence of db.jar

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


User pjanik changed the following:

What|Old value |New value

  CC|'cmc,geki,kendy,pjanik'   |'cmc,geki,kendy'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Platform|Opteron/x86_64|All





--- Additional comments from [EMAIL PROTECTED] Fri Jul 21 08:53:15 -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]



[porting-issues] [Issue 65170] --with-system-db should ch eck for presence of db.jar

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


User kendy changed the following:

What|Old value |New value

 Assigned to|kendy |rene

 Summary|com.sleepycat.db.DatabaseT|--with-system-db should ch
|ype’ not found in import  |eck for presence of db.jar





--- Additional comments from [EMAIL PROTECTED] Thu Jul 20 06:37:33 -0700 
2006 ---
rene: Please, any chance to add a configure check for db.jar in the 
--with-system-db case? ;-)

Thank you in advance!

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