Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Migrating to Eclipse 3.x How to handle change of "Ant Run..."

Devon,

In 3.x you simply (I would recommend 3.0.1 for the latest and greatest):
    Select the Buildfile
    Right Click
    Run->Ant Build (runs with either the default target or previously
configured target selection)
        OR
    Run->Ant Build... (allows target selection)

I am not sure which release notes you are talking about or problems related
to the Ant editor?

HTH
Darins
ps in the future please ask these types of questions via the newsgroups
(eclipse.platform). I watch them very closely for Ant questions :-)
The mailing list is for the actual developers of the Eclipse Ant
integration.

----- Original Message ----- 
From: "Devon Tuck" <devon@xxxxxxxxxxxxx>
To: <platform-ant-dev@xxxxxxxxxxx>
Sent: Thursday, September 30, 2004 1:47 PM
Subject: [platform-ant-dev] Migrating to Eclipse 3.x How to handle change of
"Ant Run..."


> Hello Darin and all,
>
> This is going to be a really basic user-end question to most of you,
> sorry; but I have not found a clear answer after searching a few of the
> newsgroups and mailing list archives.
>
> I am holding off migrating to Eclipse 3.x from 2.1 because when I
> upgraded on another machine the ability to right click on build.xml and
> do Ant Run... to select my targets went away.
>
> I read in the release notes something about settings for an
> InternalAntEditor but that there were problems with offering it because
> of different JVM versions...
>
> So before I upgrade and have to reinstall back to 2.1 again, I am
> looking for some sort of reassurance of how to do in Eclipse 3.x what I
> currently do in 2.1.  (build.xml -> "Ant run...")
>
> Thanks,
>     Devon
> _______________________________________________
> platform-ant-dev mailing list
> platform-ant-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-ant-dev
>




Back to the top