Some weird issue

27 views
Skip to first unread message

Mohammad Als

unread,
Jul 27, 2016, 1:28:21 AM7/27/16
to ceylon-users
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

, 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'm using Ubuntu x86_64 4.4.0-31-generic #50-Ubuntu


Tako Schotanus

unread,
Jul 27, 2016, 7:29:25 AM7/27/16
to ceylon-users
And there's only a single copy of the "jooq-config.xml" file in your entire project?

It might be important to give a little more detail about the *exact* structure of your project, full paths and sub folders for example. (is your "jooq-config.config" file in the root of the "resource" folder or in a sub-directory, is important information)

But it looks like a bug in the IDE. Could you report it here: https://github.com/ceylon/ceylon-ide-eclipse/issues?q=is%3Aopen please?



-Tako

--
You received this message because you are subscribed to the Google Groups "ceylon-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceylon-users...@googlegroups.com.
To post to this group, send email to ceylon...@googlegroups.com.
Visit this group at https://groups.google.com/group/ceylon-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceylon-users/2ea3884a-5570-40c7-88c4-cdb1c64af346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mohammad Als

unread,
Jul 27, 2016, 8:30:35 AM7/27/16
to ceylon-users, ta...@codejive.org

Alex Aguinore

unread,
Jul 28, 2016, 3:52:14 AM7/28/16
to ceylon-users, ta...@codejive.org

We have the same issue when resource's filename has have spaces. Replacing them with underscores resolves problem.
Reply all
Reply to author
Forward
0 new messages