[jira] Commented: (JAMES-307) james 2.2.0 run.bat Error building configuration

2004-07-18 Thread server-dev
The following comment has been added to this issue: Author: Steve Brewin Created: Sun, 18 Jul 2004 12:16 PM Body: The problem is with installing James within a path structure containing spaces . According to RFC 2396 "Uniform Resource Identifiers (URI): Generic Syntax", section

RE: [jira] Created: (JAMES-307) james 2.2.0 run.bat Error building configuration

2004-07-18 Thread Steve Brewin
Hmmm. Can't access Jira at the moment. Anyways... The problem is with installing James within a path structure containing spaces . According to RFC 2396 "Uniform Resource Identifiers (URI): Generic Syntax", section 2.4.3 "Excluded ASCII Characters", "The space character is excluded". Elsewhere it

RE: jdbc3.present

2004-07-18 Thread Noel J. Bergman
> Can anyone confirm if this differentiation is needed or if > I'm just looking at something I shouldn't be worried about? I'd say to ignore it and leave it. That is for mordred, which is deprecated. We are trying to rely upon DBCP now, but leaving mordred in place just in case. --- Noe

jdbc3.present

2004-07-18 Thread Stephen McConnell
In the build procedure for james there is a test to see if the jdk that the build is running in contains java.sql.SavePoint. The presence of this class causes the replacement of a token in the following file: org/apache/james/util/mordred/PoolConnEntry.java This means that the build result is

Re: Cornerstone confusion

2004-07-18 Thread Stephen McConnell
Stephen McConnell wrote: [EMAIL PROTECTED] wrote: I'm confused about the Cornerstone setup in 3.0. To get 3.0a1 to compile (mostly) I need to add the following to the include.properties file (and build.xml): cornerstone-connection-impl.jar=${candidates.dir}/cornerstone-connection-impl- 1.0.jar