Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » File | Export | PDE | Deployable Plugins - Bug with nested src
File | Export | PDE | Deployable Plugins - Bug with nested src [message #14888] Mon, 04 August 2008 08:16 Go to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

I have already reported a bug (bugzilla 241830), but got no response
till now.

I cannot use
File | Export | PDE | Deployable Plugins
if the bundle has nested src/

but I need the nested src/ because I generate source using
openArchitectureWare and so I have src/gen, src/res etc.

File | Export | Java | Jarfile
can export the bundle without problems, but then I loose the PDE comfort
to deploy a bundle

only workaround at the moment is to copy all to another bundle at src/
before deploy

if someone has an idea how to use
File | Export | PDE | Deployable Plugins
with nested src/ would be really great

thx

ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #15388 is a reply to message #14888] Tue, 05 August 2008 19:54 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
What happens if you change your build.properties so that you have
source.. = src/gen, src/res
?

-Andrew

ekke wrote:
> I have already reported a bug (bugzilla 241830), but got no response
> till now.
>
> I cannot use
> File | Export | PDE | Deployable Plugins
> if the bundle has nested src/
>
> but I need the nested src/ because I generate source using
> openArchitectureWare and so I have src/gen, src/res etc.
>
> File | Export | Java | Jarfile
> can export the bundle without problems, but then I loose the PDE comfort
> to deploy a bundle
>
> only workaround at the moment is to copy all to another bundle at src/
> before deploy
>
> if someone has an idea how to use
> File | Export | PDE | Deployable Plugins
> with nested src/ would be really great
>
> thx
>
> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #15421 is a reply to message #15388] Tue, 05 August 2008 20:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

Andrew Niefer schrieb:
> What happens if you change your build.properties so that you have
> source.. = src/gen, src/res
> ?
>
Andrew,

I have it this way - otherwise there would be a warning ;-)
and I can export as a Jar, but not as a plugin

ekke

> -Andrew
>
> ekke wrote:
>> I have already reported a bug (bugzilla 241830), but got no response
>> till now.
>>
>> I cannot use
>> File | Export | PDE | Deployable Plugins
>> if the bundle has nested src/
>>
>> but I need the nested src/ because I generate source using
>> openArchitectureWare and so I have src/gen, src/res etc.
>>
>> File | Export | Java | Jarfile
>> can export the bundle without problems, but then I loose the PDE
>> comfort to deploy a bundle
>>
>> only workaround at the moment is to copy all to another bundle at src/
>> before deploy
>>
>> if someone has an idea how to use
>> File | Export | PDE | Deployable Plugins
>> with nested src/ would be really great
>>
>> thx
>>
>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #15520 is a reply to message #15388] Wed, 06 August 2008 11:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

btw: a very small example plugin is attached to bugzilla 241830

ekke

Andrew Niefer schrieb:
> What happens if you change your build.properties so that you have
> source.. = src/gen, src/res
> ?
>
> -Andrew
>
> ekke wrote:
>> I have already reported a bug (bugzilla 241830), but got no response
>> till now.
>>
>> I cannot use
>> File | Export | PDE | Deployable Plugins
>> if the bundle has nested src/
>>
>> but I need the nested src/ because I generate source using
>> openArchitectureWare and so I have src/gen, src/res etc.
>>
>> File | Export | Java | Jarfile
>> can export the bundle without problems, but then I loose the PDE
>> comfort to deploy a bundle
>>
>> only workaround at the moment is to copy all to another bundle at src/
>> before deploy
>>
>> if someone has an idea how to use
>> File | Export | PDE | Deployable Plugins
>> with nested src/ would be really great
>>
>> thx
>>
>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #18858 is a reply to message #15520] Wed, 03 September 2008 05:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

any ideas ?

this bug is really frustrating and blocks the normal workflow

thx for any help with https://bugs.eclipse.org/bugs/show_bug.cgi?id=241830

ekke

ekke schrieb:
> btw: a very small example plugin is attached to bugzilla 241830
>
> ekke
>
> Andrew Niefer schrieb:
>> What happens if you change your build.properties so that you have
>> source.. = src/gen, src/res
>> ?
>>
>> -Andrew
>>
>> ekke wrote:
>>> I have already reported a bug (bugzilla 241830), but got no response
>>> till now.
>>>
>>> I cannot use
>>> File | Export | PDE | Deployable Plugins
>>> if the bundle has nested src/
>>>
>>> but I need the nested src/ because I generate source using
>>> openArchitectureWare and so I have src/gen, src/res etc.
>>>
>>> File | Export | Java | Jarfile
>>> can export the bundle without problems, but then I loose the PDE
>>> comfort to deploy a bundle
>>>
>>> only workaround at the moment is to copy all to another bundle at src/
>>> before deploy
>>>
>>> if someone has an idea how to use
>>> File | Export | PDE | Deployable Plugins
>>> with nested src/ would be really great
>>>
>>> thx
>>>
>>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #21212 is a reply to message #18858] Fri, 12 September 2008 06:30 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

benjamin cabe found a workaround:
its the /src entry in build.properties (Source...)
PDE build uses
/src, /src/gen and /src/man
and so gets classes twice and reports errors

in opposite to this behaviour the normal Java Build Path from project
properties have more informations:
/src (without /src/man, /src/gen)
/src/man
/src/gen
so the normal java build gets classes only one time

solution should be that build.properties has more informations stored in
..classpath of the project

thanks to benjamin I can use PDE again to export
(only have tp watch that nothing on my projects is directly placed under
/src)

ekke

ekke schrieb:
> any ideas ?
>
> this bug is really frustrating and blocks the normal workflow
>
> thx for any help with https://bugs.eclipse.org/bugs/show_bug.cgi?id=241830
>
> ekke
>
> ekke schrieb:
>> btw: a very small example plugin is attached to bugzilla 241830
>>
>> ekke
>>
>> Andrew Niefer schrieb:
>>> What happens if you change your build.properties so that you have
>>> source.. = src/gen, src/res
>>> ?
>>>
>>> -Andrew
>>>
>>> ekke wrote:
>>>> I have already reported a bug (bugzilla 241830), but got no response
>>>> till now.
>>>>
>>>> I cannot use
>>>> File | Export | PDE | Deployable Plugins
>>>> if the bundle has nested src/
>>>>
>>>> but I need the nested src/ because I generate source using
>>>> openArchitectureWare and so I have src/gen, src/res etc.
>>>>
>>>> File | Export | Java | Jarfile
>>>> can export the bundle without problems, but then I loose the PDE
>>>> comfort to deploy a bundle
>>>>
>>>> only workaround at the moment is to copy all to another bundle at src/
>>>> before deploy
>>>>
>>>> if someone has an idea how to use
>>>> File | Export | PDE | Deployable Plugins
>>>> with nested src/ would be really great
>>>>
>>>> thx
>>>>
>>>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #575494 is a reply to message #14888] Tue, 05 August 2008 19:54 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
What happens if you change your build.properties so that you have
source.. = src/gen, src/res
?

-Andrew

ekke wrote:
> I have already reported a bug (bugzilla 241830), but got no response
> till now.
>
> I cannot use
> File | Export | PDE | Deployable Plugins
> if the bundle has nested src/
>
> but I need the nested src/ because I generate source using
> openArchitectureWare and so I have src/gen, src/res etc.
>
> File | Export | Java | Jarfile
> can export the bundle without problems, but then I loose the PDE comfort
> to deploy a bundle
>
> only workaround at the moment is to copy all to another bundle at src/
> before deploy
>
> if someone has an idea how to use
> File | Export | PDE | Deployable Plugins
> with nested src/ would be really great
>
> thx
>
> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #575520 is a reply to message #15388] Tue, 05 August 2008 20:55 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

Andrew Niefer schrieb:
> What happens if you change your build.properties so that you have
> source.. = src/gen, src/res
> ?
>
Andrew,

I have it this way - otherwise there would be a warning ;-)
and I can export as a Jar, but not as a plugin

ekke

> -Andrew
>
> ekke wrote:
>> I have already reported a bug (bugzilla 241830), but got no response
>> till now.
>>
>> I cannot use
>> File | Export | PDE | Deployable Plugins
>> if the bundle has nested src/
>>
>> but I need the nested src/ because I generate source using
>> openArchitectureWare and so I have src/gen, src/res etc.
>>
>> File | Export | Java | Jarfile
>> can export the bundle without problems, but then I loose the PDE
>> comfort to deploy a bundle
>>
>> only workaround at the moment is to copy all to another bundle at src/
>> before deploy
>>
>> if someone has an idea how to use
>> File | Export | PDE | Deployable Plugins
>> with nested src/ would be really great
>>
>> thx
>>
>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #575640 is a reply to message #15388] Wed, 06 August 2008 11:10 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

btw: a very small example plugin is attached to bugzilla 241830

ekke

