Dan,

I downloaded jetspeed-1.5-src.zip and unzipped it in c:\java. 

Then I changed c:\java\jetspeed-1.5\project.properties to use MySQL

I also changed c:\java\jetspeed-1.5\webapp\WEB-INF\conf\Torque.properties

Then, just to see what happens before modifying the schema, I ran 'maven
-Dmaven.test.skip=true dist:install'

This ran a REALLY long process (8 minutes) and when it finished, it created a
'target' directory with a really strange structure, because (amongst others) I
now have a C:\java\jetspeed-1.5\target\jetspeed-1.5\src\jetspeed-1.5 that looks
VERY similar to the root directory (except for the 'target' directory and a
'velocity.log'. Is this normal behavior? It also created jetspeed.war in the
'target' directory, which I think is Ok.

So, if I understand you correctly, I should modify
C:\java\jetspeed-1.5\src\torque-schema\security-schema.xml and then run the
maven command you said, then the new JAR will be modified and I just have to
deploy this to my webapp under Tomcat. Afterwards I just have to extend the
BaseJetspeedUser and change JetspeedSecurity.properties and I should be ready?

As a note, when I run maven, I get the following message:
Tag library requested that is not present: 'maven' in plugin: 'null'
Tag library requested that is not present: 'maven' in plugin: 'null'
Plugin 'maven-deploy-plugin' in project 'jakarta-jetspeed' is not available
Plugin 'maven-deploy-plugin' in project 'jakarta-jetspeed' is not available

Is this normal?

I'll try this and let you know my results. Thanks for the help.

Ruy

--- Dan Moore <[EMAIL PROTECTED]> wrote:

> 
> --- Ruy Diaz Jara <[EMAIL PROTECTED]> wrote:
> 
> > Hi everyone,
> > 
> > I am trying extend my Jetspeed user in order to add a field
> > containing a title.
> > However, I am having A LOT of trouble. I first tried following the
> > Turbine
> > Extend User How-To with no luck. Now I have been trying the
> > instructions from
> > the Jetspeed site with basically the same result. I think the problem
> > is with
> > where I am doing the changes. 
> > 
> > I have downloaded the jetspeed source, but according to the
> > instructions there
> > should be a build/torque directory which I don't seem to find. 
> 
> Are you downloading the src from CVS, or the 1.5 release?  I don't see
> a build/torque directory in the 1.5 release.
> 
> > Do I
> > have to do
> > some building before this directory appears (maven dist:install)? or
> > is this
> > just a typo from the instructions and what I actually have to modify
> > is in the
> > src/torque-schema directory? 
> 
> I believe you modify src/torque-schema/security-schema.xml
> 
> > The same would apply to the
> > build.properties. I
> > can't seem to find them! The only build.properties are in
> > C:\java\jetspeed-1.5\scratchpad\jetspeed-cms
> 
> I think you're supposed to change project.properties to point to your
> correct database. 
> 
> In order to get the new sql and the new torque classes, I had to use
> this maven line:
> maven clean torque:sql dist -Dmaven.test.skip=true
> 
> This generates a jetspeed.jar file with the new torque classes and puts
> the sql in target/sql/
> 
> > I will greatly appreciate any pointers as to where I'm not
> > understanding the
> > instrucions (I have no experience with Maven whatsoever).
> 
> I agree.  I ended up not using maven and just writing ant scripts to do
> what I wanted to do.  Maven confused the heck out of me.
> 
> Dan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


=====
-------------------------------
I used to be an atheist, until I realized I was God.


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


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

Reply via email to