xmlcatalog example for schema

2004-05-18 Thread michael . giroux
Does anyone have a working example of using xmlcatalog with an xmlvalidate task? I have searched the ANT docs, and every xmlcatalog related bit of info I can find on the web, but I don't seem to be able to get xmlvalidate to accept my document. I'm using Ant 1.6.1. I'm trying to construct a t

http://ant.apache.org/manual/CoreTypes/xmlcatalog.html

2004-05-18 Thread michael . giroux
The link to 'path' in "catalogpath" topic is incorrect. The link is correct in a previous paragraph, but wrong in this one. Michael Giroux - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

RE: Automating Build and Testing process

2004-05-18 Thread Jan . Materne
All should be doable with Ant ... and some coding :-) I think there is no problem in step 1-4. For step 4+5 you should run a SSH server on your test machine (Linux/Windows). So you can - step 4: use to copy the files to the machine - step 5: use to start the installation (Linux and Windows in

RE: how to cause Ant BuildException in a JACL script inside an An t build.xml ?

2004-05-18 Thread Jan . Materne
I don“t know JACL, but with JavaScript that works: C:\TEMP\xxx>ant Buildfile: build.xml BUILD FAILED C:\TEMP\xxx\build.xml:2: my error Total time: 0 se

Automating Build and Testing process

2004-05-18 Thread Pritesh saharey
Hi All, I am going to automate the whole process from building the product to testing it, and this is what my approch will be, 1) As soon as you run ant command, it will get the latest source code from StarTeam(Which will be on remote m/c) to the local m/c 2) After getting the latest code to the

Problem expanding gzip Corrupt GZIP trailer

2004-05-18 Thread Vishal Chaddha
Hi, When I use the gunzip task to expand a xyz.dmp.gz file it extacts the achive but at the end I get the Message "Problem expanding gzip Corrupt GZIP trailer". What does it mean and what can I do against it? Regards, Vishal Chaddha Keane India Ltd __ Visit us

RE: Problem to set property with refid

2004-05-18 Thread Mani G. Iyer
Are there any *.java files under those packages? Mani -Original Message- From: Neta Bar Tal [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 12:21 PM To: Ant Users List Subject: Problem to set property with refid Hi all, I'm trying to do the following:

RE: 's for JDK 1.4+

2004-05-18 Thread Wascally Wabbit
With Ant 1.6.1 does spooge warnings if a tag is used where it's not supposed to be. doesn't actually stop the build though. If I've got something like: And I use it inside a constructor's comments. I get this: [javadoc] TheFile.java:92: warning - Tag @.call cannot be used in const

RE: 's for JDK 1.4+

2004-05-18 Thread Dominique Devienne
> From: Wascally Wabbit [mailto:[EMAIL PROTECTED] > > It must've been. I use scoped tags w/ 1.6.1 and everything > works as expected. > > At 06:08 PM 5/18/2004, you wrote: > >Unless I'm mistaken, Ant (1.6.0) doesn't output the scope information > >specified in the nested element of !? If I use: