Skip to main content

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

There was a bug in M5 like the one you describe but it should be fixed in
F1 and latest builds. If you can still reproduce it please log a bug to the
Platform Ant component.

Thanks,
Rodrigo



                                                                                                                                          
                      Levente Farkas                                                                                                      
                      <lfarkas@xxxxxxxxxxxx>         To:       platform-ant-dev@xxxxxxxxxxx                                               
                      Sent by:                       cc:                                                                                  
                      platform-ant-dev-admin@        Subject:  [platform-ant-dev] bad argument parsing                                    
                      eclipse.org                                                                                                         
                                                                                                                                          
                                                                                                                                          
                      05/28/2002 09:57 AM                                                                                                 
                      Please respond to                                                                                                   
                      platform-ant-dev                                                                                                    
                                                                                                                                          
                                                                                                                                          




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!"
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev






Back to the top