Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » ant taskdef warning
ant taskdef warning [message #234298] Mon, 26 April 2004 08:28 Go to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
Hello,
I have the following ant taskdef:

<taskdef name="ttaasskk" classname="bli.bla.blo" />

This statement produces the following warning in eclipse:

"taskdef class bla.bli.blo cannot be found".

I have added the jar that contains the task's class to the ant's classpath
and indeed, when I invoke the build process, it works fine.

I use eclipse 3.0 M8.

Why the warning?
Re: ant taskdef warning [message #234512 is a reply to message #234298] Mon, 26 April 2004 14:24 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Because we had a bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293

This is fixed in the integration builds after M8.

Thanks
Darins

"Zohar" <david_fire4@hotmail.com> wrote in message
news:c6idar$406$1@eclipse.org...
> Hello,
> I have the following ant taskdef:
>
> <taskdef name="ttaasskk" classname="bli.bla.blo" />
>
> This statement produces the following warning in eclipse:
>
> "taskdef class bla.bli.blo cannot be found".
>
> I have added the jar that contains the task's class to the ant's classpath
> and indeed, when I invoke the build process, it works fine.
>
> I use eclipse 3.0 M8.
>
> Why the warning?
>
>
Re: ant taskdef warning [message #236251 is a reply to message #234512] Thu, 29 April 2004 07:37 Go to previous messageGo to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
I tried build 200404281424, and I still get the warning (although the yellow
squiggly underline is not there anymore).

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:c6j5mp$6rr$1@eclipse.org...
> Because we had a bug
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
>
> This is fixed in the integration builds after M8.
>
> Thanks
> Darins
>
> "Zohar" <david_fire4@hotmail.com> wrote in message
> news:c6idar$406$1@eclipse.org...
> > Hello,
> > I have the following ant taskdef:
> >
> > <taskdef name="ttaasskk" classname="bli.bla.blo" />
> >
> > This statement produces the following warning in eclipse:
> >
> > "taskdef class bla.bli.blo cannot be found".
> >
> > I have added the jar that contains the task's class to the ant's
classpath
> > and indeed, when I invoke the build process, it works fine.
> >
> > I use eclipse 3.0 M8.
> >
> > Why the warning?
> >
> >
>
>
Re: ant taskdef warning [message #236905 is a reply to message #236251] Thu, 29 April 2004 16:24 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
So the warning is in the Problems view but not shown as an annotation in the
text?
This should be cleared if you re-save the buildfile.
If not please file a bug report with all the details

Thanks
Darins

"Zohar" <david_fire4@hotmail.com> wrote in message
news:c6q7fv$34c$1@eclipse.org...
> I tried build 200404281424, and I still get the warning (although the
yellow
> squiggly underline is not there anymore).
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:c6j5mp$6rr$1@eclipse.org...
> > Because we had a bug
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> >
> > This is fixed in the integration builds after M8.
> >
> > Thanks
> > Darins
> >
> > "Zohar" <david_fire4@hotmail.com> wrote in message
> > news:c6idar$406$1@eclipse.org...
> > > Hello,
> > > I have the following ant taskdef:
> > >
> > > <taskdef name="ttaasskk" classname="bli.bla.blo" />
> > >
> > > This statement produces the following warning in eclipse:
> > >
> > > "taskdef class bla.bli.blo cannot be found".
> > >
> > > I have added the jar that contains the task's class to the ant's
> classpath
> > > and indeed, when I invoke the build process, it works fine.
> > >
> > > I use eclipse 3.0 M8.
> > >
> > > Why the warning?
> > >
> > >
> >
> >
>
>
Re: ant taskdef warning [message #237672 is a reply to message #236905] Sun, 02 May 2004 06:29 Go to previous messageGo to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
I added a comment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:c6r9t4$gf6$1@eclipse.org...
> So the warning is in the Problems view but not shown as an annotation in
the
> text?
> This should be cleared if you re-save the buildfile.
> If not please file a bug report with all the details
>
> Thanks
> Darins
>
> "Zohar" <david_fire4@hotmail.com> wrote in message
> news:c6q7fv$34c$1@eclipse.org...
> > I tried build 200404281424, and I still get the warning (although the
> yellow
> > squiggly underline is not there anymore).
> >
> > "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> > news:c6j5mp$6rr$1@eclipse.org...
> > > Because we had a bug
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> > >
> > > This is fixed in the integration builds after M8.
> > >
> > > Thanks
> > > Darins
> > >
> > > "Zohar" <david_fire4@hotmail.com> wrote in message
> > > news:c6idar$406$1@eclipse.org...
> > > > Hello,
> > > > I have the following ant taskdef:
> > > >
> > > > <taskdef name="ttaasskk" classname="bli.bla.blo" />
> > > >
> > > > This statement produces the following warning in eclipse:
> > > >
> > > > "taskdef class bla.bli.blo cannot be found".
> > > >
> > > > I have added the jar that contains the task's class to the ant's
> > classpath
> > > > and indeed, when I invoke the build process, it works fine.
> > > >
> > > > I use eclipse 3.0 M8.
> > > >
> > > > Why the warning?
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: ant taskdef warning [message #237779 is a reply to message #237672] Sun, 02 May 2004 17:24 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
I added a comment as well.

Can you please provide the full test case of how this is happening?
Did you try marking the file as dirty (adding a space to file, removing a
space) and then saving the file?

Darins

"Zohar" <david_fire4@hotmail.com> wrote in message
news:c720is$bth$1@eclipse.org...
> I added a comment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:c6r9t4$gf6$1@eclipse.org...
> > So the warning is in the Problems view but not shown as an annotation in
> the
> > text?
> > This should be cleared if you re-save the buildfile.
> > If not please file a bug report with all the details
> >
> > Thanks
> > Darins
> >
> > "Zohar" <david_fire4@hotmail.com> wrote in message
> > news:c6q7fv$34c$1@eclipse.org...
> > > I tried build 200404281424, and I still get the warning (although the
> > yellow
> > > squiggly underline is not there anymore).
> > >
> > > "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> > > news:c6j5mp$6rr$1@eclipse.org...
> > > > Because we had a bug
> > > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> > > >
> > > > This is fixed in the integration builds after M8.
> > > >
> > > > Thanks
> > > > Darins
> > > >
> > > > "Zohar" <david_fire4@hotmail.com> wrote in message
> > > > news:c6idar$406$1@eclipse.org...
> > > > > Hello,
> > > > > I have the following ant taskdef:
> > > > >
> > > > > <taskdef name="ttaasskk" classname="bli.bla.blo" />
> > > > >
> > > > > This statement produces the following warning in eclipse:
> > > > >
> > > > > "taskdef class bla.bli.blo cannot be found".
> > > > >
> > > > > I have added the jar that contains the task's class to the ant's
> > > classpath
> > > > > and indeed, when I invoke the build process, it works fine.
> > > > >
> > > > > I use eclipse 3.0 M8.
> > > > >
> > > > > Why the warning?
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: ant taskdef warning [message #237901 is a reply to message #237779] Mon, 03 May 2004 08:29 Go to previous messageGo to next message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
I tried deleting a character, typing it back in, and then saving. What I got
was the good old yellow squiggly underline back... The warning is still
there.
I'll put a test case.

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:c736v9$g2t$1@eclipse.org...
> I added a comment as well.
>
> Can you please provide the full test case of how this is happening?
> Did you try marking the file as dirty (adding a space to file, removing a
> space) and then saving the file?
>
> Darins
>
> "Zohar" <david_fire4@hotmail.com> wrote in message
> news:c720is$bth$1@eclipse.org...
> > I added a comment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> >
> > "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> > news:c6r9t4$gf6$1@eclipse.org...
> > > So the warning is in the Problems view but not shown as an annotation
in
> > the
> > > text?
> > > This should be cleared if you re-save the buildfile.
> > > If not please file a bug report with all the details
> > >
> > > Thanks
> > > Darins
> > >
> > > "Zohar" <david_fire4@hotmail.com> wrote in message
> > > news:c6q7fv$34c$1@eclipse.org...
> > > > I tried build 200404281424, and I still get the warning (although
the
> > > yellow
> > > > squiggly underline is not there anymore).
> > > >
> > > > "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> > > > news:c6j5mp$6rr$1@eclipse.org...
> > > > > Because we had a bug
> > > > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> > > > >
> > > > > This is fixed in the integration builds after M8.
> > > > >
> > > > > Thanks
> > > > > Darins
> > > > >
> > > > > "Zohar" <david_fire4@hotmail.com> wrote in message
> > > > > news:c6idar$406$1@eclipse.org...
> > > > > > Hello,
> > > > > > I have the following ant taskdef:
> > > > > >
> > > > > > <taskdef name="ttaasskk" classname="bli.bla.blo" />
> > > > > >
> > > > > > This statement produces the following warning in eclipse:
> > > > > >
> > > > > > "taskdef class bla.bli.blo cannot be found".
> > > > > >
> > > > > > I have added the jar that contains the task's class to the ant's
> > > > classpath
> > > > > > and indeed, when I invoke the build process, it works fine.
> > > > > >
> > > > > > I use eclipse 3.0 M8.
> > > > > >
> > > > > > Why the warning?
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: ant taskdef warning [message #237911 is a reply to message #237901] Mon, 03 May 2004 10:06 Go to previous message
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
Forget the squiggly underline - it was in M8. the warning is still there.

"Zohar" <david_fire4@hotmail.com> wrote in message
news:c74rvl$tpn$1@eclipse.org...
> I tried deleting a character, typing it back in, and then saving. What I
got
> was the good old yellow squiggly underline back... The warning is still
> there.
> I'll put a test case.
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:c736v9$g2t$1@eclipse.org...
> > I added a comment as well.
> >
> > Can you please provide the full test case of how this is happening?
> > Did you try marking the file as dirty (adding a space to file, removing
a
> > space) and then saving the file?
> >
> > Darins
> >
> > "Zohar" <david_fire4@hotmail.com> wrote in message
> > news:c720is$bth$1@eclipse.org...
> > > I added a comment to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> > >
> > > "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> > > news:c6r9t4$gf6$1@eclipse.org...
> > > > So the warning is in the Problems view but not shown as an
annotation
> in
> > > the
> > > > text?
> > > > This should be cleared if you re-save the buildfile.
> > > > If not please file a bug report with all the details
> > > >
> > > > Thanks
> > > > Darins
> > > >
> > > > "Zohar" <david_fire4@hotmail.com> wrote in message
> > > > news:c6q7fv$34c$1@eclipse.org...
> > > > > I tried build 200404281424, and I still get the warning (although
> the
> > > > yellow
> > > > > squiggly underline is not there anymore).
> > > > >
> > > > > "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> > > > > news:c6j5mp$6rr$1@eclipse.org...
> > > > > > Because we had a bug
> > > > > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=56293
> > > > > >
> > > > > > This is fixed in the integration builds after M8.
> > > > > >
> > > > > > Thanks
> > > > > > Darins
> > > > > >
> > > > > > "Zohar" <david_fire4@hotmail.com> wrote in message
> > > > > > news:c6idar$406$1@eclipse.org...
> > > > > > > Hello,
> > > > > > > I have the following ant taskdef:
> > > > > > >
> > > > > > > <taskdef name="ttaasskk" classname="bli.bla.blo" />
> > > > > > >
> > > > > > > This statement produces the following warning in eclipse:
> > > > > > >
> > > > > > > "taskdef class bla.bli.blo cannot be found".
> > > > > > >
> > > > > > > I have added the jar that contains the task's class to the
ant's
> > > > > classpath
> > > > > > > and indeed, when I invoke the build process, it works fine.
> > > > > > >
> > > > > > > I use eclipse 3.0 M8.
> > > > > > >
> > > > > > > Why the warning?
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Previous Topic:MVC - how to explain viewers?
Next Topic:Do not use the integration build from the 28th
Goto Forum:
  


Current Time: Fri Apr 26 17:11:40 GMT 2024

Powered by FUDForum. Page generated in 0.03528 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top