cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/util BasePeer.java

2002-03-17 Thread dlr
dlr 02/03/17 23:59:03 Modified:src/java/org/apache/torque/adapter DB.java DBOracle.java src/java/org/apache/torque/util BasePeer.java Log: Merged in patch by Bill Schneider <[EMAIL PROTECTED]> to improve support for Oracle: "Here goes -- this patch should t

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/adapter DBMM.java

2002-03-17 Thread dlr
dlr 02/03/17 23:53:25 Modified:src/java/org/apache/torque/adapter DBMM.java Log: Removed call to deprecated method. Revision ChangesPath 1.9 +3 -2 jakarta-turbine-torque/src/java/org/apache/torque/adapter/DBMM.java Index: DBMM.java

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/adapter DB.java

2002-03-17 Thread dlr
dlr 02/03/17 23:32:22 Modified:src/java/org/apache/torque/adapter DB.java Log: Used getStringDelimiter() in getDateString(Date) (which should probably be renamed to formatDate(Date)). Revision ChangesPath 1.21 +3 -2 jakarta-turbine-torque/src/java/org/ap

Normalizing the Fulcrum directory structure

2002-03-17 Thread Daniel Rall
This directory structure is extremely confusing to someone not intimately familiar with Fulcrum development and Turbine's history. It doesn't even match up with the directory structures used by Turbine, Torque, Stratum, and Maven. I've had numerous complaints from other developers at CollabNet wh

[maven] patched CheckStyleTask

2002-03-17 Thread Warner Onstine
Now, I just need some rules for projects to follow. Jason, do you have some good ones for me to get started with and I will attempt to integrate them into maven. Maybe a task like maven:style? Another goofy question, what is the determination for what is stored on the server (like jars) and what

Re: cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/manager AbstractBaseManager.java

2002-03-17 Thread Daniel Rall
+1 John. [EMAIL PROTECTED] writes: > jmcnally02/03/15 14:45:03 > > Modified:src/java/org/apache/torque/manager AbstractBaseManager.java > Log: > mark the manager as Serializable. Not sure the cache is serializable or if > it is that we would want to serialize its data, so i mark

Re: cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/adapter DBMM.java

2002-03-17 Thread Daniel Rall
"Stephane Bailliez" <[EMAIL PROTECTED]> writes: > - Original Message - > From: "Daniel Rall" <[EMAIL PROTECTED]> > >> "Stephane Bailliez" <[EMAIL PROTECTED]> writes: >> >> > Considering the simple formatting (no locale) you can do a better job > with a > > > field concatenation no ? >> >>

cvs commit: jakarta-turbine-maven/src/templates/build project.properties

2002-03-17 Thread brekke
brekke 02/03/17 21:19:25 Modified:src/templates/build project.properties Log: Default location for maven.home and compiler defaults are all that we give the user in this generated file. It is not required if the user has maven.home defined in their ~/build.properties. It is o

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven MavenUtils.java

2002-03-17 Thread brekke
brekke 02/03/17 21:16:55 Modified:src/java/org/apache/maven MavenUtils.java Log: Extra semicolon removed. Revision ChangesPath 1.3 +3 -3 jakarta-turbine-maven/src/java/org/apache/maven/MavenUtils.java Index: MavenUtils.java

cvs commit: jakarta-turbine-maven/src/templates/build build-test.xml

2002-03-17 Thread brekke
brekke 02/03/17 21:15:47 Modified:src/templates/build build-test.xml Log: No need to delete the test report directory since we want it to be around for doc processing. The maven:clean target is cleaning it out. Revision ChangesPath 1.15 +0 -1 jakarta-turbi

cvs commit: jakarta-turbine-maven/xdocs bootstrap.xml

2002-03-17 Thread kaz
kaz 02/03/17 21:11:58 Modified:xdocsbootstrap.xml Log: More documentation changes to more accurately describe whats going on. Revision ChangesPath 1.11 +14 -10jakarta-turbine-maven/xdocs/bootstrap.xml Index: bootstrap.xml =

cvs commit: jakarta-turbine-maven/xdocs build-file.xml

2002-03-17 Thread kaz
kaz 02/03/17 20:59:01 Modified:xdocsbuild-file.xml Log: Updating the documentation. - Added a note about the junit report that is generated. - Previously, Maven "generated" the build files for users. This is not entirely true anymore, the build system is "inst

