AW: XML Schema for build.xml

2009-01-11 Thread Jan.Materne
No - because you can extend Ant by custom tasks. Jan >-Ursprüngliche Nachricht- >Von: Tejash Shah [mailto:tejash.s...@sparta-systems.com] >Gesendet: Freitag, 9. Januar 2009 17:56 >An: user@ant.apache.org >Betreff: XML Schema for build.xml > >Is there an XML Schema for the build.xml? >

AW: build.xml losing empty lines

2009-01-11 Thread Jan.Materne
This task starts a java class from Axis2. Have a look at its manual for configuration options. If you cant change that behaviour maybe there is an option: rename your buildfile to something else than 'build.xml' and start your build with '-f '. Jan >-Ursprüngliche Nachricht- >Von: David

AW: set Path element id

2009-01-11 Thread Jan.Materne
>Path dynamicClassPath = new Path(getProject()); >//dynamicClassPath.setRefid(new Reference(getProject(),"dynamic.classpath")); > >The problem is that I cannot set an id ( same as id="compile.classpath"/> ) , which i will later use to >reference that path ! Your (commented

set Path element id

2009-01-11 Thread Victor Bucutea
Hi , I'm developing a custom Task in which i wish to dynamically create a . My code is : public void execute() throws BuildException { if (stringElemente == null || separator == null ) { throw new BuildException( "Nu ai co