No changes were made to the security schema that I am
aware of.

David.

--- Scott T Weaver
<[EMAIL PROTECTED]> wrote:

> Hi Frank,
> 
> That would be great!  AFAIK, the security schema has
> changed at all since m2
> (someone correct me if I'm wrong).  With your
> permission I would like to
> commit your changes into Jetspeed.
> 
> Regard,
> Scott
> 
> > -----Original Message-----
> > From: Frank Villarreal
> [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 14, 2005 1:39 PM
> > To: Jetspeed Users List
> > Subject: RE: [J2] Build Process Changes - Version
> 2.0-M4-SNAPSHOT and
> > above.
> > 
> > Scott,
> > 
> > I use MSSQL2000 and modified the resulting sql
> scripts that maven
> > generates.
> > Unfortunately, I don't understand Maven too well
> so I didn't mess with it
> > other than commenting out the sql regeneration
> goal.  One more thing, I
> > use
> > Jetspeed2-m2, so my scripts are most likely
> out-of-date if the schema has
> > been modified in any way.  Would you like me to
> email them to you?
> > 
> > - Frank
> > 
> > > -----Original Message-----
> > > From: Scott T Weaver
> [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, July 14, 2005 11:16 AM
> > > To: 'Jetspeed Users List'
> > > Subject: RE: [J2] Build Process Changes -
> Version 2.0-M4-SNAPSHOT and
> > > above.
> > >
> > >
> > > Have we found a solution to fix the MSSQL db for
> Jetspeed 2 other than
> > > commenting (and effectively breaking) certain
> pieces of the security
> > > schema???  Unfortunately, I know nothing about
> MSSQL but am
> > > forced to deploy
> > > to it in my production environment.
> > >
> > > Regards,
> > > Scott
> > >
> > > > -----Original Message-----
> > > > From: David Le Strat
> [mailto:[EMAIL PROTECTED]
> > > > Sent: Wednesday, July 13, 2005 5:32 PM
> > > > To: Jetspeed Users List
> > > > Subject: RE: [J2] Build Process Changes -
> Version 2.0-M4-SNAPSHOT and
> > > > above.
> > > >
> > > > Scott,
> > > >
> > > > copyDb is not need anymore as I relocated the
> sql and
> > > > schema directories to the
> > > > maven-plugin/plugin-resources.
> > > >
> > > > David.
> > > >
> > > > --- Scott T Weaver
> > > > <[EMAIL PROTECTED]>
> wrote:
> > > >
> > > > > David,
> > > > >
> > > > > I am can't seem to find where the dbCopy
> goal,
> > > > > referenced from
> > > > > maven-plugin/maven.xml, is defined.  I had
> to
> > > > > comment it out to get
> > > > > everything to run.
> > > > >
> > > > > Thanks,
> > > > > Scott
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: David Le Strat
> [mailto:[EMAIL PROTECTED]
> > > > > > Sent: Tuesday, July 12, 2005 10:36 PM
> > > > > > To: [email protected];
> > > > > [email protected]
> > > > > > Subject: [J2] Build Process Changes -
> Version
> > > > > 2.0-M4-SNAPSHOT and above.
> > > > > >
> > > > > > All,
> > > > > >
> > > > > > Step 2 of Jetspeed's build process clean
> up has
> > > > > been
> > > > > > committed. As a result, a few things have
> changed
> > > > > when
> > > > > > build the latest Jetspeed (2.0-M4-SNAPSHOT
> and
> > > > > above).
> > > > > >  A summary of the changes made can be
> found in <a
> > > > > >
> href="http://issues.apache.org/jira/browse/JS2-
> > > > > > 304?page=comments#action_12315646">Apache
> > > > > > Jetspeed Jira</a>.  Also detailed <a
> > > > > >
> > > > >
> > > >
> > >
> >
>
href="http://www.geocities.com/dlestrat/etc/j2/buildChangeDocs.pdf";>build
> > > > > > changes documentation</a> is temporary
> available
> > > > > on my
> > > > > > web site in PDF format until the Jetspeed
> web site
> > > > > > gets regenerated.
> > > > > >
> > > > > > Then new steps to get started are changed
> as
> > > > > follow:
> > > > > >
> > > > > > If you are build off of Jetspeed 2 source
> code for
> > > > > the
> > > > > > first time:
> > > > > > <pre>
> > > > > > cd ${jetspeed-2-home}
> > > > > > maven initMavenPlugin allClean allBuild
> > > > > > </pre>
> > > > > > If the Jetspeed 2 maven plugin is
> installed, then
> > > > > to
> > > > > > build the portal and all its components
> run:
> > > > > > <pre>
> > > > > > cd ${jetspeed-2-home}
> > > > > > maven allClean allBuild
> > > > > > </pre>
> > > > > > If you are using the Hypersonic SQL
> database,
> > > > > start
> > > > > > the production Hypersonic database by
> typing
> > > > > > <pre>
> > > > > > maven j2:start.production.server
> > > > > > </pre>
> > > > > > Then run quickStart (in seperate
> window/terminal
> > > > > > session):
> > > > > > <pre>
> > > > > > cd ${jetspeed-2-home}
> > > > > > maven j2:quickStart
> > > > > > </pre>
> > > > > > This will recreate the DB to deploy into.
> WARNING
> > > > > This
> > > > > > will drop all the tables and data in the
> > > > > production
> > > > > > database.
> > > > > >
> > > > > > 3. Start up Tomcat. With a browser, go to:
> > > > > > http://localhost:8080/jetspeed
> > > > > >
> > > > > > If you are creating a new Portal
> Application
> > > > > without
> > > > > > the Jetspeed source:
> > > > > >
> > > > > > In order to get started with a new portal
> > > > > application
> > > > > > that will include a developer's specific
> portal
> > > > > > customization, Jetspeed 2 provides as part
> of its
> > > > > > Maven Plugin a goal that can get you
> started with
> > > > > your
> > > > > > project. To do so:
> > > > > >
> > > > > > 1. Make sure that the following properties
> are set
> > > > > in
> > > > > > your your ${USER_HOME}/build.properties
> file:
> 
=== message truncated ===


________________________
David Le Strat
Blogging @ http://dlsthoughts.blogspot.com


                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to