Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Apr 2008 20:14:44 +0200
From:      Marcin Cieslak <saper@system.pl>
To:        freebsd-openoffice@freebsd.org
Subject:   Re: ports/118453: Build of editors/OpenOffice.org-2 failed (ant problem?)
Message-ID:  <47F51E94.9000500@system.pl>
In-Reply-To: <200804031710.m33HA2YW017539@freefall.freebsd.org>
References:  <200804031710.m33HA2YW017539@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigA7BD2FF72E86DC13A9522802
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: quoted-printable

Andrew Reilly wrote:
> The following reply was made to PR ports/118453; it has been noted by G=
NATS.
>=20
>  Sorry, I have apache-ant-1.7.0_1 installed too, now, and I also
>  have openoffice 2.3 installed, so I suspect that this PR is well
>  and truly out of date.
> =20
>  I'll be giving it another go soon, I suspect, when the port gets
>  upgraded to 2.4.  I still have a hideous $PS1, so if the bug
>  persists, no doubt it'll bite me again.  Thank you for reminding
>  me, though.

Thanks for your reply.

Can you try a simple thing and run on a directory with the following=20
build.xml:

<project name=3D"Scipting Framework" default=3D"all" basedir=3D".">

   <property environment=3D"env" />
   <property name=3D"env.BSH_JAR" value=3D"${solar.jar}/bsh.jar"/>
   <target name=3D"jar">
         <echo message=3D"PS1 is ${env.PS1}" />
         <echo message=3D"HOME is ${env.HOME}" />
         <echo message=3D"TERMCAP is ${env.TERMCAP}" />
   </target>
   <target name=3D"all" depends=3D"jar"/>
</project>

I tried this under mksh with a marvellous PS1 and got...

Buildfile: build.xml

jar:
      [echo] PS1 is ^A
      [echo] HOME is /usr/home/saper
      [echo] TERMCAP is xterm|xterm-color|X11 terminal=20
emulator:ti@:te@:k1=3D\EOP:k2=3D\EOQ:k3=3D\EOR:k4=3D\EOS:k5=3D\E[15~:k6=3D=
\E[17~:k7=3D\E[18~:k8=3D\E[19~:k9=3D\E[20~:k;=3D\E[21~:F1=3D\E[23~:F2=3D\=
E[24~:@7=3D\EOF:@8=3D\EOM:kI=3D\E[2~:kh=3D\EOH:kP=3D\E[5~:kN=3D\E[6~:ku=3D=
\EOA:kd=3D\EOB:kr=3D\EOC:kl=3D\EOD:Km=3D\E[M:li#24:co#80:am:kn#12:km:mi:m=
s:xn:AX:bl=3D^G:is=3D\E[!p\E[?3;4l\E[4l\E>:rs=3D\E[!p\E[?3;4l\E[4l\E>:le=3D=
^H:AL=3D\E[%dL:DL=3D\E[%dM:DC=3D\E[%dP:al=3D\E[L:dc=3D\E[P:dl=3D\E[M:UP=3D=
\E[%dA:DO=3D\E[%dB:LE=3D\E[%dD:RI=3D\E[%dC:ho=3D\E[H:cd=3D\E[J:ce=3D\E[K:=
cl=3D\E[H\E[2J:cm=3D\E[%i%d;%dH:cs=3D\E[%i%d;%dr:im=3D\E[4h:ei=3D\E[4l:ks=
=3D\E[?1h\E=3D:ke=3D\E[?1l\E>:kD=3D\E[3~:sf=3D\n:sr=3D\EM:st=3D\EH:ct=3D\=
E[3g:sc=3D\E7:rc=3D\E8:eA=3D\E(B\E)0:as=3D\E(0:ae=3D\E(B:ml=3D\El:mu=3D\E=
m:up=3D\E[A:nd=3D\E[C:md=3D\E[1m:me=3D\E[m:mr=3D\E[7m:so=3D\E[7m:se=3D\E[=
27m:us=3D\E[4m:ue=3D\E[24m:vi=3D\E[?25l:ve=3D\E[?25h:ut:Co#8:pa#64:op=3D\=
E[39;49m:AB=3D\E[4%dm:AF=3D\E[3%dm:kb=3D\010:

all:

BUILD SUCCESSFUL

where ^A is ascii 01, it is followed by ascii 13 in my PS1, so maybe=20
it's end-of-property for ant... but can you try it?

--Marcin


--------------enigA7BD2FF72E86DC13A9522802
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQCVAwUBR/Uelz2W2v2wY27ZAQPKHgQAjjivZgaAdMJNPfCODpYOBotDvZz3TnOx
zzMjIxlU75DR1v5a5J6grNgzlzrtIDCR4BQfTtgSsWyzRwtcCRmF0Qtpthr0b3A8
ChzAKUVJ3yP4C0dcnVtvDvfZukb4QcwRhjFfW+RO20VBzXUon0TQ8v1pdqpCpNGT
KONphyevGVM=
=GyTp
-----END PGP SIGNATURE-----

--------------enigA7BD2FF72E86DC13A9522802--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47F51E94.9000500>