Open karimiumar opened 8 years ago
@karimiumar is it intentional that you have spaces in the resource file name : web/js/jqwidgets/styles/images/metro-icon-right - Copy.png
?
Well, I suppose jqwidget which is a third party library has mistakenly provided a copy alongwith the original file in their packaged jqwidgets-ver4.1.2.zip archive. And that is causing the issue. I'll manually remove the copy.
On 9/9/16, David Festal notifications@github.com wrote:
@karimiumar is it intentional that you have spaces in the resource file name :
web/js/jqwidgets/styles/images/metro-icon-right - Copy.png
?You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/ceylon/ceylon-ide-eclipse/issues/1813#issuecomment-245907300
regards
Umar
@davidfestal please close this issue. See my comments above regarding the same
Well, not so fast! I'm not sure we should close this. Surely it's wrong that our compiler is throwing java.lang.IllegalArgumentException
.
I've the following Project structure:
JOOQ-Ceylon (Project Name) | |----source |----gen-source (Some Java classes generated using JOOQ utility |----resource |---jooq-config.xml
So far everything works fine.
Now when I add a few files under subdirectory under resource folder
JOOQ-Ceylon (Project Name) | |----source |----gen-source (Some Java classes generated using JOOQ utility |----resource |----jooq-config.xml |----web |---js |---angular-sanitize.min.js |---other javascript files , the build fails with weird exceptions like ----" An internal error occurred during: "Building workspace". java.util.zip.ZipException: duplicate entry: jooq-config.xml"
On removing the subfolders, everything works as expected. This happens when working with both neon as well as mars but commandline works as expected. I've used both OpenJdk_1.8.0_91 and Oracle JDk 1.8.0_66 I'm using Ubuntu x86_64 4.4.0-31-generic #50-Ubuntu.
On launching eclipse using commandline the following exceptions get logged: