facebook

Configure for Ant build file which has no javac statements.

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245706 Reply

    Izzath
    Member

    Hi all,

    My Project’s ant build file is ‘build.xml’ which does not contains any javac statements. Instead This ‘build.xml’ call another three xml files which complies the code.

    But when point the build.xml to eclipse to configure using the option “Java Project from Existing Ant Buildfile”, it says ‘there is no javac statement’ and hangs.Help me in this regard…

    My application is based on J2EE-Struts.(JDK 1.4.1).

    The calling point in buid.xml…

    <target name=”create_jar_war” depends=”clean”>
    <ant antfile=”SAGEJBProject.xml” /> –These files
    <ant antfile=”SAGWEBProject.xml” /> — contains the required
    <ant antfile=”SAGBATCHProject.xml” /> –Javac statements
    </target>

    #245749 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    Izzath, are you sure you are using Eclipse? I’ve only seen this feature in NetBeans 4.x and 5.x series.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Configure for Ant build file which has no javac statements.

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