You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/pwoegere/labs/xxx/mx_olpaw/mx_gate.py", line 267, in gate
if mx.command_function('canonicalizeprojects')([]) != 0:
File "/home/pwoegere/labs/xxx/mx_olpaw/mx.py", line 8931, in canonicalizeprojects
if pkg in dep.extended_java_packages():
AttributeError: 'NativeProject' object has no attribute 'extended_java_packages'
gate: 17 Mar 2016 15:07:00: ABORT: Gate [0:00:11.244213] [disk (free/total): 305.7GB/430.1GB]
'NativeProject' object has no attribute 'extended_java_packages'
I think it should be possible for a JavaProject to depend on a NativeProject:
* commit '0273dda510caabbe6dc55a2fc2d86401d463814e':
bootclasspath is empty string on jdk >= 9 handle new 2 arg JVM options when partitioning command line args
The suite.py constellation below causes:
I think it should be possible for a JavaProject to depend on a NativeProject:
Here
com.oracle.xxx.core.dis
depends oncom.oracle.xxx.core.dis.native
. Unfortunately using the definition above results in the error shown before.The text was updated successfully, but these errors were encountered: