The problem is that when ant is run with test.xml, it is trying to use
the release folder wsdl2ws.jar wihtout -bin suffix.
I think it would work if we suffix use of dir.release in test related files.

Thanks,
Samisa...


On Tue, 11 Jan 2005 10:40:10 +0000, Adrian Dick <[EMAIL PROTECTED]> wrote:
> 
> 
> The packaging process appends '-src' and '-bin' to the end of dir.release
> when creating a source and binary package respectively.  So, modifying the
> property files would not have the effect you're hoping for.
> 
> _______________________________________
> Adrian Dick ([EMAIL PROTECTED])
> 
> Andrew Perry2/UK/[EMAIL PROTECTED] wrote on 11/01/2005 09:50:42:
> 
> >
> > I generally call the ant -f test.xml -Ddir.release=<path to package>
> rather
> > than change the properties file. I'm not too sure if/how the build.xml
> uses
> > the dir.release property so cannot comment safely on altering the
> > properties file, unless it is only for the test run in which case there
> is
> > no problem.
> >
> > Adrian any comments on what the impact of changing dir.release propery
> > would have on the build/packaging process?
> >
> > Regards,
> >
> > Andrew Perry
> 
>

Reply via email to