Hi, not sure if this helps, but try change lines like export ENV_VARIABLE=somevalue to ENV_VARIABLE=somevalue export ENV_VARIABLE
I believe Solaris doesn't like variable assignment and export on the same line... Rui On Wed, 2004-06-09 at 19:10, Pablo Garaitonandia wrote: > Hi guys, > I am trying to install cocoon and I am having no luck. I am running > Solaris 8 sparc I am guessing that there is something goofy with the > build.sh every time > I try to install I get the following > > [EMAIL PROTECTED] /usr/local/src/cocoon-2.1.5]# ./build.sh > ./build.sh: ANT_HOME=tools: is not an identifier > > > I set all my environment variables correctly and I tried to edit the > build.sh with no luck > > CATALINA_HOME=/usr/local/jakarta-tomcat-5.0.19 > CLASSPATH=/usr/local/j2sdk1.4.2_02/lib:/usr/local/ant/lib > ANT_HOME=/usr/local/ant > JAVA_HOME=/usr/local/j2sdk1.4.2_02 > PATH=/usr/local/ant/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/openwin/bin:/opt/local/lib:/usr/bin/X11:/usr/ucb:/usr/lib/sparcv9:/usr/lib:/opt/local/bin/mozilla:/usr/local/vnc:/usr/local/scripts:/usr/local/Openssh/bin:/usr/local/scripts/bin > > > Any help would be greatly appreciated. > > -Pablo > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. GonÃalves <[EMAIL PROTECTED]> PT InovaÃÃo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
