?
> If so, try using ant -noproxy
>
> Peter
>
> On 12/19/06, Caleandro <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > Please, I need help about ant task.
> > A script like this:
> >
> >
> >
> >
> >
> >
> &
Hi all,
Please, I need help about ant task.
A script like this:
Select * from SCHEMA1.Table01;
runs correctly (as is) in ant 1.6.5 but in 1.7.0 it seem to hang-up and loop
indefinitely
till I type a break key on keyboard.
Oracle(9i) server console does not signal any
ou need to add "file:///"
> file:///d:/
> uri="file:///D:/other_directory/custom_types.xsd" />
>
> But I have not tested this.
>
> Peter
>
> On 12/18/06, Caleandro <[EMAIL PROTECTED]> wrote:
> > Hi Antoine
> >
> > Than
-Messaggio originale-
Da: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]
Inviato: sabato 16 dicembre 2006 6.53
A: Ant Users List
Oggetto: Re: Using xmlcatalog in schema-validation
Hello Caleandro,
you might need to have xml-resolver.jar installed under $ANT_HOME/lib.
The install.html lists this
Hi Ant users,
I need to validate a Soap-message against a compound schema, (yes!, a very
common problem today ;-).
I need to map two components of the schema (of soap-body part) with other
resources with respect of those declared in the including schema.
Something like this:
main schema:
http