Giter Site home page Giter Site logo

Comments (2)

dmak avatar dmak commented on August 15, 2024

Indeed there is something strange going on. Windows log (compiles fine):

[INFO] Candidates:
[INFO] 	[+]: xew.jbo.cz.xew_test_case.RootElement.TestList
[INFO] 	1 candidate(s) being considered.
[INFO] 
[INFO] Modifications:
[INFO] 	Replacing field [TestList xew.jbo.cz.xew_test_case.RootElement#testList]
[INFO] 	Moving inner class xew.jbo.cz.xew_test_case.RootElement.TestList.TestList to class xew.jbo.cz.xew_test_case.RootElement
[INFO] 	Renaming class xew.jbo.cz.xew_test_case.RootElement.TestList.TestList to class TestListTestList
[INFO] 	Renamed createRootElementTestListTestList -> createRootElementTestListTestList in xew.jbo.cz.xew_test_case.ObjectFactory
[INFO] 	2 modification(s) to original code.
[INFO] 
[INFO] Deletions:
[INFO] 	Removing class xew.jbo.cz.xew_test_case.RootElement.TestList from class xew.jbo.cz.xew_test_case.RootElement
[INFO] 	Removing factory method [xew.jbo.cz.xew_test_case.RootElement.TestList#createRootElementTestList()] from xew.jbo.cz.xew_test_case.ObjectFactory
[INFO] 	2 deletion(s) from original code.

Linux log (class renaming does not occur and as a result the project does not compile):

[INFO] Candidates:
[INFO] 	[+]: xew.jbo.cz.xew_test_case.RootElement.TestList
[INFO] 	1 candidate(s) being considered.
[INFO] 
[INFO] Modifications:
[INFO] 	Replacing field [TestList xew.jbo.cz.xew_test_case.RootElement#testList]
[INFO] 	Moving inner class xew.jbo.cz.xew_test_case.RootElement.TestList.TestList to class xew.jbo.cz.xew_test_case.RootElement
[INFO] 	Renamed createRootElementTestListTestList -> createRootElementTestList in xew.jbo.cz.xew_test_case.ObjectFactory
[INFO] 	2 modification(s) to original code.
[INFO] 
[INFO] Deletions:
[INFO] 	Removing class xew.jbo.cz.xew_test_case.RootElement.TestList from class xew.jbo.cz.xew_test_case.RootElement
[INFO] 	Removing factory method [xew.jbo.cz.xew_test_case.RootElement.TestList#createRootElementTestList()] from xew.jbo.cz.xew_test_case.ObjectFactory
[INFO] 	2 deletion(s) from original code.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /mnt/xew-test-case/src/main/java/cz/jbo/xew/Main.java:[10,26] cannot find symbol
  symbol:   class TestListTestList
  location: class xew.jbo.cz.xew_test_case.RootElement
[ERROR] /mnt/xew-test-case/src/main/java/cz/jbo/xew/Main.java:[10,73] cannot find symbol
  symbol:   class TestListTestList
  location: class xew.jbo.cz.xew_test_case.RootElement

It turned out that JAXB classes JPackage and JDefinedClass implement isCaseSensitiveFileSystem flag requirement differently and at the end JPackage should be treated differently 😭 I will ignore that for the moment, but name a note...

from jaxb-xew-plugin.

dmak avatar dmak commented on August 15, 2024

The issue should be fixed, try jaxb-xew-plugin-2.2-20230820.234133-1.jar. As a temporary measure you could replace released jar with that one. True release will happen somewhen later this year, let me know if that is burning for you.

from jaxb-xew-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.