RE: Problem with

2008-08-22 Thread Jim Showalter
/CoreTypes/filterchain.html#classconstants peter On Sun, Aug 10, 2008 at 3:10 PM, Jim Showalter <[EMAIL PROTECTED]> wrote: > I am having problems getting this to work as described. I am using Ant > 1.7.1 with bcel-5.2 and java 1.6. The OS platform is Solaris 10 Unix. The > bcel class

RE: A way to create empty files

2008-08-12 Thread Jim Showalter
the componentdef addition to Ant 1.8 will obviate the need for the ns declaration of the not (and, by inheritance, the exists) element. Sorry for the delay in providing this solution, Matt --- Jim Showalter <[EMAIL PROTECTED]> wrote: > You could also write a java program to add the > fu

RE: A way to create empty files

2008-08-12 Thread Jim Showalter
You could also write a java program to add the functionality and then add it in via taskdef. The downside is that your build file would not work on other platforms unless you included the class file that implements the task. Jim -Original Message- From: Evgeny [mailto:[EMAIL PROTECTED

Problem with

2008-08-10 Thread Jim Showalter
I am having problems getting this to work as described. I am using Ant 1.7.1 with bcel-5.2 and java 1.6. The OS platform is Solaris 10 Unix. The bcel classParser throws a ClassFormatException when I run a very simple ant file. I put a print statement in the org.apache.bcel.classfile.ClassParser