Hi all,

As a complete Maven neophyte, I can't seem to figure out what would the
appropriate command would be in order to build Jetspeed, but (if possible) only
to get the new jetspeed-1.5.jar. I am just modifying UserUpdateAction to handle
new fields, so I don't really need it to go over all the antics with Javadoc,
war, etc.

Is this possible?

Regards
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