Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » M7 ANT mail-tag hangs
M7 ANT mail-tag hangs [message #204253] Thu, 19 May 2005 11:22 Go to next message
Eclipse UserFriend
Originally posted by: no-spam-Marc.Dzaebel.gaia-group.com

After migration to M7 (from M6) my mail-tag simply stops without a
message. I tried different mail.jar / activation.jar but nothing
changed. Is this a known bug?

Thanks in advance

Marc
Re: M7 ANT mail-tag hangs [message #204269 is a reply to message #204253] Thu, 19 May 2005 11:48 Go to previous messageGo to next message
Eclipse UserFriend
If the build starts and then hangs this is not a known bug.
Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one possibility.
I would see if you buildfile works from the commandline with Ant 1.6.3. If
not then it is an Ant bug.
If it does then it is an Eclipse integration bug...which I would greatly
appreciate hearing further about in a bug report.

Thanks
Darins

"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
news:d6iasl$4lh$1@news.eclipse.org...
> After migration to M7 (from M6) my mail-tag simply stops without a
> message. I tried different mail.jar / activation.jar but nothing
> changed. Is this a known bug?
>
> Thanks in advance
>
> Marc
Re: M7 ANT mail-tag hangs [message #204372 is a reply to message #204269] Fri, 20 May 2005 06:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: no-spam-Marc.Dzaebel.gaia-group.com

Darin Swanson wrote:
> If the build starts and then hangs this is not a known bug.

It starts and shows no error message. Where else can I look for it?

> Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one possibility.
> I would see if you buildfile works from the commandline with Ant 1.6.3. If
> not then it is an Ant bug.

I upgraded to M7 on an other XP-machine and there it works! So it seems
to be a configuration problem on my Win2000 system.

> If it does then it is an Eclipse integration bug...which I would greatly
> appreciate hearing further about in a bug report.

So currently no bug report is necessary. I'll keep you up to date.

Thanks for your very quick response on this topic!

Marc

>>After migration to M7 (from M6) my mail-tag simply stops without a
>>message. I tried different mail.jar / activation.jar but nothing
>>changed. Is this a known bug?
Re: M7 ANT mail-tag hangs [message #204411 is a reply to message #204372] Fri, 20 May 2005 12:41 Go to previous messageGo to next message
Eclipse UserFriend
Can you provide a sample, simple buildfile that I can test with? No matter
who's bug it is things should not hang :-)

The only bug that is similar and could explain the differences between the 2
machines
https://bugs.eclipse.org/bugs/show_bug.cgi?id=95611

HTH
Darins

"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
news:d6kdq6$929$1@news.eclipse.org...
> Darin Swanson wrote:
>> If the build starts and then hangs this is not a known bug.
>
> It starts and shows no error message. Where else can I look for it?
>
>> Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one possibility.
>> I would see if you buildfile works from the commandline with Ant 1.6.3.
>> If
>> not then it is an Ant bug.
>
> I upgraded to M7 on an other XP-machine and there it works! So it seems to
> be a configuration problem on my Win2000 system.
>
>> If it does then it is an Eclipse integration bug...which I would greatly
>> appreciate hearing further about in a bug report.
>
> So currently no bug report is necessary. I'll keep you up to date.
>
> Thanks for your very quick response on this topic!
>
> Marc
>
>>>After migration to M7 (from M6) my mail-tag simply stops without a
>>>message. I tried different mail.jar / activation.jar but nothing
>>>changed. Is this a known bug?
Re: M7 ANT mail-tag hangs [message #204419 is a reply to message #204411] Fri, 20 May 2005 12:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: no-spam-Marc.Dzaebel.gaia-group.com

Darin Swanson wrote:

> Can you provide a sample, simple buildfile that I can test with? No matter
> who's bug it is things should not hang :-)

e.g. a simple <mail from="any" tolist="any"/>
leads to hang after the message Sending email: null. However, you might
not be able to reproduce the problem because it seems to be a
misconfiguration of my system. E.g. mail.jar & activation.jar have to be
added to ANT_HOME/lib.

> The only bug that is similar and could explain the differences between the 2
> machines
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=95611

But I don't get any error message after "Sending email:" which excludes
this problem?

> HTH
> Darins
>
> "Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
> news:d6kdq6$929$1@news.eclipse.org...
>
>>Darin Swanson wrote:
>>
>>>If the build starts and then hangs this is not a known bug.
>>
>>It starts and shows no error message. Where else can I look for it?
>>
>>
>>>Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one possibility.
>>>I would see if you buildfile works from the commandline with Ant 1.6.3.
>>>If
>>>not then it is an Ant bug.
>>
>>I upgraded to M7 on an other XP-machine and there it works! So it seems to
>>be a configuration problem on my Win2000 system.
>>
>>
>>>If it does then it is an Eclipse integration bug...which I would greatly
>>>appreciate hearing further about in a bug report.
>>
>>So currently no bug report is necessary. I'll keep you up to date.
>>
>>Thanks for your very quick response on this topic!
>>
>>Marc
>>
>>
>>>>After migration to M7 (from M6) my mail-tag simply stops without a
>>>>message. I tried different mail.jar / activation.jar but nothing
>>>>changed. Is this a known bug?
>
>
>
Re: M7 ANT mail-tag hangs [message #204425 is a reply to message #204419] Fri, 20 May 2005 13:09 Go to previous messageGo to next message
Eclipse UserFriend
Ok...then this is looking like an Ant bug that they hang if the required
JARs are not available (mail.jar and activation.jar).

Thanks
Darins

"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
news:d6l1rd$38g$1@news.eclipse.org...
> Darin Swanson wrote:
>
>> Can you provide a sample, simple buildfile that I can test with? No
>> matter who's bug it is things should not hang :-)
>
> e.g. a simple <mail from="any" tolist="any"/>
> leads to hang after the message Sending email: null. However, you might
> not be able to reproduce the problem because it seems to be a
> misconfiguration of my system. E.g. mail.jar & activation.jar have to be
> added to ANT_HOME/lib.
>
>> The only bug that is similar and could explain the differences between
>> the 2 machines
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=95611
>
> But I don't get any error message after "Sending email:" which excludes
> this problem?
>
>> HTH
>> Darins
>>
>> "Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
>> news:d6kdq6$929$1@news.eclipse.org...
>>
>>>Darin Swanson wrote:
>>>
>>>>If the build starts and then hangs this is not a known bug.
>>>
>>>It starts and shows no error message. Where else can I look for it?
>>>
>>>
>>>>Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one
>>>>possibility.
>>>>I would see if you buildfile works from the commandline with Ant 1.6.3.
>>>>If
>>>>not then it is an Ant bug.
>>>
>>>I upgraded to M7 on an other XP-machine and there it works! So it seems
>>>to be a configuration problem on my Win2000 system.
>>>
>>>
>>>>If it does then it is an Eclipse integration bug...which I would greatly
>>>>appreciate hearing further about in a bug report.
>>>
>>>So currently no bug report is necessary. I'll keep you up to date.
>>>
>>>Thanks for your very quick response on this topic!
>>>
>>>Marc
>>>
>>>
>>>>>After migration to M7 (from M6) my mail-tag simply stops without a
>>>>>message. I tried different mail.jar / activation.jar but nothing
>>>>>changed. Is this a known bug?
>>
>>
Re: M7 ANT mail-tag hangs [message #210296 is a reply to message #204425] Wed, 20 July 2005 10:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: no-spam-Marc.Dzaebel.gaia-group.com

Finally, I discovered, that the mail-tag hangs only if I call

<java jar="name.jar" fork="yes" />

in advance. (fork="yes" is required to execute a jar)
This bug was very hard to find!

Any help is welcome!

Thanks, Marc

> Ok...then this is looking like an Ant bug that they hang if the required
> JARs are not available (mail.jar and activation.jar).
>
> Thanks
> Darins
>
> "Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
> news:d6l1rd$38g$1@news.eclipse.org...
>
>>Darin Swanson wrote:
>>
>>
>>>Can you provide a sample, simple buildfile that I can test with? No
>>>matter who's bug it is things should not hang :-)
>>
>>e.g. a simple <mail from="any" tolist="any"/>
>>leads to hang after the message Sending email: null. However, you might
>>not be able to reproduce the problem because it seems to be a
>>misconfiguration of my system. E.g. mail.jar & activation.jar have to be
>>added to ANT_HOME/lib.
>>
>>
>>>The only bug that is similar and could explain the differences between
>>>the 2 machines
>>>https://bugs.eclipse.org/bugs/show_bug.cgi?id=95611
>>
>>But I don't get any error message after "Sending email:" which excludes
>>this problem?
>>
>>
>>>HTH
>>>Darins
>>>
>>>"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
>>>news:d6kdq6$929$1@news.eclipse.org...
>>>
>>>
>>>>Darin Swanson wrote:
>>>>
>>>>
>>>>>If the build starts and then hangs this is not a known bug.
>>>>
>>>>It starts and shows no error message. Where else can I look for it?
>>>>
>>>>
>>>>
>>>>>Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one
>>>>>possibility.
>>>>>I would see if you buildfile works from the commandline with Ant 1.6.3.
>>>>>If
>>>>>not then it is an Ant bug.
>>>>
>>>>I upgraded to M7 on an other XP-machine and there it works! So it seems
>>>>to be a configuration problem on my Win2000 system.
>>>>
>>>>
>>>>
>>>>>If it does then it is an Eclipse integration bug...which I would greatly
>>>>>appreciate hearing further about in a bug report.
>>>>
>>>>So currently no bug report is necessary. I'll keep you up to date.
>>>>
>>>>Thanks for your very quick response on this topic!
>>>>
>>>>Marc
>>>>
>>>>
>>>>
>>>>>>After migration to M7 (from M6) my mail-tag simply stops without a
>>>>>>message. I tried different mail.jar / activation.jar but nothing
>>>>>>changed. Is this a known bug?
>>>
>>>
>
Re: M7 ANT mail-tag hangs [message #210322 is a reply to message #210296] Wed, 20 July 2005 11:26 Go to previous messageGo to next message
Eclipse UserFriend
Does the same build work outside of Eclipse at the commandline?
If not then this would be an issue you should take up with the Apache Ant
user mailing list or Apache Ant bug reporting.

If it works at the commandline and not in Eclipse, then please log a bug
report in Eclipse bugzilla and I will get to the bottom of the problem

Thanks
Darins

"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
news:42DE5C51.5090000@gaia-group.com...
> Finally, I discovered, that the mail-tag hangs only if I call
>
> <java jar="name.jar" fork="yes" />
>
> in advance. (fork="yes" is required to execute a jar)
> This bug was very hard to find!
>
> Any help is welcome!
>
> Thanks, Marc
>
>> Ok...then this is looking like an Ant bug that they hang if the required
>> JARs are not available (mail.jar and activation.jar).
>>
>> Thanks
>> Darins
>>
>> "Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
>> news:d6l1rd$38g$1@news.eclipse.org...
>>
>>>Darin Swanson wrote:
>>>
>>>
>>>>Can you provide a sample, simple buildfile that I can test with? No
>>>>matter who's bug it is things should not hang :-)
>>>
>>>e.g. a simple <mail from="any" tolist="any"/>
>>>leads to hang after the message Sending email: null. However, you might
>>>not be able to reproduce the problem because it seems to be a
>>>misconfiguration of my system. E.g. mail.jar & activation.jar have to be
>>>added to ANT_HOME/lib.
>>>
>>>
>>>>The only bug that is similar and could explain the differences between
>>>>the 2 machines
>>>>https://bugs.eclipse.org/bugs/show_bug.cgi?id=95611
>>>
>>>But I don't get any error message after "Sending email:" which excludes
>>>this problem?
>>>
>>>
>>>>HTH
>>>>Darins
>>>>
>>>>"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
>>>>news:d6kdq6$929$1@news.eclipse.org...
>>>>
>>>>
>>>>>Darin Swanson wrote:
>>>>>
>>>>>
>>>>>>If the build starts and then hangs this is not a known bug.
>>>>>
>>>>>It starts and shows no error message. Where else can I look for it?
>>>>>
>>>>>
>>>>>
>>>>>>Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one
>>>>>>possibility.
>>>>>>I would see if you buildfile works from the commandline with Ant
>>>>>>1.6.3. If
>>>>>>not then it is an Ant bug.
>>>>>
>>>>>I upgraded to M7 on an other XP-machine and there it works! So it seems
>>>>>to be a configuration problem on my Win2000 system.
>>>>>
>>>>>
>>>>>
>>>>>>If it does then it is an Eclipse integration bug...which I would
>>>>>>greatly
>>>>>>appreciate hearing further about in a bug report.
>>>>>
>>>>>So currently no bug report is necessary. I'll keep you up to date.
>>>>>
>>>>>Thanks for your very quick response on this topic!
>>>>>
>>>>>Marc
>>>>>
>>>>>
>>>>>
>>>>>>>After migration to M7 (from M6) my mail-tag simply stops without a
>>>>>>>message. I tried different mail.jar / activation.jar but nothing
>>>>>>>changed. Is this a known bug?
>>>>
>>>>
>>
Re: M7 ANT mail-tag hangs [message #210467 is a reply to message #210322] Thu, 21 July 2005 07:17 Go to previous message
Eclipse UserFriend
Originally posted by: no-spam-Marc.Dzaebel.gaia-group.com

Note that the same build.xml works outside Eclipse with ANT 1.6.5 ! So I
reported the bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=104634

The bug remains in the recent Eclipse 3.1

Marc


Darin Swanson wrote:

> Does the same build work outside of Eclipse at the commandline?
> If not then this would be an issue you should take up with the Apache Ant
> user mailing list or Apache Ant bug reporting.
>
> If it works at the commandline and not in Eclipse, then please log a bug
> report in Eclipse bugzilla and I will get to the bottom of the problem
>
> Thanks
> Darins
>
> "Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
> news:42DE5C51.5090000@gaia-group.com...
>
>>Finally, I discovered, that the mail-tag hangs only if I call
>>
>> <java jar="name.jar" fork="yes" />
>>
>>in advance. (fork="yes" is required to execute a jar)
>>This bug was very hard to find!
>>
>>Any help is welcome!
>>
>>Thanks, Marc
>>
>>
>>>Ok...then this is looking like an Ant bug that they hang if the required
>>>JARs are not available (mail.jar and activation.jar).
>>>
>>>Thanks
>>>Darins
>>>
>>>"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
>>>news:d6l1rd$38g$1@news.eclipse.org...
>>>
>>>
>>>>Darin Swanson wrote:
>>>>
>>>>
>>>>
>>>>>Can you provide a sample, simple buildfile that I can test with? No
>>>>>matter who's bug it is things should not hang :-)
>>>>
>>>>e.g. a simple <mail from="any" tolist="any"/>
>>>>leads to hang after the message Sending email: null. However, you might
>>>>not be able to reproduce the problem because it seems to be a
>>>>misconfiguration of my system. E.g. mail.jar & activation.jar have to be
>>>>added to ANT_HOME/lib.
>>>>
>>>>
>>>>
>>>>>The only bug that is similar and could explain the differences between
>>>>>the 2 machines
>>>>>https://bugs.eclipse.org/bugs/show_bug.cgi?id=95611
>>>>
>>>>But I don't get any error message after "Sending email:" which excludes
>>>>this problem?
>>>>
>>>>
>>>>
>>>>>HTH
>>>>>Darins
>>>>>
>>>>>"Marc Dzaebel" <no-spam-Marc.Dzaebel@gaia-group.com> wrote in message
>>>>>news:d6kdq6$929$1@news.eclipse.org...
>>>>>
>>>>>
>>>>>
>>>>>>Darin Swanson wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>If the build starts and then hangs this is not a known bug.
>>>>>>
>>>>>>It starts and shows no error message. Where else can I look for it?
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Between M6 and M7 we did upgrade to Ant 1.6.3 so that is one
>>>>>>>possibility.
>>>>>>>I would see if you buildfile works from the commandline with Ant
>>>>>>>1.6.3. If
>>>>>>>not then it is an Ant bug.
>>>>>>
>>>>>>I upgraded to M7 on an other XP-machine and there it works! So it seems
>>>>>>to be a configuration problem on my Win2000 system.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>If it does then it is an Eclipse integration bug...which I would
>>>>>>>greatly
>>>>>>>appreciate hearing further about in a bug report.
>>>>>>
>>>>>>So currently no bug report is necessary. I'll keep you up to date.
>>>>>>
>>>>>>Thanks for your very quick response on this topic!
>>>>>>
>>>>>>Marc
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>>After migration to M7 (from M6) my mail-tag simply stops without a
>>>>>>>>message. I tried different mail.jar / activation.jar but nothing
>>>>>>>>changed. Is this a known bug?
>>>>>
>>>>>
>
>
Previous Topic:The selected stack frame must be associated with a Java project in the workspace
Next Topic:default Java builder in eclipse
Goto Forum:
  


Current Time: Sat May 10 14:37:57 EDT 2025

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

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

Back to the top