> Hi,
> 
> I'm trying to use the SQL task to create packages in my Oracle schema,
> using package and body source code files.  I'm having a problem with
> the task's whitespace and comment handling.  Lines like the following:
> 
>     g_contract_daily_tab             t_contract_daily_tab;    --calculated
> daily transaction data
>   
>     /*settlement process Constanct*/
>     DA_SERVICE_TYPE     CONSTANT       VARCHAR2(2)    := 'DA';
> 
> end up submitted to the server as:
> 
>  g_contract_daily_tab             t_contract_daily_tab;    --calculated
> daily transaction data /*settlement process Constanct*/ DA_SERVICE_TYPE
> CONSTANT       VARCHAR2(2)    := 'DA'; 
> 
> with valid code on the same line as a "--" comment.  The package ends up
> not
> compiling.
> 
> Is this because we're using comment syntaxes that aren't supported?
> I realize the SQL task has documented comment syntaxes that it handles,
> but
> there's no way I can go and change the coding conventions of our PLSQL
> development group.  Besides which, it would be preferable to preserve the
> comments
> and whitespace in the schema, so it can be legibly viewed in IDEs like
> PLSQL Developer.
> 
> Is there any way to get the SQL task to preserve whitespace and comments,
> or to
> work around the particular issue I have here?  Could support for
> preserving these things
> be included in a future Ant release?
> 
> Thanks,
> Jim Doyle
> [EMAIL PROTECTED]
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to