[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Eclipse unable to import Ant build.xml
|
I can reproduce the problem.
Logged
https://bugs.eclipse.org/bugs/show_bug.cgi?id=76293
It is not the same problem as
https://bugs.eclipse.org/bugs/show_bug.cgi?id=74102
I will hopefully find a workaround. The likely problem is dealing with
srcdir="."
Thanks
Darins
"Darin Swanson" <Darin_Swanson@xxxxxxxxxx> wrote in message
news:ckmfkc$cc$1@xxxxxxxxxxxxxx
> 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
> >
> >
> >
>
>