The reason I want to do this is that Spring DM 1.1.0-final differs from
1.1.0-rc1 in that spring-osgi-web-extender now considers a bundle to be a
WAR if it ends with .war; previously it only needed to contain a
WEB-INF/web.xml. My sample app suddenly stopped working due to that tiny
little change...


On Wed, Jul 9, 2008 at 11:15 PM, Niclas Hedhman <[EMAIL PROTECTED]> wrote:

> On Thu, Jul 10, 2008 at 3:41 AM, Ulrik Sandberg
> <[EMAIL PROTECTED]> wrote:
> > I want to change the file name extension for a project that has packaging
> > "bundle" from ".jar" to ".war". How do I do that?
>
> On Linux;
>
> mv abc.jar abc.war
>
> I think on Windows you press F2 when the jar is selected...
>
> ;-)
>
>
> Seriously, I don't think it is possible. You could try the <finalname>
> feature in Maven, but I suspect that it is not totally compatible with
> the rest of the "supply chain".
>
> Another choice could be to put in a ant script to copy the file under
> a new name...
>
>
> Cheers
> Niclas
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>



-- 
Ulrik
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to