Hi. I'm creating a custom task where I need to create a path and then set it's id so it can be used as a reference via the build.xml I've tried doing something like: Path myPath = new Path(antProject, path); antProject.setReference("my.compilePath",myPath); but when I try to reference my.compilePath in the build.xml I get Reference my.compilePath not found. Anyone know how to either set the id of the path or set it to be used as a reference? Thanks! Jonathan Doklovic Senior Programmer http://www.victoriassecret.com