I did a git pull of the current tree,
changed the line, tried 'mvn compile' and got an error on Ant
Plugin:
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 01:41 min
[INFO] Finished at: 2015-07-03T15:15:41-07:00
[INFO] Final Memory: 73M/731M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.2:copy-dependencies
(copy-lib-deps) on project jetty-ant: Error copying artifact
from
/Users/priot/jetty/org.eclipse.jetty.project/jetty-plus/target/classes
to
/Users/priot/jetty/org.eclipse.jetty.project/jetty-ant/target/test-lib/jetty-plus-9.3.1-SNAPSHOT.jar:
/Users/priot/jetty/org.eclipse.jetty.project/jetty-plus/target/classes
(Is a directory) -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build
with the command
[ERROR] mvn <goals> -rf :jetty-ant
priot org.eclipse.jetty.project> ls jetty-plus/target
classes/ maven-status/
generated-sources/ pmd.xml
maven-shared-archive-resources/ pmd_logging_ruleset.xml
On 7/3/2015 2:51 PM, Joakim Erdfelt wrote:
This is the code.
Maybe if you change line #133 from
LOG.warn("bad alias ({}) for {}", e.getClass().getName(),
e.getMessage());
to
LOG.warn("bad alias [" + path + "]", e);
we can get a better stacktrace (and path indication) to
know what's going on.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users