I have successfully checked out the whole code base and now I get the
compilation error below.
Is anyone else seeing this or have I missed something? Do I not have
the up-to-date hk2? Does that explain the error on the @Override? Is
this working for others?
- Tim
[INFO]
----------------------------------------------------------------------------
[INFO] Building Appserver Core Bootstraping Classes
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [hk2:hk2-compile]
[INFO] Compiling 1 source file to
C:\tim\asgroup\v3\v3\core\bootstrap\target\classes
C:\tim\asgroup\v3\v3\core\bootstrap\src\main\java\com\sun\enterprise\glassfish\bootstrap\Main.java:107:
createRepository(java.io.File,java.io.File,java.util.jar.Manifest,com.sun.enterprise.module.ModulesRegistry)
in com.sun.enterprise.module.bootstrap.Main cannot be applied to
(java.io.File,java.util.jar.Manifest,com.sun.enterprise.module.ModulesRegistry)
super.createRepository(root, mf, mr);
^
C:\tim\asgroup\v3\v3\core\bootstrap\src\main\java\com\sun\enterprise\glassfish\bootstrap\Main.java:104:
method does not override or implement a method from a supertype
@Override
^
2 errors
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Fatal error compiling
Embedded error: APT failed: 1