Menu

#1 eclipse build compiler

AntView_2.X
closed-fixed
General (21)
5
2002-07-16
2002-07-09
Roscoe Rush
No

From: Colin Sampaleanu [colinml1@exis.com]

- when using the normal ant support in Eclipse, I am
setting the build
to use Eclipse's compile, by using the following target
which is a
dependency of my init:
<target name="configure.eclipse" if="eclipse.running">
<property name="build.compiler"
value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
<echo message="Configuring compiler for
Eclipse..."/>
</target>
With the antview plugin, this fails, presumably because
the
eclipse.running property is not being set, and of course
the whole
compile fails since the classic compiler is not available.
This
mechanism or something similar needs to be available
when using
AntView., so that the compile can be set conditionally
instead of always.

Discussion

  • Roscoe Rush

    Roscoe Rush - 2002-07-16

    Logged In: YES
    user_id=398209

    Set ant property eclipse.running

     
  • Roscoe Rush

    Roscoe Rush - 2002-07-16
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB