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
I meet the following error when I run 'mvn pacage' after I download the repo. Could you please help?
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[9,22] package javax.xml.bind does not exist
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[158,22] cannot find symbol
symbol: variable DatatypeConverter
location: class ly.stealth.xmlavro.DatumBuilder
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.506 s
[INFO] Finished at: 2022-08-12T14:17:03-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project xml-avro: Compilation failure: Compilation failure:
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[9,22] package javax.xml.bind does not exist
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[158,22] cannot find symbol
[ERROR] symbol: variable DatatypeConverter
[ERROR] location: class ly.stealth.xmlavro.DatumBuilder
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
The text was updated successfully, but these errors were encountered:
Hi,
I meet the following error when I run 'mvn pacage' after I download the repo. Could you please help?
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[9,22] package javax.xml.bind does not exist
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[158,22] cannot find symbol
symbol: variable DatatypeConverter
location: class ly.stealth.xmlavro.DatumBuilder
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.506 s
[INFO] Finished at: 2022-08-12T14:17:03-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project xml-avro: Compilation failure: Compilation failure:
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[9,22] package javax.xml.bind does not exist
[ERROR] /Users//xml-avro-master/src/ly/stealth/xmlavro/DatumBuilder.java:[158,22] cannot find symbol
[ERROR] symbol: variable DatatypeConverter
[ERROR] location: class ly.stealth.xmlavro.DatumBuilder
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
The text was updated successfully, but these errors were encountered: