cvs commit: jakarta-turbine-2/xdocs todo.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 21:21:18 Modified:xdocstodo.xml Log: - Removed all of the outdated information. - Replaced the list of "Wish List" functionality with a link to the wiki page - Added much more information on how to contribute. Revision ChangesPath 1.5 +66

Re: cvs commit: jakarta-turbine-2/xdocs/howtoextend-user-howto.xml

2003-01-20 Thread Scott Eade
On 21/01/2003 1:16 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > quintonm2003/01/20 18:16:36 > > Modified:xdocs/howto extend-user-howto.xml > Log: > Added more documentation about the patch supplied in the how-to. > > > -(Note: You will need to manual

Re: Backporting of scheduler service

2003-01-20 Thread Stephen Haberman
On Mon, Jan 20, 2003 at 04:34:21PM -0600, Quinton McCombs wrote: > 1. The first time that you run maven to compile the code, maven will > terminate with a stack trace. I think that is the same or a closely > related problem that fulcrum HEAD is sufferering from. I haven't looked in to the stack

Re: cvs commit: jakarta-turbine-2/xdocs todo.xml

2003-01-20 Thread Scott Eade
Quinton, There is a tonne of incorrect information still on this page. All links to the Turbine Documentation Project are broken (not sure if this page even exists any more) and the jyve based FAQ is long gone. Cheers, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagete

cvs commit: jakarta-turbine-2 project.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 13:47:43 Modified:.project.xml Log: Changed the source directory to the one created during the preCompile goal in maven.xml Revision ChangesPath 1.78 +1 -1 jakarta-turbine-2/project.xml Index: project.xml =

cvs commit: jakarta-turbine-2 maven.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 13:48:54 Modified:.maven.xml Log: Added preCompile goal - copies source into target/src - generates OM objects for scheduler service Revision ChangesPath 1.3 +23 -2 jakarta-turbine-2/maven.xml Index: maven.xml ==

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/schedule SchedulerTool.java JobEntry.java JobQueue.java ScheduleService.java TurbineNonPersistentSchedulerService.java TurbineScheduler.java TurbineSchedulerService.java WorkerThread.java

2003-01-20 Thread quintonm
quintonm2003/01/20 13:52:14 Modified:src/java/org/apache/turbine/services/schedule JobEntry.java JobQueue.java ScheduleService.java TurbineNonPersistentSchedulerService.java TurbineScheduler.java TurbineSchedulerServ

trouble creating a new Intake validator

2003-01-20 Thread Marc Lustig
Hi folks, I have been trying to create a new Validator for Intake for a while now without success. I'd appreciate a lot if some Intake-developer could assist me. What I did is basically this: creating a validation-class that extends DefaultValidator and overwriting doAssertValidity() checking for

cvs commit: jakarta-turbine-2 scheduler-schema.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 17:36:55 Added: .scheduler-schema.xml Log: Torque schema file to generate scheduler OM classes Revision ChangesPath 1.1 jakarta-turbine-2/scheduler-schema.xml Index: scheduler-schema.xml

cvs commit: jakarta-turbine-2/xdocs todo.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 17:57:29 Modified:xdocstodo.xml Log: Added link to Wiki version of the wish list Revision ChangesPath 1.3 +13 -2 jakarta-turbine-2/xdocs/todo.xml Index: todo.xml ===

cvs commit: jakarta-turbine-2/xdocs todo.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 18:01:01 Modified:xdocstodo.xml Log: Added unit tests as a todo item Revision ChangesPath 1.4 +3 -0 jakarta-turbine-2/xdocs/todo.xml Index: todo.xml === RCS file: /h

cvs commit: jakarta-turbine-2 README.txt

2003-01-20 Thread quintonm
quintonm2003/01/20 18:03:36 Modified:.README.txt Log: Added note about needing to install the Torque plugin before you can build Turbine Revision ChangesPath 1.4 +6 -2 jakarta-turbine-2/README.txt Index: README.txt ===

cvs commit: jakarta-turbine-2/xdocs changes.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 18:15:11 Modified:xdocschanges.xml Log: Added note about the scheduler service using Torque generated OM objects Revision ChangesPath 1.29 +5 -0 jakarta-turbine-2/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-turbine-2/xdocs/howto extend-user-howto.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 18:16:36 Modified:xdocs/howto extend-user-howto.xml Log: Added more documentation about the patch supplied in the how-to. Revision ChangesPath 1.9 +36 -8 jakarta-turbine-2/xdocs/howto/extend-user-howto.xml Index: extend-user-howto.xml =

cvs commit: jakarta-turbine-2/xdocs/howto index.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 18:23:09 Modified:xdocs/howto index.xml Log: Added link to Apache Wiki for additional howtos Revision ChangesPath 1.5 +2 -0 jakarta-turbine-2/xdocs/howto/index.xml Index: index.xml ==

cvs commit: jakarta-turbine-2/xdocs/services scheduler-service.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 18:57:47 Modified:xdocs/services scheduler-service.xml Log: - Updated documentation to reflect the recent changes made to the service - Changed the name of the sample action to better reflect what it would be used for. - Added additional information on other ac

RE: Backporting of scheduler service

2003-01-20 Thread Quinton McCombs
One thing that I forgot to mention... You must have the torque plugin to build Turbine. http://jakarta.apache.org/turbine/torque/maven-howto.html > -Original Message- > From: Quinton McCombs [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 4:34 PM > To: Turbine Developers Li

cvs commit: jakarta-turbine-2/xdocs changes.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 14:43:40 Modified:xdocschanges.xml Log: Added notes about changes to the Scheduler Service Revision ChangesPath 1.27 +22 -0 jakarta-turbine-2/xdocs/changes.xml Index: changes.xml ==

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/pull/util DateFormatter.java

2003-01-20 Thread quintonm
quintonm2003/01/20 14:49:14 Added: src/java/org/apache/turbine/services/pull/util DateFormatter.java Log: Simple pull tool to allow formatting dates into Strings. Revision ChangesPath 1.1 jakarta-turbine-2/src/java/org/apache/tu

cvs commit: jakarta-turbine-2/xdocs changes.xml

2003-01-20 Thread quintonm
quintonm2003/01/20 14:50:52 Modified:xdocschanges.xml Log: Added note about DateFormatter pull tool being new to 2.3 Revision ChangesPath 1.28 +5 -0 jakarta-turbine-2/xdocs/changes.xml Index: changes.xml ===

cvs commit: jakarta-turbine-2/conf/master TurbineResources.master

2003-01-20 Thread quintonm
quintonm2003/01/20 14:52:56 Modified:conf TurbineResources.properties conf/master TurbineResources.master Log: Added DateFormatter pull tool Revision ChangesPath 1.33 +4 -1 jakarta-turbine-2/conf/TurbineResources.properties Index: Turbine

cvs commit: jakarta-turbine-2 project.properties

2003-01-20 Thread quintonm
quintonm2003/01/20 13:59:56 Modified:.project.properties Log: Scheduler OM objects will now only be generated if the schema file changes Revision ChangesPath 1.11 +1 -1 jakarta-turbine-2/project.properties Index: project.properties =

cvs commit: jakarta-turbine-2/conf/master TurbineResources.master

2003-01-20 Thread quintonm
quintonm2003/01/20 13:58:54 Modified:conf TurbineResources.properties conf/master TurbineResources.master Log: - Added definition of pull tool for Scheduler - commented out! - Added earlyInit setting for scheduler service - more documentation for scheduler serv

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/schedule JobEntryPeer.java

2003-01-20 Thread quintonm
quintonm2003/01/20 13:53:30 Removed: src/java/org/apache/turbine/services/schedule JobEntryPeer.java Log: This object is now generated by Torque -- To unsubscribe, e-mail: For additional commands, e-mail:

Backporting of scheduler service

2003-01-20 Thread Quinton McCombs
I just checked in my code for the changed to the scheduler service. There are a few small problems with the changes that I made to the build process. 1. The first time that you run maven to compile the code, maven will terminate with a stack trace. I think that is the same or a closely related p

Cocoon Integration.

2003-01-20 Thread Esteban González
Hi! I´ve been digging thru the docs trying to find out how to set up a Coccon-based app. I know this has been probably posted before, but looking at the archives did not really help much. Anyone here has any pointers to docs/examples or anything I could use to learn a bit more about turbine+cocoo

RE: What is the status of turbine 2.3 and the updated SecurityService?

2003-01-20 Thread Quinton McCombs
> -Original Message- > From: Scott Eade [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 6:40 AM > To: turbine-dev > Subject: What is the status of turbine 2.3 and the updated > SecurityService? > > > I am in the process of converting my turbine 2.1 app over to > 2.2. In do

What is the status of turbine 2.3 and the updated SecurityService?

2003-01-20 Thread Scott Eade
I am in the process of converting my turbine 2.1 app over to 2.2. In doing so I am running into a couple of problems that are making me think that what I really need is 2.3, namely: 1. In my schema I am using javaType="object" for all primary and foreign keys (for consistency and for the convenie