Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Note: Recompile with -Xlint:unchecked for details.
- 2 warnings
- :processResources
- :classes
- :copySuites
- :compileTestJava/root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/args/Product.java:6: warning: NotImplementedException is internal proprietary API and may be removed in a future release
- import sun.reflect.generics.reflectiveObjects.NotImplementedException;
- ^
- /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/steps/common/ConfigPrintSteps.java:35: error: cannot find symbol
- import ru.crystals.settester.testing_utils.DeploymentUtils;
- ^
- symbol: class DeploymentUtils
- location: package ru.crystals.settester.testing_utils
- /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/test/myscanner/TestBase.java:3: warning: XMLGregorianCalendarImpl is internal proprietary API and may be removed in a future release
- import com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl;
- ^
- /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/args/Product.java:93: warning: NotImplementedException is internal proprietary API and may be removed in a future release
- throw new NotImplementedException();
- ^
- /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/cucumber/steps/common/ConfigPrintSteps.java:455: error: cannot find symbol
- DeploymentUtils.waitForServerToStart(server.getHost(), TIMEOUT);
- ^
- symbol: variable DeploymentUtils
- location: class ConfigPrintSteps
- /root/jenkins_home/workspace/LinuxStandTeamA/setretail10/SetRetail10_Utils/testStand/SetTester/src/test/java/ru/crystals/settester/test/myscanner/TestBase.java:54: warning: XMLGregorianCalendarImpl is internal proprietary API and may be removed in a future release
- scanEntryBuilder.setTimestamp(new XMLGregorianCalendarImpl(time));
- ^
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- 2 errors
- 4 warnings
- FAILED
- :processTestResources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement