> Try > > <packageSubstitution packages="server.one" > substituteWith="common.one"/> <packageSubstitution > packages="server.two" substituteWith="common.two"/> > > packageSubstitution is a bit limited. It can only substitute > suffixes. (Or is it suffices?)
This is what I assumed. Of course I don't have only the packages "one" and "two" but much more wich are growing during development. Is there any alternative? Perhaps can I iterate over all packges with any ant-tasks? Whats the reason why xdoclet doesn't replace any package names "in the middle"? Thomas > > Aslak > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf > Of Thomas > > Louis > > Sent: 5. januar 2003 15:20 > > To: [EMAIL PROTECTED] > > Subject: [Xdoclet-user] packageSubstitution in the middle of the > > package-name? > > > > > > Hello, > > > > Is it right, that xdoclet doesn't allow me to substitute my package > > name like this: > > > > myapp.server.one to myapp.common.one > > Myapp.server.two to myapp.common.two > > > > I tried <packageSubstitution packages="server" > > substituteWith="common"/> > > > > But it didn't work. > > > > Thank you for advice, > > Thomas > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Xdoclet-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