Andrew Niefer schrieb:
> What happens if you change your build.properties so that you have
> source.. = src/gen, src/res
> ?
>
> -Andrew
>
> ekke wrote:
>> I have already reported a bug (bugzilla 241830), but got no response
>> till now.
>>
>> I cannot use
>> File | Export | PDE | Deployable Plugins
>> if the bundle has nested src/
>>
>> but I need the nested src/ because I generate source using
>> openArchitectureWare and so I have src/gen, src/res etc.
>>
>> File | Export | Java | Jarfile
>> can export the bundle without problems, but then I loose the PDE
>> comfort to deploy a bundle
>>
>> only workaround at the moment is to copy all to another bundle at src/
>> before deploy
>>
>> if someone has an idea how to use
>> File | Export | PDE | Deployable Plugins
>> with nested src/ would be really great
>>
>> thx
>>
>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #578155 is a reply to message #15520] Wed, 03 September 2008 05:18 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

any ideas ?

this bug is really frustrating and blocks the normal workflow

thx for any help with https://bugs.eclipse.org/bugs/show_bug.cgi?id=241830

ekke

ekke schrieb:
> btw: a very small example plugin is attached to bugzilla 241830
>
> ekke
>
> Andrew Niefer schrieb:
>> What happens if you change your build.properties so that you have
>> source.. = src/gen, src/res
>> ?
>>
>> -Andrew
>>
>> ekke wrote:
>>> I have already reported a bug (bugzilla 241830), but got no response
>>> till now.
>>>
>>> I cannot use
>>> File | Export | PDE | Deployable Plugins
>>> if the bundle has nested src/
>>>
>>> but I need the nested src/ because I generate source using
>>> openArchitectureWare and so I have src/gen, src/res etc.
>>>
>>> File | Export | Java | Jarfile
>>> can export the bundle without problems, but then I loose the PDE
>>> comfort to deploy a bundle
>>>
>>> only workaround at the moment is to copy all to another bundle at src/
>>> before deploy
>>>
>>> if someone has an idea how to use
>>> File | Export | PDE | Deployable Plugins
>>> with nested src/ would be really great
>>>
>>> thx
>>>
>>> ekke
Re: File | Export | PDE | Deployable Plugins - Bug with nested src [message #579933 is a reply to message #18858] Fri, 12 September 2008 06:30 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

benjamin cabe found a workaround:
its the /src entry in build.properties (Source...)
PDE build uses
/src, /src/gen and /src/man
and so gets classes twice and reports errors

in opposite to this behaviour the normal Java Build Path from project
properties have more informations:
/src (without /src/man, /src/gen)
/src/man
/src/gen
so the normal java build gets classes only one time

solution should be that build.properties has more informations stored in
..classpath of the project

thanks to benjamin I can use PDE again to export
(only have tp watch that nothing on my projects is directly placed under
/src)

ekke

ekke schrieb:
> any ideas ?
>
> this bug is really frustrating and blocks the normal workflow
>
> thx for any help with https://bugs.eclipse.org/bugs/show_bug.cgi?id=241830
>
> ekke
>
> ekke schrieb:
>> btw: a very small example plugin is attached to bugzilla 241830
>>
>> ekke
>>
>> Andrew Niefer schrieb:
>>> What happens if you change your build.properties so that you have
>>> source.. = src/gen, src/res
>>> ?
>>>
>>> -Andrew
>>>
>>> ekke wrote:
>>>> I have already reported a bug (bugzilla 241830), but got no response
>>>> till now.
>>>>
>>>> I cannot use
>>>> File | Export | PDE | Deployable Plugins
>>>> if the bundle has nested src/
>>>>
>>>> but I need the nested src/ because I generate source using
>>>> openArchitectureWare and so I have src/gen, src/res etc.
>>>>
>>>> File | Export | Java | Jarfile
>>>> can export the bundle without problems, but then I loose the PDE
>>>> comfort to deploy a bundle
>>>>
>>>> only workaround at the moment is to copy all to another bundle at src/
>>>> before deploy
>>>>
>>>> if someone has an idea how to use
>>>> File | Export | PDE | Deployable Plugins
>>>> with nested src/ would be really great
>>>>
>>>> thx
>>>>
>>>> ekke
Previous Topic:plugin.xml created by PDE for plug-in with sample help contents
Next Topic:Icon for contenttype is not displayed when plugin is deployed
Goto Forum:
  


Current Time: Thu Apr 25 00:00:29 GMT 2024

Powered by FUDForum. Page generated in 0.03644 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top