Re: Exec idl2java in Unix

2005-05-06 Thread Jeffrey E Care
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

Exec idl2java in Unix

2005-05-05 Thread Vladimir Bezugliy
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

Exec idl2java in Unix

2005-05-05 Thread Vladimir Bezugliy
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