Hi gurus! :^)

I'd like to do the following but can't figure out how - any ideas?

We have a build file for the current project that everyone working on this
project uses, so changes on that file affect all of us. Now I'd like to
"play" with aspectj locally but also would like to use the build file for it.
How can I insert a ajc-task without breaking the build file for my team
mates who don't have the aspectj.jar installed on their machines?
When I only insert the taskdef into the build file, the jar is not required,
but as soon as I insert a target that uses ajc, ant tries to instantiate
the AJC class while parsing the build file (I'm not trying to _use_ the task
at that point!).

Is it possible to prepare our build file for aspectj in a way that the
aspectj.jar is only required if the task is actually to be executed?

greetinx, Kai
-- 
"Brain, n. An apparatus with which we think that we think."  <Ambrose Bierce>
[EMAIL PROTECTED]                  +                 www.picturesafe.de
picturesafe GmbH, Lueerstr. 3, D-30175 Hannover          fon:+49 511 85620 56
++ PGP Key fingerprint =  D2 B9 58 DC 36 52 DB 6C  18 CC 43 9F 68 E0 21 97 ++

Reply via email to