facebook

wizard to create new ant build.xml file?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #319845 Reply

    davout
    Participant

    Does MyEclipse include a wizard to create a new ant build.xml file?

    #319847

    support-swapna
    Participant

    davout ,

    To generate a build.xml for your project:

    1) Right-click on your project, select Export…
    2) Select Ant Buildfiles under the General Folder, click Next
    3) Select your project, click Finish

    This will create a build.xml file at the root of your project.

    To run the build, right-click on the build.xml file and select Run As > Ant

    Let us know how this works for you.

    #319851

    davout
    Participant

    Thanks… but that wasn’t my question.

    For a completely new project how do I create a new ant build.xml file?

    #319855

    support-swapna
    Participant

    davout ,

    There are two ways to create a new ANT build.xml :

    1) Create a new project then use the Export wizard as outlined earlier . This creates a build.xml file in the project with default targets.

    2) Create a new file in the new project using New > File and name it build.xml. This creates a new empty build file

    Both the ways use the ANT build file editor.

    3) If you are looking at something else then please be more specific about the concern.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: wizard to create new ant build.xml file?

You must be logged in to post in the forum log in