[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Eclipse unable to import Ant build.xml
|
I will test with your example and report back shortly.
Darins
"James Cowan" <jamescowan@xxxxxxxxx> wrote in message
news:ckmcti$qhi$1@xxxxxxxxxxxxxx
>
> I have the same problem as this.
>
> Which version of eclipse should I download. I tried
> eclipse-SDK-3.1M2-win32.zip
> and eclipse-SDK-I20041013-win32.zip but it does seem to have the fix.
>
> the build.xml that I am try to import is below. In the import wizard, it
> creates the project called "utils" in the package explorer but the
> "finish" button is left there and nothing happens. If I click cancel,
> nothing is imported.
>
> James
>
> build.xml
>
>
> <!--
> ******************************************************************** -->
> <!-- project start -->
>
> <project name="utils" default="compile" basedir=".">
>
> <!--
> ******************************************************************** -->
> <!-- compile target -->
>
> <target name="compile">
> <javac srcdir="." includes="*.java"/>
> </target>
>
> <!--
> ******************************************************************** -->
> <!-- clean target -->
>
> <target name="clean">
> <delete>
> <fileset dir="." includes="*.class"/>
> </delete>
> </target>
>
> </project>
>
> <!-- project ends -->
> <!--
> ******************************************************************** -->
>
>
>
> From: "Darin Swanson" <Darin_Swanson@xxxxxxxxxx>
> Date: Thu, 16 Sep 2004 13:21:57 -0700
> Newsgroups: eclipse.platform
> Organization: EclipseCorner
>
> --------------------------------------------------------------------------
------
>
> Found and fixed with Torben's generous help:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=74102
>
> Darins
>
> "Darin Swanson" <Darin_Swanson@xxxxxxxxxx> wrote in message
> ciacoc$e3r$1@xxxxxxxxxxx">news:ciacoc$e3r$1@xxxxxxxxxxxxxx
> > We will have to set up a time when I could step you through self hosting
> so
> > we can nail this problem.
> > Darins
> >
> > "Torben Sorensen" <torbens@xxxxxxxxxxxxxxxx> wrote in message
> > ciac92$dct$1@xxxxxxxxxxx">news:ciac92$dct$1@xxxxxxxxxxxxxx
>
>
>