cvs commit: jakarta-turbine-3 project.xml

2002-03-17 Thread brekke
brekke 02/03/17 20:57:55 Modified:.project.xml Log: Small changes with test pattern set. Exclude the entire path for the JGenTest just to be safe. No need to exclude *Test.class as that excludes our include for the rttests. Added jar resources. Revision Changes

cvs commit: jakarta-turbine-maven/src/test/org/apache/maven DVSLPathToolTest.java

2002-03-17 Thread kaz
kaz 02/03/17 20:38:49 Modified:src/java/org/apache/maven DVSLPathTool.java src/test/org/apache/maven DVSLPathToolTest.java Log: - Added a new public method to DVSLPathTool that accepts a filename (the other method accepts both a base directory and filename).

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs toolbox.props

2002-03-17 Thread kaz
kaz 02/03/17 20:35:40 Modified:src/dvsl/xdocs toolbox.props Log: Added the DVSLPathTool to the DVSL toolbox to help in generating the relative paths of files. Revision ChangesPath 1.3 +1 -0 jakarta-turbine-maven/src/dvsl/xdocs/toolbox.props Index: t

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs site.dvsl

2002-03-17 Thread kaz
kaz 02/03/17 20:34:42 Modified:src/dvsl/xdocs site.dvsl Log: - Place the relative path of the current file being processed into the context so it can be used in a similiar fashion as Anakia's $relativePath (used when creating links). - Fixed annoying "RHS null assig

cvs commit: jakarta-turbine-maven/src/templates/build build.init.target

2002-03-17 Thread kaz
kaz 02/03/17 20:28:31 Modified:.build-bootstrap.xml project.xml src/templates/build build.init.target Log: Updating to velocity-dvsl-0.43. This is the latest and greatest that has a feature required to determine relative paths from within a template.

cvs commit: jakarta-turbine-3/src/rttest/org/apache/turbine ConditionalValveServletTest.java

2002-03-17 Thread brekke
brekke 02/03/17 20:07:50 Modified:src/rttest/org/apache/turbine ConditionalValveServletTest.java Log: No need to use the file.separator from the system since as the comment indicates, ultimately we want to find a better way to specify the path. Revis

cvs commit: jakarta-turbine-3/src/rttest/org/apache/turbine ConditionalValveServletTest.java

2002-03-17 Thread brekke
brekke 02/03/17 19:54:03 Modified:.build-test.xml src/rttest/org/apache/turbine ConditionalValveServletTest.java Log: Need to explicitly exclude the JGenTest test screen module since the naming format conflicts with the naming format

cvs commit: jakarta-turbine-stratum project.xml

2002-03-17 Thread brekke
brekke 02/03/17 18:44:05 Modified:.project.xml Log: Updated the pattern sets for unit tests so the correct test cases run due to nameing problems. Naming the test case classes in a format that ends in the word Test may be clearer. Example: DiskCacheTest instead of TestD

cvs commit: jakarta-turbine-maven/src/templates/build build-metrics.xml

2002-03-17 Thread brekke
brekke 02/03/17 18:25:47 Modified:src/templates/build build-metrics.xml Log: Along the same lines as the junit report target dependency change. The generation of the reports does not need to depend on the compile target. This again will allow the documention to be generated eve

cvs commit: jakarta-turbine-3 build-maven.xml project.xml

2002-03-17 Thread dobbs
dobbs 02/03/17 17:55:09 Added: .build-maven.xml project.xml Log: turbine-3 is mavenized I had to exclude *ServletTest.class and JGenTest.class from the unit and runtime tests. jeff, pete, or jason: one of you should double-check this somewhat carefully. I'

More Maven

2002-03-17 Thread Jason van Zyl
Hi, As Eric just pointed out turbine-3 isn't mavenized yet. I will do in a couple of days but if there's someone who isn't familiar with maven and wants to try it then just say so. I'm going to tackle the TDK tonight. So by the end of the week we'll have all the turbine stuff mavenized. The prim

cvs commit: jakarta-turbine-maven/xdocs musings.xml

2002-03-17 Thread jvanzyl
jvanzyl 02/03/17 16:25:17 Modified:xdocsmusings.xml Log: Cleaning a bit before an overhaul. Revision ChangesPath 1.11 +5 -6 jakarta-turbine-maven/xdocs/musings.xml Index: musings.xml ===

