Re: fulcrum with torque 3.0

2003-01-04 Thread Stephen Haberman
> please make sure to not use any methods deprecated in torque-3.0 (as > they are all removed in torque HEAD) Will do. Out of curiousity, are the snapshots on ibiblio kept up to date? The torque snapshot is timestamped as being created back in August, but then I heard something about sys links b

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/security/db DBSecurityService.java DBUserManager.java

2003-01-04 Thread mpoeschl
mpoeschl2003/01/04 14:24:59 Modified:src/java/org/apache/turbine/services/security/db DBSecurityService.java DBUserManager.java Log: o javadocs o code formatting Revision ChangesPath 1.9 +277 -221 jakarta-turbine-2/src/java/org/apache/tur

cvs commit: jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/schedule JobEntry.java

2003-01-04 Thread stephenh
stephenh2003/01/04 11:40:43 Modified:src/java/org/apache/fulcrum/schedule JobEntry.java Log: With Torque 3.0, NumberKey is no longer returned by the generated class, so use the int directly. Revision ChangesPath 1.2 +2 -4 jakarta-turbine-fulcrum/src/java/org

cvs commit: jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/template TemplateEmail.java

2003-01-04 Thread stephenh
stephenh2003/01/04 11:39:35 Modified:src/java/org/apache/fulcrum/template TemplateEmail.java Log: Changed to use o.a.fulrcum.util.WordWrapUtils instead of the defunct commons-util class. Revision ChangesPath 1.5 +3 -3 jakarta-turbine-fulcrum/src/java/org/apa

cvs commit: jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/util WordWrapUtils.java

2003-01-04 Thread stephenh
stephenh2003/01/04 11:38:17 Added: src/java/org/apache/fulcrum/util WordWrapUtils.java Log: commons-util is going away and so getting the WordWrap code from there is no longer an option. For now, I copied the file out of ViewCVS into Fulcrum's util. A longer term solution

[SOURCE] Issue #TTWS33 - the upload service should use commons-fileupload

2003-01-04 Thread Martin Poeschl
You can view the issue detail at the following URL: Type :Enhancement Issue Id :TTWS33 Reported by: Martin Poeschl mpoeschl - ([EMAIL PROTECTED]) Details: Summary: the upload service should use commons-fileupload Descrip

[GUMP] Build Failure - jakarta-turbine-fulcrum

2003-01-04 Thread fulcrum development
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for deta

[GUMP] Build Failure - jakarta-turbine-orgami

2003-01-04 Thread Jason van Zyl
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for detai

[GUMP] Build Failure - jakarta-turbine-tdk

2003-01-04 Thread Jason van Zyl
This email is autogenerated from the output from: Buildfile: build.xml BUILD FAILED Target `jar' does not exist in this

[GUMP] Build Failure - jakarta-turbine-jyve

2003-01-04 Thread Jason van Zyl
ta-ant/dist/lib/ant-xalan2.jar:/home/rubys/jakarta/jakarta-turbine-2/target/turbine-20030104.jar:/home/rubys/jakarta/jakarta-velocity/bin/velocity-20030104.jar:/home/rubys/jakarta/village/bin/village-20030104.jar:/home/rubys/jakarta/jakarta-servletapi/dist/lib/servlet.jar:/home/rubys/jakarta/jakarta-e

Re: Request for change on Scarab

2003-01-04 Thread Scott Eade
But of course! I have the necessary Scarab admin rights, but I would prefer that John McNally review the change before it is made (John is way more intimate with the workings of Scarab than I will ever be). Here is what I believe needs to be done: 1. Create a new global attribute: Version (input

Re: fulcrum with torque 3.0

2003-01-04 Thread Martin Poeschl
Stephen Haberman wrote: Hey, I'm back to working on a Turbine/Torque-based project after a few months off and ran into some minor issues with the Torque 3.0 release and Fulcrum/Turbine-3. A brief overview of what I had to change to compile Fulcrum with Torque 3 and hence my application: - Bump

Re: Modifing TurbineResource.properties...

2003-01-04 Thread Martin Poeschl
Quinton McCombs wrote: I just noticed that org.apache.turbine.modules is ALWAYS added to the the list packages specified by module.packages. I was going to note that in the TurbineResources.properties file. Which file should I modified? Is conf/master/TurbineResource.master the correct file?

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services/xmlrpc TurbineXmlRpcService.java

2003-01-04 Thread quintonm
quintonm2003/01/03 20:24:45 Modified:src/java/org/apache/turbine/services TurbineBaseService.java src/java/org/apache/turbine/services/component TurbineComponentService.java src/java/org/apache/turbine/services/intake

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

2003-01-04 Thread quintonm
quintonm2003/01/03 20:00:52 Modified:xdocschanges.xml Log: Added note about updating all deprecated calls to o.a.t.util.Log. o.a.commons.logging.Log is now used everywhere. Revision ChangesPath 1.19 +4 -0 jakarta-turbine-2/xdocs/changes.xml Index:

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/om/security TurbineUser.java

2003-01-04 Thread quintonm
quintonm2003/01/03 19:04:15 Modified:src/java/org/apache/turbine/om/security TurbineUser.java Log: Changed to use commongs-logging instead of o.a.turbine.util.Log Revision ChangesPath 1.3 +7 -3 jakarta-turbine-2/src/java/org/apache/turbine/om/security/Turbin

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/modules/actions LoginUser.java

2003-01-04 Thread quintonm
quintonm2003/01/03 19:02:35 Modified:src/java/org/apache/turbine/modules/actions LoginUser.java Log: Changed to use commongs-logging instead of o.a.turbine.util.Log Revision ChangesPath 1.4 +8 -4 jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/

Screen.homepage

2003-01-04 Thread Quinton McCombs
The following information is found in TurbineResource.properties: # This is the default screen to show to people when they first access # the system. Specify one of the template screens such as VelocityScreen # to use a template system. # # Default: Login screen.homepage=@SCREEN_HOMEPAGE@ The de