Please put Derby 10.1.2.1 in the Maven repository

2005-12-01 Thread sissonj
The Geronimo project would like to upgrade to Derby 10.1.2.1 but we need the Derby JARs placed in the Maven repository. From memory Jeremy Boynes checked in some Maven files into the maven directory that allow you to do this. Note that the project.xml file will probably need to be edited to set

Re: 10.1.1.0 jars uploaded to main Maven repository

2005-08-11 Thread sissonj
Jeremy, Is there a reason why we didn't follow the groupId conventions that I discussed in the email thread Placing 10.1.1.0 in Maven repository with groupId that follows new policy ? John Jeremy Boynes [EMAIL PROTECTED] 11/08/2005 10:04 AM Please respond to Derby Development

Re: Added maven module to contain metadata

2005-08-08 Thread sissonj
Good idea. Hopefully this will mean Derby will be deployed to the Maven repos as part of the Derby release process. Thanks, John Jeremy Boynes [EMAIL PROTECTED] wrote on 08/08/2005 04:00:22 AM: I added a maven directory to HEAD containing project definitions for all the artifacts that the

Placing 10.1.1.0 in Maven repository with groupId that follows new policy

2005-08-03 Thread sissonj
Since this is the first release of Derby under the db project, it is a good opportunity to place Derby in the Maven repository with a groupId that follows point 3 of the policy discussed in the following mail on the repository@apache.org list :

Re: DRDA Password Encryption (SECMEC_EUSRIDPWD and SECMEC_USRENCPWD)

2005-08-02 Thread sissonj
David Van Couvering [EMAIL PROTECTED] wrote on 21/06/2005 09:36:37 AM: It looks like there are a lot of separate issues around client/server security. Perhaps we should open a top-level JIRA issue and then create sub-tasks that identify each of these? That would allow someone or someones

Re: [RESULT] [VOTE] 10.1.1.0 release

2005-08-01 Thread sissonj
Andrew, FYI, so the official links don't end up having the same problem.. I am getting a HTTP 403 error accessing the zip files in your directory. For example: You don't have permission to access /~fuzzylogic/derby_10.1/db-derby-10.1.1.0-bin.zip on this server. John Andrew McIntyre [EMAIL

Typo in Derby Versioning Scheme Paper?

2005-06-28 Thread sissonj
The page http://incubator.apache.org/derby/papers/versionupgrade.html says: Minor.major.fixpack.point or M.m.f.p The initial version (as in the code drop from IBM) is set to 10.0.2.0 Major.minor is a typical major and minor release numbering scheme I think the Major.minor should be

Re: Obtaining spec JARs required for a build of the 10.0 derby branch

2005-05-10 Thread sissonj
Hi Andrew, thanks for those changes. I noticed that BUILDING.txt in the 10.0 branch does not include empty.jar just before section 2.2.6: Note: After following the steps in sections 2.2.4-2.2.8 of this document, you should have the following: +${derby.source}/tools/java/empty.jar

Re: Remaining issue outlined in Derby 261

2005-05-06 Thread sissonj
I think we should provide migration information for existing IBM DB2 JDBC driver users. It can only aid the migration to, or adoption of Derby by end users and software vendors. John This e-mail message and any attachments may contain confidential, proprietary or non-public information. This

Re: Availability of Derby client ...

2005-04-18 Thread sissonj
Satheesh Bandaram [EMAIL PROTECTED] wrote on 14/04/2005 08:34:32 AM: As Kathy Saunders announced in February, IBM is contributing attached Derby client to Apache Derby project. Derby client is a type 4 JDBC client driver that is designed to work with Derby Network Server. SNIP Can

Re: Formatting patch

2005-04-15 Thread sissonj
FYI.. It appears most projects request no tabs be used and would prefer the Sun coding conventions (some have exceptions where a project was contributed in another style). http://wiki.apache.org/geronimo/CodingStandards http://jakarta.apache.org/turbine/common/code-standards.html

Re: [jira] Created: (DERBY-197) Add tip for Windows users in BUILDING.txt file regarding file paths in the ant.properties file

2005-04-08 Thread sissonj
Edward Rayl [EMAIL PROTECTED] wrote on 06/04/2005 07:45:06 AM: Daniel John Debrunner wrote: David Van Couvering wrote: FYI, I couldn't 'get this to work even following this approach. I finally had to copy the JDK14 and JDK13 directory trees to the default location where ANT looks for

Instructions for the setup of path for jikes in BUILDING.txt incorrect?

2005-04-04 Thread sissonj
I installed jikes 1.14 on Windows and the jikes-1.14-windows.zip expanded into the following: jikes-1.14 bin jikes.exe doc Note that the jikes executable is in a bin subdirectory (at least on the windows version - can anyone confirm if this is the same on UNIX),

Link on http://incubator.apache.org/derby/releases/release-10.0.2.1.html page broken?

2005-04-01 Thread sissonj
The following link under the Distributions heading doesn't work: incubating-derby-10.0.2.1-src.zip When I click on it my web page displays: fb99ffbacb65f5626f3a07e0cee8785d The tar.gz one works. John This e-mail message and any attachments may contain confidential,

Re: [STATUS] (Derby) Wed Mar 30 23:45:22 2005

2005-03-31 Thread sissonj
The section Releases: needs to be updated. We already have an 10.0.2.1 as an official release according to http://incubator.apache.org/derby/derby_downloads.html John This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is

Re: [jira] Commented: (DERBY-55) Derby documentation mentions script and batch files that don't exist

2005-01-26 Thread sissonj
Samuel, Should this issue be closed (see JIRA comments). Thanks, John John Sisson (JIRA) derby-dev@db.apache.org 25-Jan-2005 04:22 PM Please respond to Derby Development derby-dev@db.apache.org To derby-dev@db.apache.org cc Subject [jira] Commented: (DERBY-55) Derby documentation

Re: Derby documentation in XML DITA

2004-12-06 Thread sissonj
scott hutinger [EMAIL PROTECTED] wrote on 06/12/2004 05:21:24 PM: [EMAIL PROTECTED] wrote: scott hutinger [EMAIL PROTECTED] wrote on 06/12/2004 11:38:59 AM: I haven't followed that entire thread, nor can I find that thread currently. But, a log plugin; which I think? followes which

Re: [PATCH]frameworks CLOUDSCAPE to DERBY

2004-12-01 Thread sissonj
Scott, It might be worth adding a comment to the related issue http://nagoya.apache.org/jira/browse/DERBY-55 John scott hutinger [EMAIL PROTECTED] 02/12/2004 02:17 AM Please respond to Derby Development derby-dev@db.apache.org To Derby Development derby-dev@db.apache.org cc Subject

Documentation generation

2004-11-19 Thread sissonj
On this topic of generating the documentation.. Could someone who knows how to generate the documentation please document how this is done (and anything that needs to be set up/installed to do this). The http://incubator.apache.org/derby/derby_downloads.html page documents how to build