cvs commit: jakarta-turbine-fulcrum build-maven.xml

2002-03-17 Thread dobbs
dobbs 02/03/17 16:18:49 Modified:.build-maven.xml Log: making maven:dist depend on maven:compile so that the om will be generated correctly Revision ChangesPath 1.5 +2 -1 jakarta-turbine-fulcrum/build-maven.xml Index: build-maven.xml ===

Re: Maven Update

2002-03-17 Thread Jason van Zyl
On Sun, 2002-03-17 at 18:36, Jon Scott Stevens wrote: > on 3/17/02 3:03 PM, "Jason van Zyl" <[EMAIL PROTECTED]> wrote: > > > Things appear to be working so I would like to replace all the sites > > with the Maven generated output. Any objections? > > Please setup RewriteRules for all the broken

Re: problems building

2002-03-17 Thread Jason van Zyl
On Sun, 2002-03-17 at 18:16, Warner Onstine wrote: > Awesome, that did it! > > One small point - It would be nice on the activation warning if it checked > to see if the file were already there and only warn you if it weren't. Ok, I'll definitely put that on the list. Good idea. > -warner > >

Re: Maven Update

2002-03-17 Thread Jon Scott Stevens
on 3/17/02 3:03 PM, "Jason van Zyl" <[EMAIL PROTECTED]> wrote: > Things appear to be working so I would like to replace all the sites > with the Maven generated output. Any objections? Please setup RewriteRules for all the broken links. -jon -- To unsubscribe, e-mail:

Re: problems building

2002-03-17 Thread Warner Onstine
Awesome, that did it! One small point - It would be nice on the activation warning if it checked to see if the file were already there and only warn you if it weren't. -warner - Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Turbine Developers List" <[EMAIL PROTECTED]

Maven Update

2002-03-17 Thread Jason van Zyl
Hi, I've published all the sites again here: http://www.apache.org/~jvanzyl/tsite/ The Maven specific links have been added so you can actually see what Maven is doing. The maven installers have also been updated again, they are located here: http://www.apache.org/~jvanzyl/maven/ Things appe

Re: problems building

