This is what I am trying to do. I got source code from apache and tried to build jetspeed2 with maven. I use command from ${org.apache.jetspeed.project.home}:
maven j2:portal.genapp
I got error below:
BUILD FAILED
File...... C:\Documents and Settings\Gary Tang\.maven\cache\maven-jetspeed2-plug
in-2.0-M4-SNAPSHOT\plugin.jelly
Element... fail
Line...... 643
Column.... 42
java.lang.reflect.InvocationTargetException
Total time: 10 seconds
Finished at: Thu Nov 17 21:08:09 EST 2005
I have build.properties file under ${user_home}. It is in the attachment. Under ${ org.apache.jetspeed.project.home}, there is project.xml and maven.xml
I think the problem is with maven. When I run: maven initMavenPlugin allClean allBuild, I got error:
BUILD FAILED
Goal "initMavenPlugin" does not exist in this project.
Total time: 7 seconds
Finished at: Sat Nov 19 11:53:40 EST 2005
I probably do not have jetspeed maven plugin yet. But I do not know how to get it.
If you could give me some hint, it will be highly appreciated!
Thanks a lot!
Gary
On 11/19/05, Aaron Evans <[EMAIL PROTECTED]> wrote:
Gary Tang <gary.l.tang <at> gmail.com> writes:
>
> Hello::
>
> I am trying to run jetspeed 2 at home. The first thing after downloading the
> application I did is to install jetspeed 2 maven plugin by:
>
Gary, I would recommend building from source for now. Last time I tried to
use the plugin on M4, even when I got it to build, it didn't work.
Building from source is relatively painless, just refer to section 5 in the
getting started doc. Obtaining the source is pretty easy using eclipse with
the subversion plugin (subclipse). You just create an SVN repository at:
http://svn.apache.org/repos/asf/portals/jetspeed-2
HTH,
aaron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
