I'm using , but it seems that aliases are also applied on i thought it was what you were excepecting. In our first patch was'nt prefixed. I'll try to give you details ... by typing ant -p i can see org.apache.easyant#build-std-java.compile.iLikeToCompileJavaClasses --> i like to compile java classes :) org.apache.easyant#build-std-java.myPrefix.plop --> foo bar As you can see it seems that even using without as attribute, it seems that my has been prefixed with ant project name. In my case i want to see build-std-java target as if it was my current build script (ie without prefix) : compile.iLikeToCompileJavaClasses --> i like to compile java classes :) myPrefix.plop --> foo bar 2008/11/13 Stefan Bodewig > On 2008-11-12, Jean-Louis BOUDART wrote: > > > In addition to this, i think that we should add a way to disable > prefixing, > > i have a use case in easyant where i don't want to use prefix. > > Why don't you use instead of in that case? > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > >