Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] pde-dev Digest, Vol 124, Issue 9

These jarred plugins are not in our workspace. They are third party plugins that we deliver in our product. We have them not jarred when we export from eclipse product. But when we export them via PDE Build ant script they are jarred. They are at target definition and we want them to be not compiled to be jarred.

Thanks for your help.

On Wed, Jan 27, 2016 at 7:00 PM, <pde-dev-request@xxxxxxxxxxx> wrote:
Send pde-dev mailing list submissions to
        pde-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/pde-dev
or, via email, send a message with subject or body 'help' to
        pde-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        pde-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pde-dev digest..."


Today's Topics:

   1. Eclipse PDE Build plugins output some folders are jar-ed
      (ilke Muhtaroglu)
   2. Re: Eclipse PDE Build plugins output some folders are     jar-ed
      (Alena Laskavaia)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Jan 2016 15:14:19 +0200
From: ilke Muhtaroglu <ilke.muhtaroglu@xxxxxxxxx>
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] Eclipse PDE Build plugins output some folders are
        jar-ed
Message-ID:
        <CAAAoW59m35hQ0KYGH_zVtRGSJ6y+j6auTpVQgAPeRNjJ7dBA_g@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

I am running eclipse PDE Build from ant file. I succesfuly get the product
but in the ant generated product I get some folders in plugins directory
jar-ed unlike the folders I get during the export product from eclipse.

What can be the reason to have the plugins as jar but not folder ? Is there
a parameter to set to avoid? we want to keep some folders as they are, we
dont want them to be jarred.

ilke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/pde-dev/attachments/20160127/18eb13d9/attachment.html>

------------------------------

Message: 2
Date: Wed, 27 Jan 2016 08:20:02 -0500
From: Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Subject: Re: [pde-dev] Eclipse PDE Build plugins output some folders
        are     jar-ed
Message-ID:
        <CAJdhqwdO=5-E4nZedAQPyzOsq+ETyyTd7REj75-EqFdVNwKSZw@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

"Folders" in plugins directory are the plugins? Some plugins are in jar
form and some not? Did you specify that you don't want a plugin to be
"jarred" in the feature it contains?

On Wed, Jan 27, 2016 at 8:14 AM, ilke Muhtaroglu <ilke.muhtaroglu@xxxxxxxxx>
wrote:

> I am running eclipse PDE Build from ant file. I succesfuly get the product
> but in the ant generated product I get some folders in plugins directory
> jar-ed unlike the folders I get during the export product from eclipse.
>
> What can be the reason to have the plugins as jar but not folder ? Is
> there a parameter to set to avoid? we want to keep some folders as they
> are, we dont want them to be jarred.
>
> ilke
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/pde-dev/attachments/20160127/d0fbc8b0/attachment.html>

------------------------------

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/pde-dev

End of pde-dev Digest, Vol 124, Issue 9
***************************************


Back to the top