Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-ant-dev] Sudden Death of Eclipse when using Ant

Are you using an ant task like javacc which could
make a System.exit at end of it's task ?

In that case try adding fork=true in ant task :)

-
Henri Gomez                 ___[_]____
EMAIL : hgomez@xxxxxxx        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Eelco den Heijer [mailto:eelco@xxxxxxxxxxxxxxxxx]
>Sent: Monday, February 25, 2002 1:26 PM
>To: platform-ant-dev@xxxxxxxxxxx
>Subject: [platform-ant-dev] Sudden Death of Eclipse when using Ant
>
>
>Hi,
>
>I experienced the same problems with Ant in Eclipse
>as many others on this mailing list: I got an error
>that my JAVA_HOME was not set properly. After inserting
>the aforementioned property 'build.compiler' in my 
>build.xml, the error disappears, Ant actually builds
>something, but after building, my entire Eclipe
>suddenly dies on me! :-(
>
>I use 
>- Eclipse build of Jan-25
>- Ant 1.4.1
>- Windows 2000
>- JDK 1.3.0
>
>Is there an error log file somewhere?
>Any suggestions?
>
>Eelco
>===============================================
>Eelco den Heijer             Objectivation B.V.
>E-mail: eelco@xxxxxxxxxxxxxxxxx
>Web: http://www.objectivation.com
>Tel: +31(0)204701836    Mobile: +31(0)624579395
>_______________________________________________
>platform-ant-dev mailing list
>platform-ant-dev@xxxxxxxxxxx
>http://dev.eclipse.org/mailman/listinfo/platform-ant-dev
>


Back to the top