It did miss out any step in here. After I change the backward slash '\' to forward slash '/' in build.properties, the problem gone. Anyway, thanks the helps.
-----Original Message----- From: Cubehead Fang [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 3:13 PM To: Jetspeed Users List Subject: Re: Install jetspeed from source please run maven initMavenPlugin first. 2006/1/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Still same problem. > > -----Original Message----- > From: Cubehead Fang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 24, 2006 2:54 PM > To: Jetspeed Users List > Subject: Re: Install jetspeed from source > > When you build the portal from source, please comment the follow lines: > > org.apache.jetspeed.portal.home = c:\jetspeed-2.0-src\ > org.apache.jetspeed.portal.groupId = myprojects > org.apache.jetspeed.portal.artifactId = myportal > org.apache.jetspeed.portal.name = My Test Portal > org.apache.jetspeed.portal.currentVersion = 1.0 > > > > 2006/1/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > This is build.properties I am use, I successful built it at 2 days > ago. > > --Jerry > > > > > > # required Jetspeed 2 portal configuration property for building from > > the source > > org.apache.jetspeed.project.home = c:\jetspeed-2.0-src\ > > > > # required portal configuration properties > > org.apache.jetspeed.portal.home = c:\jetspeed-2.0-src\ > > org.apache.jetspeed.portal.groupId = myprojects > > org.apache.jetspeed.portal.artifactId = myportal > > org.apache.jetspeed.portal.name = My Test Portal > > org.apache.jetspeed.portal.currentVersion = 1.0 > > > > # required application server properties > > org.apache.jetspeed.server.home = c:\tomcatdd\ > > org.apache.jetspeed.server.shared = > > ${org.apache.jetspeed.server.home}/shared/lib/ > > org.apache.jetspeed.deploy.war.dir = > > ${org.apache.jetspeed.server.home}/webapps/ > > org.apache.jetspeed.services.autodeployment.user = j2deployer > > org.apache.jetspeed.services.autodeployment.password = password > > org.apache.jetspeed.catalina.version.major = 5.5 > > > > org.apache.jetspeed.production.database.url = > > jdbc:mysql://localhost/jetspeed2 > > org.apache.jetspeed.production.database.driver = com.mysql.jdbc.Driver > > org.apache.jetspeed.production.database.user = root > > org.apache.jetspeed.production.database.password = > > > > > org.apache.jetspeed.production.jdbc.drivers.path=C:\Downloads\Mysql\mysq > > > l-connector-java-3.1.12\mysql-connector-java-3.1.12\mysql-connector-java > > -3.1.12-bin.jar > > org.apache.jetspeed.production.database.default.name=mysql > > > > > > -----Original Message----- > > From: Cubehead Fang [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 24, 2006 2:28 PM > > To: Jetspeed Users List > > Subject: Re: Install jetspeed from source > > > > please check your $user/build.properties . > > > > you have some properties undefined. see this document. > > > > http://portals.apache.org/jetspeed-2/getting-started-source.html > > > > > > 2006/1/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > > Hi, > > > > > > Sorry, looks my pic has been filtered, following is the error > message > > > when I use 'maven allClean allBuild' > > > > > > > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Enterprise Portal Content Server > > > > > > | Memory: 15M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Search Component > > > > > > | Memory: 15M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Site > > > > > > | Memory: 15M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Components > > > > > > | Memory: 16M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Security LDAP Schema Components > > > > > > | Memory: 16M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Enterprise Portal Design Documentation > > > > > > | Memory: 17M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Installer > > > > > > | Memory: 18M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Layout Portlets > > > > > > | Memory: 17M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed 2 Maven Plugin > > > > > > | Memory: 18M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Java Portlet API > > > > > > | Memory: 18M/23M > > > > > > +---------------------------------------- > > > > > > Starting the reactor... > > > > > > Our processing order: > > > > > > Jetspeed-2 Layout Portlets > > > > > > Jetspeed 2 Maven Plugin > > > > > > Jetspeed 2 TreeControl TagLib > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Layout Portlets > > > > > > | Memory: 19M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed 2 Maven Plugin > > > > > > | Memory: 19M/23M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed 2 TreeControl TagLib > > > > > > | Memory: 19M/23M > > > > > > +---------------------------------------- > > > > > > > > > > > > BUILD FAILED > > > > > > File...... C:\Documents and > > > Settings\Administrator\.maven\cache\maven-jetspeed2- > > > > > > plugin-2.0\plugin.jelly > > > > > > Element... fail > > > > > > Line...... 635 > > > > > > Column.... 42 > > > > > > Required property org.apache.jetspeed.portal.home undefined. See > > > http://portals. > > > > > > apache.org/jetspeed-2/getting-started.html. > > > > > > Total time: 16 seconds > > > > > > Finished at: Tue Jan 24 14:06:21 SGT 2006 > > > > > > > > > > > > C:\jetspeed-2.0-src>maven allClean allBuild >buil.log > > > > > > > > > > > > BUILD FAILED > > > > > > File...... C:\Documents and > > > Settings\Administrator\.maven\cache\maven-jetspeed2- > > > > > > plugin-2.0\plugin.jelly > > > > > > Element... fail > > > > > > Line...... 635 > > > > > > Column.... 42 > > > > > > Required property org.apache.jetspeed.portal.home undefined. See > > > http://portals. > > > > > > apache.org/jetspeed-2/getting-started.html. > > > > > > C:\jetspeed-2.0-src>dir build.log > > > > > > Volume in drive C has no label. > > > > > > Volume Serial Number is 5857-3272 > > > > > > > > > > > > Directory of C:\jetspeed-2.0-src > > > > > > > > > > > > File Not Found > > > > > > > > > > > > C:\jetspeed-2.0-src>maven allClean allBuild > > > > > > __ __ > > > > > > | \/ |__ _Apache__ ___ > > > > > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > > > > > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > > > > > > > > > > > Starting the reactor... > > > > > > Our processing order: > > > > > > Jetspeed-2 Core API > > > > > > Jetspeed-2 Portal Commons > > > > > > Jetspeed-2 Component Manager > > > > > > Jetspeed-2 RDBMS Components > > > > > > Jetspeed-2 Preferences SPI Components > > > > > > Jetspeed-2 Security Components > > > > > > Jetspeed-2 Single Sign On Components > > > > > > Apache Portals Gems > > > > > > Jetspeed-2 Rewriter Component > > > > > > Jetspeed-2 Components > > > > > > Jetspeed-2 Web Content > > > > > > Jetspeed-2 Demo Portlet Application > > > > > > Jetspeed-2 Portlet Factory > > > > > > Jetspeed-2 Registry Components > > > > > > Jetspeed-2 Portal Statistics Components > > > > > > Jetspeed-2 Administration > > > > > > Jetspeed-2 Language Selector Portlet > > > > > > Jetspeed-2 Capability Components > > > > > > Jetspeed-2 Deploy Tools > > > > > > Jetspeed-2 File Cache > > > > > > Jetspeed-2 Header Resource Management > > > > > > Jetspeed-2 ID Generator > > > > > > Jetspeed-2 Template Locator > > > > > > Jetspeed-2 Profiler > > > > > > Jetspeed-2 Page Manager > > > > > > Jetspeed-2 Enterprise Portal Content Server > > > > > > Jetspeed-2 Search Component > > > > > > Jetspeed-2 Portal Site > > > > > > Jetspeed-2 Portal Components > > > > > > Jetspeed-2 Security LDAP Schema Components > > > > > > Jetspeed-2 Enterprise Portal Design Documentation > > > > > > Jetspeed-2 Portal Installer > > > > > > Jetspeed-2 Layout Portlets > > > > > > Jetspeed 2 Maven Plugin > > > > > > Java Portlet API > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Core API > > > > > > | Memory: 7M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Commons > > > > > > | Memory: 8M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Component Manager > > > > > > | Memory: 8M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 RDBMS Components > > > > > > | Memory: 8M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Preferences SPI Components > > > > > > | Memory: 9M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Security Components > > > > > > | Memory: 9M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Single Sign On Components > > > > > > | Memory: 9M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Apache Portals Gems > > > > > > | Memory: 10M/10M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Rewriter Component > > > > > > | Memory: 9M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Components > > > > > > | Memory: 10M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Web Content > > > > > > | Memory: 10M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Demo Portlet Application > > > > > > | Memory: 10M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portlet Factory > > > > > > | Memory: 10M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Registry Components > > > > > > | Memory: 11M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Statistics Components > > > > > > | Memory: 11M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Administration > > > > > > | Memory: 12M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Language Selector Portlet > > > > > > | Memory: 12M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Capability Components > > > > > > | Memory: 12M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Deploy Tools > > > > > > | Memory: 12M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 File Cache > > > > > > | Memory: 13M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Header Resource Management > > > > > > | Memory: 13M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 ID Generator > > > > > > | Memory: 14M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Template Locator > > > > > > | Memory: 14M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Profiler > > > > > > | Memory: 14M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Page Manager > > > > > > | Memory: 15M/15M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Enterprise Portal Content Server > > > > > > | Memory: 15M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Search Component > > > > > > | Memory: 15M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Site > > > > > > | Memory: 16M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Components > > > > > > | Memory: 16M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Security LDAP Schema Components > > > > > > | Memory: 16M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Enterprise Portal Design Documentation > > > > > > | Memory: 17M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Portal Installer > > > > > > | Memory: 17M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Layout Portlets > > > > > > | Memory: 18M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed 2 Maven Plugin > > > > > > | Memory: 18M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Java Portlet API > > > > > > | Memory: 19M/25M > > > > > > +---------------------------------------- > > > > > > Starting the reactor... > > > > > > Our processing order: > > > > > > Jetspeed-2 Layout Portlets > > > > > > Jetspeed 2 Maven Plugin > > > > > > Jetspeed 2 TreeControl TagLib > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed-2 Layout Portlets > > > > > > | Memory: 19M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed 2 Maven Plugin > > > > > > | Memory: 19M/25M > > > > > > +---------------------------------------- > > > > > > +---------------------------------------- > > > > > > | Cleaning Jetspeed 2 TreeControl TagLib > > > > > > | Memory: 19M/25M > > > > > > +---------------------------------------- > > > > > > > > > > > > BUILD FAILED > > > > > > File...... C:\Documents and > > > Settings\Administrator\.maven\cache\maven-jetspeed2- > > > > > > plugin-2.0\plugin.jelly > > > > > > Element... fail > > > > > > Line...... 635 > > > > > > Column.... 42 > > > > > > Required property org.apache.jetspeed.portal.home undefined. See > > > http://portals. > > > > > > apache.org/jetspeed-2/getting-started.html. > > > > > > Total time: 10 seconds > > > > > > Finished at: Tue Jan 24 14:07:26 SGT 2006 > > > > > > > > > > > > C:\jetspeed-2.0-src> > > > > > > > > > > > > ________________________________ > > > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, January 24, 2006 2:10 PM > > > To: [email protected] > > > Subject: RE: Install jetspeed from source > > > > > > > > > > > > > > > > > > Hi James, > > > > > > This is a problem I don't know how to cope with when I use > > > > > > "maven allClean allBuild" in latest version Jetspeed source code. > > > > > > Thanks for help. > > > > > > > > > > > > Jerry > > > > > > > > > > > > > > > > > > -----Original Message----- > > > From: James Liao [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, January 24, 2006 12:45 PM > > > To: Jetspeed Users List > > > Subject: Re: Install jetspeed from source > > > > > > > > > > > > Hi jerry, > > > > > > I don't know why you don't just use 2.0 final plugin? with command: > > > > > > > > > > > > maven -DartifactId=maven-jetspeed2-plugin -DgroupId= > > > > > > org.apache.portals.jetspeed-2 -Dversion=2.0 plugin:download > > > > > > > > > > > > or you can build plugin from source: > > > > > > 1. Go to jetspeed-2 src folder > > > > > > 2. Run command: maven initMavenPlugin > > > > > > > > > > > > HTH, > > > > > > - Jian Liao > > > > > > > > > > > > On 1/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > Is anyone can tell me what's this about? I have internet > connection, > > > but, > > > > > > > it tell me download failed when I issue: > > > > > > > > > > > > > > maven -DartifactId=maven-jetspeed2-plugin -DgroupId= > > > > > > > org.apache.portals.jetspeed-2 -Dversion=2.0-M4-SNAPSHOT > > > plugin:download > > > > > > > > > > > > > > > > > > > > > > > > > > > > and when I issue: maven allClean allBuild, it give me: > > "plugin-jelly", > > > > > > > ant:fail line 251 column 52". > > > > > > > > > > > > > > I just got successful built a couple of days ago... > > > > > > > > > > > > > > > > > > > > > > > > > > > > Jerry > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This message is for the designated recipient only and may contain > > > > > > > privileged, proprietary, or otherwise private information. If you > > have > > > > > > > received it in error, please notify the sender immediately and > > delete > > > the > > > > > > > original. Any other use of the email by you is prohibited. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > thanks, > > > > > > - Jian Liao > > > > > > This message is for the designated recipient only and may contain > > > privileged, proprietary, or otherwise private information. If you > have > > > received it in error, please notify the sender immediately and > delete > > > the original. Any other use of the email by you is prohibited. > > > > > > > > > > > > > > > -- > > Thanks in advance, > > Cubehead Fang > > > > > > This message is for the designated recipient only and may contain > > privileged, proprietary, or otherwise private information. If you > have > > received it in error, please notify the sender immediately and delete > the > > original. Any other use of the email by you is prohibited. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Thanks, > Cubehead Fang > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks, Cubehead Fang This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
