Re: [Hypercontent-users] Ant Configuration Problem
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-07-05 21:52:12
|
Hi Liying, In your last example, the ant directory name changed from upper = to =20 lowercase, perhaps that is the cause of the last error? I take it you're trying to install v1.4 now. You will have to = adjust =20 the paths in build.properties for it to install properly in a current =20= uPortal release, as HC1.4 was released back around uPortal 2.2.x. =20 Also, the "auto-publish" command does not work in newer uPortals; you =20= can search this mailing list archive for instructions on manually =20 publishing the HC1.4 channel in uPortal. -Alex On Jul 5, 2005, at 4:16 PM, Liying Miao wrote: > Hi All, > > > I have a problem with running ant 1.6.2. I have set ANT_HOME in path. > > Here is the problem: > > When I type Ant, it works: > > C:\UPORTAL>ant > > C:\UPORTAL>set ANT_HOME=3D./Ant_1-6-2 > > C:\UPORTAL>./Ant_1-6-2/bin/ant.bat > > Buildfile: build.xml > > help: > > =A0=A0=A0=A0 [echo] Please read the README file which explains how to = operate =20 > this uPort > > al quick-start package > > =A0=A0=A0=A0 [echo] To see the possible ant targets, type 'ant = -projecthelp' > > BUILD SUCCESSFUL > > Total time: 0 seconds > > However, when I type ant =96buildfile HyperContent1_4\build.xml, it =20= > doesn=92t read build.xml in another directory. > > C:\UPORTAL>./Ant_1-6-2/bin/ant.bat -buildfile > > You must specify a buildfile when using the -buildfile argument > > Then when I tried directly: > > C:\UPORTAL>./ant_1-6-2/bin/ant.bat -buildfile = HyperContent1_4\build.xml > > I get error message '.' is not recognized as an internal or external =20= > command, operable program or batch file. > > My path: > > Path=3DC:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:=20 > \Program Files\Co > > mmon Files\OpSession\Shared;C:\Program Files\Common =20 > Files\OpSession\Viewer Share > > d;C:\Program Files\Common Files\Adaptec =20 > Shared\System;C:\PROGRA~1\IBM\SQLLIB\BIN > > ;C:\PROGRA~1\IBM\SQLLIB\FUNCTION; C:\Program =20 > Files\Java\jdk1.5.0_02\bin;C:\Progr > > am Files\MySQL\MySQL Server 4.1\bin;C:\UPORTAL\Ant_1-6-2\\bin > > PATHEXT=3D.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH > > Please help! I couldn=92t figure it out!!! > > Liying Miao > > ERP/IT > Florida A&M University > |