[Swift-devel] Using multiple "optional" providers
Allan Espinosa
aespinosa at cs.uchicago.edu
Fri May 8 08:01:47 CDT 2009
$ ant -Dwith-provider-ln redist
... build build build ...
$ ls dist/swift-svn/lib/cog-provider-ln*
dist/swift-svn/lib/cog-provider-deef*
ls: dist/swift-svn/lib/cog-provider-deef*: No such file or directory
dist/swift-svn/lib/cog-provider-ln-2.2.jar
$ ant -Dwith-provider-deef redist
... build build build ...
$ ls dist/swift-svn/lib/cog-provider-ln*
dist/swift-svn/lib/cog-provider-deef*
ls: dist/swift-svn/lib/cog-provider-ln*: No such file or directory
dist/swift-svn/lib/cog-provider-deef-1.1.jar
Looks like my version of ant is behaving properly.
-Allan
On Fri, May 08, 2009 at 07:28:12AM +0000, Ben Clifford wrote:
>
> Slightly strange things happen when turning options on and off and running
> redist. For example, if provider-ln is already built, it appears in your
> dist/ directory even if you don't enable it in the present build. I think
> the same will happen for deef. You might be encountering effects like
> that.
>
> On Fri, 8 May 2009, Allan Espinosa wrote:
>
> > I tried including provider-deef and provider-ln through
> >
> > $ant -Dwith-provider-deef -Dwith-provider-ln redist
> >
> > but only provider-deef is being built (or provider-ln if it was the one
> > defined first). So I set it to arbitrary values
> >
> > $ant -Dwith-provider-deef=1 -Dwith-provider-ln=1 redist
> >
> > and it works!
> >
> > Works for other combinations of these optional providers like wonky and
> > condor
> >
> > -Allan
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
> >
> >
>
More information about the Swift-devel
mailing list