RE: Exclude Single Java File from Compilation

2005-05-18 Thread Lim, Teck Hooi
U r right. I was thinking the class was a standalone. Now, I remember. I made some changes lately. Thanks. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 4:24 PM > To: user@ant.apache.org > Subject: AW: Exclude S

AW: Exclude Single Java File from Compilation

2005-05-18 Thread Jan . Materne
Maybe the compiler does that, because a compiled class depends on that? Jan > -Ursprüngliche Nachricht- > Von: Lim, Teck Hooi [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 18. Mai 2005 10:27 > An: user@ant.apache.org > Betreff: Exclude Single Java File from Comp

Exclude Single Java File from Compilation

2005-05-18 Thread Lim, Teck Hooi
Hi, I want to exclude a single java source from compilation but ant still compiles that file. The file name is ServiceActivationNotificationBySMS.java and I included its name in the excludes attribute of shown below, The ant verbose print out, shown below, I get shows that ServiceActivationN