2002-03-17 Thread Jason van Zyl
On Sun, 2002-03-17 at 17:51, Warner Onstine wrote: > Ok, > I have now done a clean check-out and an ant update-jars (using maven I'm > assuming!) and I am getting the following error when trying to build > turbine-2: Try again, I just updated the stratum jar. Another step to add to the process.

problems building

2002-03-17 Thread Warner Onstine
Ok, I have now done a clean check-out and an ant update-jars (using maven I'm assuming!) and I am getting the following error when trying to build turbine-2: compile: [javac] Compiling 400 source files to C:\OpenSource\jakarta-turbine-2\bin\cl asses [javac] C:\OpenSource\jakarta-turbine-2

cvs commit: jakarta-turbine-maven/src/templates/build build-test.xml

2002-03-17 Thread brekke
brekke 02/03/17 12:45:58 Modified:src/templates/build build-test.xml Log: When generating the xdoc for the unit test report for the documention, we we're forcing the tests to run. Removing this dependency and the task to generate the xdoc for the unit tests will just process t

[PATCH 2.2] TurbineVelocityService, UploadItem

2002-03-17 Thread Bartek Walter
These are two minor patches for Turbine 2.2: - in o.a.t.services.velocity.TurbineVelocityService.java: creation of VelocityContext beside RunData caused charset to be set to 8859_1 by default; now it is taken from TurbineResources; I found it useful for creating velocity-based emails from schedu

Re: cvs commit: jakarta-turbine-maven/src/test/org/apache/mavenDVSLPathToolTest.java

2002-03-17 Thread Jon Scott Stevens
on 3/16/02 9:20 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > kaz 02/03/16 21:20:54 > > Added: src/java/org/apache/maven DVSLPathTool.java > src/test/org/apache/maven DVSLPathToolTest.java > Log: > This DVSL tool provides functionality similiar to Anakia's $rela

Re: Bugzilla

2002-03-17 Thread Jon Scott Stevens
on 3/17/02 10:14 AM, "Jason van Zyl" <[EMAIL PROTECTED]> wrote: > BTW: is the Bugzilla -> Scarab conversion working? Not yet, but it isn't entirely Scarab's fault. The XML that Bugzilla output's via the xml.cgi doesn't even conform to their broken DTD. So, both the XML output and the DTD are br

cvs commit: jakarta-turbine-fulcrum project.xml

2002-03-17 Thread jvanzyl
jvanzyl 02/03/17 12:09:46 Modified:.project.xml Log: Fixing the sourceDirectory entries. Revision ChangesPath 1.6 +3 -3 jakarta-turbine-fulcrum/project.xml Index: project.xml ===

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs dependencies.dvsl developer-list.dvsl mail-lists.dvsl

2002-03-17 Thread kaz
kaz 02/03/17 11:21:04 Modified:src/dvsl/xdocs dependencies.dvsl developer-list.dvsl mail-lists.dvsl Log: If the dependencies, mailing lists, or developers do not exist in the project descriptor, then indicate this in a more friendly manner on the gene

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs site.dvsl

2002-03-17 Thread kaz
kaz 02/03/17 11:18:51 Modified:src/dvsl/xdocs site.dvsl Log: Maven will now use xdocs/stylesheets/project.xml if xdocs/project.xml does not exist. This was suggested by Jason to help ease the migration for Anakia users. Revision ChangesPath 1.4 +15 -3

cvs commit: jakarta-turbine-maven/src/templates/build build-docs.xml

2002-03-17 Thread kaz
kaz 02/03/17 10:22:13 Modified:src/dvsl/xdocs site.dvsl toolbox.props src/templates/build build-docs.xml Log: These changes will allow a user of Maven to create a web site for their project even if they don't have an xdocs/project.xml file. The site.dvsl temp

Bugzilla

2002-03-17 Thread Jason van Zyl
Hi, The vast majority of the bugs in bugzilla are for Torque but I'm not sure if they are all valid anymore. John and Martin could you take a quick peek to see which ones are actually valid and nukes the ones that have been fixed. I would like to transfer as little as possible to Scarab. BTW: is

DO NOT REPLY [Bug 5493] - org.apache.turbine.services.security.ldap.LDAPUserManager.java ERROR

2002-03-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 2376] - Postgresql driver patch doesn't work

2002-03-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 1838] - UIManager returns nulls for server information

2002-03-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Bug report for Turbine [2002/03/17]

2002-03-17 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: jakarta-turbine-maven/src/templates/build build-maven.xml

2002-03-17 Thread jvanzyl
jvanzyl 02/03/17 09:22:04 Modified:src/templates/build build-maven.xml Log: Getting the "dist" target to work correctly. Revision ChangesPath 1.8 +5 -0 jakarta-turbine-maven/src/templates/build/build-maven.xml Index: build-maven.xml

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs junit.dvsl

2002-03-17 Thread kaz
kaz 02/03/17 09:19:44 Modified:src/dvsl/xdocs junit.dvsl Log: Modified the DVSL stylesheet to only generate a report if unit tests exist. If no unit tests exist, then the junit-report displays a simple message indicating no unit tests existed. Revision ChangesPath

cvs commit: jakarta-turbine-maven/xdocs project.xml

2002-03-17 Thread kaz
kaz 02/03/17 08:42:05 Modified:src/dvsl/xdocs site.dvsl xdocsproject.xml Log: Maven now produces standard navigation links for all of its documents. These links are appended after the user's xdocs/project.xml file has been parsed in a section called "Maven

cvs commit: jakarta-turbine-maven/src/templates/build build-docs.xml

2002-03-17 Thread kaz
kaz 02/03/17 08:35:02 Modified:src/templates/build build-docs.xml Log: Removing the hard-coded reference to the 'docs' directory. Revision ChangesPath 1.33 +1 -1 jakarta-turbine-maven/src/templates/build/build-docs.xml Index: build-docs.xml =

cvs commit: jakarta-turbine-maven/src/templates/build build-maven.xml

2002-03-17 Thread jvanzyl
jvanzyl 02/03/17 08:24:55 Modified:src/templates/build build-maven.xml Log: Get rid of the test-reports directory in the 'clean' target. Revision ChangesPath 1.7 +1 -0 jakarta-turbine-maven/src/templates/build/build-maven.xml Index: build-maven.xml