Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Export Deployable plugins and fragments error: File specified more then once
Export Deployable plugins and fragments error: File specified more then once [message #13710] Wed, 23 July 2008 10:32 Go to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

I have a problem with some of my plugin projects.
if In try to export them as deployable plugins I got an error
"File xyz is specified more then once

the only difference I found out: these projects have generated
sourcefiles and so they have nested src folders like:

source.. = src/,\
src/gen/java/,\
src/man/java/,\
src/gen-pr/java/
output.. = bin/

I duplicated the plugin project, copied all to src/
then the export works without a problem

should I report this as a bug or did I something wrong ?

ekke
example from the logfile:
# Eclipse Java Compiler 0.874, 3.4.0, Copyright IBM Corp 2000, 2008. All
rights reserved.
File ..../MyClass.java is specified more than once
Re: Export Deployable plugins and fragments error: File specified more then once [message #13773 is a reply to message #13710] Wed, 23 July 2008 17:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

opened a bug http://bugs.eclipse.org/241830

my only workaround is to move the content of all nested src folder to
/src before exporting -
if someone has a more comfortable workaround please let me know

thx

ekke

ekke schrieb:
> I have a problem with some of my plugin projects.
> if In try to export them as deployable plugins I got an error
> "File xyz is specified more then once
>
> the only difference I found out: these projects have generated
> sourcefiles and so they have nested src folders like:
>
> source.. = src/,\
> src/gen/java/,\
> src/man/java/,\
> src/gen-pr/java/
> output.. = bin/
>
> I duplicated the plugin project, copied all to src/
> then the export works without a problem
>
> should I report this as a bug or did I something wrong ?
>
> ekke
> example from the logfile:
> # Eclipse Java Compiler 0.874, 3.4.0, Copyright IBM Corp 2000, 2008. All
> rights reserved.
> File ..../MyClass.java is specified more than once
Re: Export Deployable plugins and fragments error: File specified more then once [message #14503 is a reply to message #13773] Sat, 26 July 2008 08:34 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

has anyone an idea how to export a pde project with multiple src folders
(without copying all to src/ before)

thx

ekke

ekke schrieb:
> opened a bug http://bugs.eclipse.org/241830
>
> my only workaround is to move the content of all nested src folder to
> /src before exporting -
> if someone has a more comfortable workaround please let me know
>
> thx
>
> ekke
>
> ekke schrieb:
>> I have a problem with some of my plugin projects.
>> if In try to export them as deployable plugins I got an error
>> "File xyz is specified more then once
>>
>> the only difference I found out: these projects have generated
>> sourcefiles and so they have nested src folders like:
>>
>> source.. = src/,\
>> src/gen/java/,\
>> src/man/java/,\
>> src/gen-pr/java/
>> output.. = bin/
>>
>> I duplicated the plugin project, copied all to src/
>> then the export works without a problem
>>
>> should I report this as a bug or did I something wrong ?
>>
>> ekke
>> example from the logfile:
>> # Eclipse Java Compiler 0.874, 3.4.0, Copyright IBM Corp 2000, 2008.
>> All rights reserved.
>> File ..../MyClass.java is specified more than once
Re: Export Deployable plugins and fragments error: File specified more then once [message #574205 is a reply to message #13710] Wed, 23 July 2008 17:28 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

opened a bug http://bugs.eclipse.org/241830

my only workaround is to move the content of all nested src folder to
/src before exporting -
if someone has a more comfortable workaround please let me know

thx

ekke

ekke schrieb:
> I have a problem with some of my plugin projects.
> if In try to export them as deployable plugins I got an error
> "File xyz is specified more then once
>
> the only difference I found out: these projects have generated
> sourcefiles and so they have nested src folders like:
>
> source.. = src/,\
> src/gen/java/,\
> src/man/java/,\
> src/gen-pr/java/
> output.. = bin/
>
> I duplicated the plugin project, copied all to src/
> then the export works without a problem
>
> should I report this as a bug or did I something wrong ?
>
> ekke
> example from the logfile:
> # Eclipse Java Compiler 0.874, 3.4.0, Copyright IBM Corp 2000, 2008. All
> rights reserved.
> File ..../MyClass.java is specified more than once
Re: Export Deployable plugins and fragments error: File specified more then once [message #574502 is a reply to message #13773] Sat, 26 July 2008 08:34 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

has anyone an idea how to export a pde project with multiple src folders
(without copying all to src/ before)

thx

ekke

ekke schrieb:
> opened a bug http://bugs.eclipse.org/241830
>
> my only workaround is to move the content of all nested src folder to
> /src before exporting -
> if someone has a more comfortable workaround please let me know
>
> thx
>
> ekke
>
> ekke schrieb:
>> I have a problem with some of my plugin projects.
>> if In try to export them as deployable plugins I got an error
>> "File xyz is specified more then once
>>
>> the only difference I found out: these projects have generated
>> sourcefiles and so they have nested src folders like:
>>
>> source.. = src/,\
>> src/gen/java/,\
>> src/man/java/,\
>> src/gen-pr/java/
>> output.. = bin/
>>
>> I duplicated the plugin project, copied all to src/
>> then the export works without a problem
>>
>> should I report this as a bug or did I something wrong ?
>>
>> ekke
>> example from the logfile:
>> # Eclipse Java Compiler 0.874, 3.4.0, Copyright IBM Corp 2000, 2008.
>> All rights reserved.
>> File ..../MyClass.java is specified more than once
Previous Topic:Referencing Java Projects
Next Topic:Referencing Java Projects
Goto Forum:
  


Current Time: Fri Apr 26 13:24:41 GMT 2024

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

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

Back to the top