Menu

#1 formatted build.xml

open
nobody
None
5
2007-04-20
2007-04-20
Anonymous
No

- adding description to the various targets
- formatting (all tabs replaced by spaces)
- adding a sources target to generate a zip file containing the src/java directory (handy to link the source in Eclipse)

May I suggest to put the build.xml file at the top level?

Thanks for this very handy library (can't wait for 2.4)

Discussion

  • Nobody/Anonymous

    patch

     
  • Steve Souza

    Steve Souza - 2007-04-24

    Logged In: YES
    user_id=828052
    Originator: NO

    Do you know how you can convert tabs to spaces in eclipse? I'm not a fan of tabs either.

     
  • Vladimir Ritz Bossicard

    Logged In: YES
    user_id=135259
    Originator: NO

    I'm using Eclipse 3.2 and as far as I can remember, setting the identation to spaces is as follow:

    * Preferences Window
    * Java | Code Style | Formatter
    * Select the Indentation tab and set the tab policy accordingly

    IIRC is used to be configured in various places depending on the Eclipse version (possibly under General | Editors | Text Editors)

    hth