Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] bad argument parsing

hi,
when I try to add aruments for ant
-Dbuild.debug=on -Dbuild.optimize=off
and trun on ant debug, then I've got the following in the ant console:
-----------------------
Setting ro project property: build.debug -> on -Dbuild.optimize=off
-----------------------
which is of course worng and it should have to be:
-----------------------
Setting ro project property: build.debug -> on
Setting ro project property: build.optimize -> off
-----------------------
so it's a bug in eclipse.
yours.

-- 
  Levente                               "Si vis pacem para bellum!"


Back to the top