On Thu, Aug 24, 2000 at 09:05:41PM +0200, Rafal Krzewski wrote:
> "Diethelm Guallar, Gonzalo" wrote:
> > src/java/org/apache/turbine/admin/screens/admin/user/EditUser.java
> > uses straight SQL:
> > Is this right? Or should this file use a Peer class for this?
> It looks like this code was copied from old ECS-based admin application.
> It should be fixed to use Peers sometime but it's not critical.

Okay this is the code I committed - it was copied from Scarab, which I
imagine was copied from the old ECS admin app. As I've been so long
supplying a working admin app as I promised, I decided to commit it as
is. I do however plan to rework the screens somewhat to make them better
example code.

Has anyone tried this new stuff I committed yet? I'm ready to commit
changes to TR.properties and build.xml that will make the process of
getting a working Turbine app up under tomcat that has a few misc
screens and does admin stuff will be as simple as:

install tomcat
checkout Turbine
build/build-turbine.sh war-webmacro
remove the other webmacro jar from WEB-INF/lib (in my case the 1.1 one)
add a JDBC jar
amend the db properties in TR.properties
ln -s turbine/turbine-war-webmacro tomcat/webapps/turbine
start tomcat

I've actually done the above and it works...

So is everyone happy if I make these changes to TR.properties and
build.xml ?

Then we need to integrate this stuff into the TDK build process, which
as I understand it will reduce the above process to:

install TDK
start tomcat

Cool! (I take it we are still planning to throw a Java RDBMS in there as
well all configured and ready to go?)

-- 
Sean Legassick
[EMAIL PROTECTED]
                                  homo sum: humani nihil a me alienum puto



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to