] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 31, 2007 3:54 PM
To: user@ant.apache.org
Subject: RE: How to execute Dos Command (Wrap...) using Ant
Investigate the ANT task.
--
Charles Knell
[EMAIL PROTECTED] - email
-Original Message-
From: Yadav Ganesh-C01503 <[EMAIL PROTEC
Hello there,
I am trying to figure out how to execute Oracle provided WRAP utility
using Ant build script.
wrap iname=file.sql oname=file.plb
Wrap is a DOS based command provided by Oracle which encrypts sql file
and creates .PLB file.
I can use this command in a batch file as shown above.