Re: question about excluding packages

2005-10-18 Thread Dominique Devienne
> >How can I exclude the common package in my source tree and > >then run my javancss. > > > - > + > > I recommend using the longer form , as it's too easy to overlook the trailing slash next to the XML element closing slash. --DD ---

AW: question about excluding packages

2005-10-14 Thread Jan.Materne
>I want to exclude a package, common, in my java application >and then execute javancss from ant. > >How can I exclude the common package in my source tree and >then run my javancss. > - + Jan -

question about excluding packages

2005-10-12 Thread Mikael Petterson (KI/EAB)
Hi, I want to exclude a package, common, in my java application and then execute javancss from ant. How can I exclude the common package in my source tree and then run my javancss. This is my build.xml (see below). cheers, //mikael build.xml ===