Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Re: platform-ant-dev digest, Vol 1 #35 - 2 msgs

I ran into this, and I believe that multiple arguments in the Ant Wizard
must be comma-separated.  That is, try entering

      -Dbuild.debug=on, -Dbuild.optimize=off

and see if that works.

--dave



                                                                                                                                        
                      platform-ant-dev-request@                                                                                         
                      eclipse.org                      To:       platform-ant-dev@xxxxxxxxxxx                                           
                      Sent by:                         cc:                                                                              
                      platform-ant-dev-admin@ec        Subject:  platform-ant-dev digest, Vol 1 #35 - 2 msgs                            
                      lipse.org                                                                                                         
                                                                                                                                        
                                                                                                                                        
                      05/28/2002 11:05 AM                                                                                               
                      Please respond to                                                                                                 
                      platform-ant-dev                                                                                                  
                                                                                                                                        
                                                                                                                                        




Send platform-ant-dev mailing list submissions to
             platform-ant-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
             http://dev.eclipse.org/mailman/listinfo/platform-ant-dev
or, via email, send a message with subject or body 'help' to
             platform-ant-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
             platform-ant-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of platform-ant-dev digest..."


Today's Topics:

   1. bad argument parsing (Levente Farkas)
   2. Re: bad argument parsing (Rodrigo_Peretti@xxxxxxx)

--__--__--

Message: 1
Date: Tue, 28 May 2002 15:57:12 +0200
From: Levente Farkas <lfarkas@xxxxxxxxxxxx>
Organization: Mindmaker Ltd.
To: platform-ant-dev@xxxxxxxxxxx
Subject: [platform-ant-dev] bad argument parsing
Reply-To: platform-ant-dev@xxxxxxxxxxx

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!"

--__--__--

Message: 2
Subject: Re: [platform-ant-dev] bad argument parsing
To: platform-ant-dev@xxxxxxxxxxx
From: Rodrigo_Peretti@xxxxxxx
Date: Tue, 28 May 2002 10:04:31 -0400
Reply-To: platform-ant-dev@xxxxxxxxxxx


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






--__--__--

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev


End of platform-ant-dev Digest







Back to the top