On UNIX the wildcard is evaluated by the shell. You are bypassing the
shell by executing the process directly in your example. Check out the
apply task (http://ant.apache.org/manual/CoreTasks/apply.html).
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere Build SWAT Team Lead
WebSphere Build Tool
I have next target in my build.xml
If I call this target in Windoes - all fork fine.But if I try to
call this target in Unix, then I get next error
idl2java:
[exec] IDL preprocessor:cannot open file "/home/user/root/idl/*.idl"
[exec] 1 error
I do not und
I have next target in my build.xml
If I call this target in Windoes - all fork fine.But if I try to
call this target in Unix, then I get next erroridl2java:
[exec] IDL preprocessor:cannot open file "/home/user/root/idl/*.idl"
[exec] 1 errorI do not understan