Re: How does ant tasks get garbage collected.

2001-02-08 Thread dale+tomcat
uary 07, 2001 5:08 PM > Subject: Q: How does ant tasks get garbage collected. > > > > I am calling ant from a java program by doing the following; > > > > org.apache.tools.ant.Main.main(new String[]{"-buildfile","build.xml"}); > > > > It se

Re: How does ant tasks get garbage collected.

2001-02-08 Thread Nico Seessle
- Original Message - From: "Jeremy Roedde" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 5:08 PM Subject: Q: How does ant tasks get garbage collected. > I am calling ant from a java program by doing the following; > > org

Q: How does ant tasks get garbage collected.

2001-02-08 Thread Jeremy Roedde
I am calling ant from a java program by doing the following; org.apache.tools.ant.Main.main(new String[]{"-buildfile","build.xml"}); It seems that tasks are not garbage collected (a finalize method in a task never gets called). Does anyone know a good way around this without modifying ant code?

Q: How does ant tasks get garbage collected.

2001-02-07 Thread Jeremy Roedde
> I am calling ant from a java program by doing the following; > > org.apache.tools.ant.Main.main(new String[]{"-buildfile","build.xml"}); > > It seems that tasks are not garbage collected (a finalize method in a > task never gets called). Does anyone know a good way around this without > modif