RE: set Path element id

2009-01-12 Thread Victor Bucutea
OK, But how do I set an id which i could later use for referencing that Path ? Thanks, Victor -Original Message- From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] Sent: Monday, January 12, 2009 8:02 AM To: user@ant.apache.org Subject: AW: set Path element id

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