Cygwin causing errors in Aptana when Ant builds project with HTML parsed as PHP -
i have aptana studio 3, build: 3.4.0.201304151603 installed on windows 7 (service pack 1). have configured associate *.html files php source editor default add code completion (and apache parses *.html as) php.
i have custom builder on project launch ant 1.7.0 build it. nothing special except prompt ant target build. finally, have cygwin installed , use tail'ing logs, etc.
whew! enough intro, down problem.
recently, when first fire custom builder, console displays following:
[2013-05-09 12:24:36] #<nomethoderror: undefined method `end_node' #<java::comaptanaeditorphpinternalparsernodes::phphtmlnode:0xc37a88>> ps: illegal option -- x usage ps [-aefl] [-u uid] -f = show process uids, ppids -l = show process uids, ppids, pgids, winpids -u uid = list processes owned uid -a, -e = show processes of users -s = show process summary -w = show windows cygwin processes
i have yet find references online java::comaptanaeditorphpinternalparsernodes::phphtmlnode:0xc37a88
error (or part thereof). further, have no clue how firing ant build (while editing any file type -- html, css, javascript, php, etc.) have php parser or cygwin's ps
command.
the error doesn't seem affect anything. builds, no artifacts in files, etc. it's uncomfortable, because may doing haven't found yet!!
Comments
Post a Comment