ports/118453: Build of editors/OpenOffice.org-2 failed (ant problem?)

Marcin Cieslak saper at system.pl
Thu Apr 3 18:15:04 UTC 2008


Andrew Reilly wrote:
> The following reply was made to PR ports/118453; it has been noted by GNATS.
> 
>  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.
>  
>  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 
build.xml:

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

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

all:

BUILD SUCCESSFUL

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

--Marcin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-openoffice/attachments/20080403/86197abc/signature.pgp


More information about the freebsd-openoffice mailing list