Re: How to distinguish build/clean and build within ant task

2009-06-30 Thread Artur Rataj
Hello. I tried this, but for some reason, the properties set in the clean section appear to be gone when in build section. I do not know why, perhaps there are multiple instances of ant called in these Netbeans scripts. Anyway, I put to the clean section deletion of files generated by the java tas

AW: How to distinguish build/clean and build within ant task

2009-06-26 Thread Knuplesch, Juergen
[mailto:arturra...@gmail.com] Gesendet: Freitag, 26. Juni 2009 11:50 An: user@ant.apache.org Betreff: How to distinguish build/clean and build within ant task Hello, I have asked this question on netbeans-users, but got no answer. I have a java task

How to distinguish build/clean and build within ant task

2009-06-26 Thread Artur Rataj
Hello, I have asked this question on netbeans-users, but got no answer. I have a java task                                                                                     ...         I would like to include or exclude tags, depending on the main task. In this task, I would like to inc