- prime factorizations:
- test taking strategies:
https://ergosumus.wordpress.com/wp-content/uploads/2018/10/test_taking_strategies14.pdf
-
10 + 1 most important steps to follow while writing an argumentative essay:
https://ergosumus.wordpress.com/wp-content/uploads/2018/10/how2essay12-en.pdf
Author Archives: mathdoc4u
Word Problems
Most common types of Word Problems:
- rate problems:
- simple rates:
- alternate rates:
- combined rates: https://ergosumus.wordpress.com/wp-content/uploads/2018/06/word_problems12-en00.pdf
- systems of linear equations: https://ergosumus.wordpress.com/wp-content/uploads/2018/06/sle00-en.pdf
burning of a debian live ISO image
In this guideline an automated, bash script method is explained to downloading and the burning onto a DVD, since it is the only safe way to carry software, assured that for physical reasons nothing could have been possibly written onto a DVD once burned.
Blank DVDs are cheap. You can buy a package of 100 high 16X quality ones for less than $20 at ebay or amazon
An “iso-hybrid” image you can use to burn onto a blank DVD, or install into a USB pen or micro-drive or your computer resident hard drive. You need to download from the debian repository the approx. 2 GB iso image you need to burn containing the fully functioning Operating System. You can choose 5 different “look and feel” Debian live options as desktop environment for the X Window System: cinnamon, gnome, kde, lxde, mate or xfce:
https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/
and use the burning software of your choice to burn the image, such as:
// __ Jamie Wagner (9:45): How To Burn a Bootable ISO Image File To CD/DVD-ROM
~
// __ Information Technology (8:20): 2 Creating and burning CD DVD
using K3b English
~
A step-by-step method to do the whole process using a script
Most software repositories maintain data in a certain structure and format because they use scripting to streamline their versioning cycles and/or to facilitate scripting by users.
Most probably, the only variable you will need to set is: _DL_ISO the name of the ISO image you have chosen to download. A log file will be created with which onto which the whole process will be log
_DL_ISO="debian-live-9.4.0-amd64-kde.iso"
### (do not touch)
_DB_ST="https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid"
_DL_AR=(
"${_DL_ISO}"
MD5SUMS
MD5SUMS.sign
SHA1SUMS
SHA1SUMS.sign
SHA256SUMS
SHA256SUMS.sign
SHA512SUMS
SHA512SUMS.sign
)
### (do not touch)
_DL_AR_L=${#_DL_AR[@]}
echo "// __ \$_DL_AR_L: |${_DL_AR_L}|"
_ODIR=$(pwd)
_PART=$(df -P "${_ODIR}" | tail -1 | cut -d' ' -f 1)
echo "// __ \$_PART: |${_PART}|"
_DT="$(date +%Y%m%d%H%M%S)"
_LOG_FL="${_DL_ISO%.*}_${_DT}.log"
echo "// __ \$_LOG_FL: |$_LOG_FL|"
for iX in ${!_DL_AR[@]}; do
echo " [$iX/$_DL_AR_L): |${_DL_AR[$iX]}|"
_DB_FL="${_DB_ST}/${_DL_AR[$iX]}"
echo "// __ \$_DB_FL: |${_DB_FL}|"
echo " [$iX/$_DL_AR_L): |${_DL_AR[$iX]}|" >> "${_LOG_FL}"
time (wget --no-remove-listing --server-response --no-verbose --no-check-certificate --wait=2 --random-wait "${_DB_FL}") >> "${_LOG_FL}" 2>&1
done
Then you need to totally disconnect your computer from the
Internet (in order to make sure the tests are faithful) and run the md5, sha[1,256,512] sums of the data and verify the signatures to check the integrity of the iso image:
date; time md5sum --check MD5SUMS 2>&1 | grep OK
date; time sha1sum --check SHA1SUMS 2>&1 | grep OK
date; time sha256sum --check SHA256SUMS 2>&1 | grep OK
date; time sha512sum --check SHA512SUMS 2>&1 | grep OK
# update your key ring
date; time sudo apt-key update
# use gpg to verify the downloaded signatures are fine, for which you first need the key’s ID which you get by initially running
gpg --verify SHA512SUMS.sign
...
gpg: Signature made Sat 10 Mar 2018 07:41:26 PM EST using RSA key ID 6294BE9B
gpg: Can't check signature: public key not found
# download the public key
$ gpg --keyserver keyring.debian.org --recv 6294BE9B
# now you can verify all signatures
date; time gpg --verbose --verify MD5SUMS.sign MD5SUMS
date; time gpg --verbose --verify SHA1SUMS.sign SHA1SUMS
date; time gpg --verbose --verify SHA256SUMS.sign SHA256SUMS
date; time gpg --verbose --verify SHA512SUMS.sign SHA512SUMS
You test which one your burning device is
eject /dev/sr0
_PATH2ISO=". . ./. . ./debian-live-9.4.0. . .iso"
ls -l "${_PATH2ISO}"
_LBL="debian-live-9.4.0. . .iso"
_BDEV="/dev/sr1"
_LOG_FL="${_LBL}_$(date +%Y%m%d%H%M%S)_growisofs.log"
echo "\$_LOG_FL: |$_LOG_FL|"
date; time(growisofs -dvd-compat -Z "${_BDEV}"="${_PATH2ISO}") >> "${_LOG_FL}" 2>&1
where:
PATH_2_ISO_IMAGE: is the path to your iso image
_BDEV: say “/dev/sr1
Once the first DVD is burned, you would test it by:
- booting it up in a different computer
- probably using the extended internal integrity checks those live system can run (in knoppix you use as boot up option: “knoppix testcd” as a boot up option without the quotes, what is it in Debian?)
IDNYC-ES
Versión actual de la traducción corregida, íntegra y aumentada de los pasos a seguir para obtener su tarjeta de identidad de la ciudad de Nueva York.
https://ergosumus.wordpress.com/wp-content/uploads/2018/01/idnyc-es_06_2-7.pdf
Por favor, toda corrección, actualización o sugerencia dirígala al maestro Mr. López: nyc.hse.rlopez@gmail.com
Muchas gracias,
López
guías de aprendizaje para el TASC/GED
Guías de aprendizaje para el TASC/GED utilizadas como parte del trabajo en las clases.
functions
Functions:
-
basic concept, linear functions:
https://ergosumus.wordpress.com/wp-content/uploads/2017/10/math_lesson_plan18_intro_linear_functions_20170828.pdf parabolas (quadratic functions):
https://ergosumus.wordpress.com/wp-content/uploads/2017/10/parabola42-en.pdf
jetty_compilations_errors_et_warnings
1530:[WARNING] The following goals are not marked @threadSafe in Jetty :: Project:
1531:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
2532:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
9127:[WARNING] The following goals are not marked @threadSafe in Jetty :: ALPN :: Parent:
9128:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
9226:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: Parent:
9393:[WARNING] The following goals are not marked @threadSafe in Jetty :: FastCGI :: Parent:
9394:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
9396:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
10933:[WARNING] The following goals are not marked @threadSafe in Jetty :: Documentation:
10934:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
10935:[WARNING] com.agilejava.docbkx:docbkx-maven-plugin:2.0.17:generate-html
10936:[WARNING] org.asciidoctor:asciidoctor-maven-plugin:1.5.3:process-asciidoc
11545:[WARNING] The following goals are not marked @threadSafe in Jetty :: Start:
11546:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
11999:[WARNING] The following goals are not marked @threadSafe in Jetty :: OSGi:
12000:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
12491:[WARNING] The following goals are not marked @threadSafe in Jetty :: HTTP2:
12492:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
13059:[WARNING] The following goals are not marked @threadSafe in Jetty :: GCloud:
13060:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
14364:[WARNING] The following goals are not marked @threadSafe in Jetty :: Utilities:
14365:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
15210:[WARNING] The following goals are not marked @threadSafe in Jetty :: CDI :: Parent:
15211:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
15402:[WARNING] The following goals are not marked @threadSafe in Jetty :: Memcached:
15480:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
15943:[WARNING] The following goals are not marked @threadSafe in Jetty :: Continuation:
15944:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
16109:[WARNING] The following goals are not marked @threadSafe in Jetty :: Websocket :: Parent:
16110:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
17127:[WARNING] The following goals are not marked @threadSafe in Jetty Examples :: Parent:
17128:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
19106:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
19180:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
19242:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
19486:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
19500:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
19670:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
19740:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
20433:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
21790:[WARNING] The following goals are not marked @threadSafe in Jetty :: OSGi ALPN Fragment:
21791:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
22189:[WARNING] The following goals are not marked @threadSafe in Jetty :: Websocket :: API:
22190:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
22958:[WARNING] The following goals are not marked @threadSafe in Jetty :: OSGi :: WebApp Fragment:
22959:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
23452:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
23931:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: WebApps :: Parent:
23932:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
24197:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: Sessions :: Parent:
24198:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
24556:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: JMX Parent:
24557:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
25388:[WARNING] The following goals are not marked @threadSafe in Example Async Rest:
25389:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
26493:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
26703:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
27625:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
27626: at java.net.URL.(URL.java:593)
27627: at java.net.URL.(URL.java:490)
27628: at java.net.URL.(URL.java:439)
27629: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
27630: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
27631: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
27632: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
27633: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
27634: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
27635: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
27636: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
27637: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
27638: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
27639: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
27640: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
27641: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
27642: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
27643: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
27644: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
27645: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
27646: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
27647: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
27648: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
27649: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
27650: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
27651: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
27652: at java.lang.Thread.run(Thread.java:745)
27654:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
27655: at java.net.URL.(URL.java:593)
27656: at java.net.URL.(URL.java:490)
27657: at java.net.URL.(URL.java:439)
27658: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
27659: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
27660: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
27661: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
27662: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
27663: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
27664: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
27665: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
27666: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
27667: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
27668: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
27669: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
27670: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
27671: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
27672: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
27673: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
27674: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
27675: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
27676: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
27677: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
27678: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
27679: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
27680: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
27681: at java.lang.Thread.run(Thread.java:745)
28396:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: WebApp :: Mock Resources:
28397:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
28535:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: Spec Test WebApp :: Parent:
28536:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
28734:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
28787:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
28788: at java.net.URL.(URL.java:593)
28789: at java.net.URL.(URL.java:490)
28790: at java.net.URL.(URL.java:439)
28791: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
28792: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
28793: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
28794: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
28795: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
28796: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
28797: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
28798: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
28799: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
28800: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
28801: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
28802: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
28803: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
28804: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
28805: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
28806: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
28807: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
28808: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
28809: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
28810: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
28811: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
28812: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
28813: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
28814: at java.lang.Thread.run(Thread.java:745)
28816:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
28817: at java.net.URL.(URL.java:593)
28818: at java.net.URL.(URL.java:490)
28819: at java.net.URL.(URL.java:439)
28820: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
28821: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
28822: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
28823: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
28824: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
28825: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
28826: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
28827: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
28828: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
28829: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
28830: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
28831: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
28832: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
28833: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
28834: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
28835: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
28836: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
28837: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
28838: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
28839: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
28840: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
28841: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
28842: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
28843: at java.lang.Thread.run(Thread.java:745)
28939:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
28988:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
29970:[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
30876:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: WebApp :: Servlet Spec :: ServletContainerInitializer Test Jar:
30877:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
31535:[WARNING] The following goals are not marked @threadSafe in Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar:
31536:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
32258:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
32259: at java.net.URL.(URL.java:593)
32260: at java.net.URL.(URL.java:490)
32261: at java.net.URL.(URL.java:439)
32262: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
32263: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
32264: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
32265: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
32266: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
32267: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
32268: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
32269: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
32270: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
32271: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32272: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32273: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
32274: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
32275: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32276: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32277: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
32278: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
32279: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
32280: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32281: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
32282: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32283: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
32284: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
32285: at java.lang.Thread.run(Thread.java:745)
32287:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
32288: at java.net.URL.(URL.java:593)
32289: at java.net.URL.(URL.java:490)
32290: at java.net.URL.(URL.java:439)
32291: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
32292: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
32293: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
32294: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
32295: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
32296: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
32297: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
32298: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
32299: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
32300: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32301: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32302: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
32303: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
32304: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32305: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32306: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
32307: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
32308: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
32309: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32310: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
32311: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32312: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
32313: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
32314: at java.lang.Thread.run(Thread.java:745)
32322:[WARNING] Unable to locate Source XRef to link to - DISABLED
32323:[WARNING] Unable to locate Source XRef to link to - DISABLED
32489:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
32490: at java.net.URL.(URL.java:593)
32491: at java.net.URL.(URL.java:490)
32492: at java.net.URL.(URL.java:439)
32493: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
32494: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
32495: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
32496: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
32497: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
32498: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
32499: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
32500: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
32501: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
32502: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32503: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32504: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
32505: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
32506: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32507: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32508: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
32509: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
32510: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
32511: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32512: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
32513: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32514: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
32515: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
32516: at java.lang.Thread.run(Thread.java:745)
32527:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
32528: at java.net.URL.(URL.java:593)
32529: at java.net.URL.(URL.java:490)
32530: at java.net.URL.(URL.java:439)
32531: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
32532: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
32533: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
32534: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
32535: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
32536: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
32537: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
32538: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
32539: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
32540: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32541: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32542: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
32543: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
32544: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
32545: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
32546: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
32547: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
32548: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
32549: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32550: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
32551: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
32552: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
32553: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
32554: at java.lang.Thread.run(Thread.java:745)
32560:[WARNING] Unable to locate Source XRef to link to - DISABLED
32561:[WARNING] Unable to locate Source XRef to link to - DISABLED
33086:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
33087: at java.net.URL.(URL.java:593)
33088: at java.net.URL.(URL.java:490)
33089: at java.net.URL.(URL.java:439)
33090: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
33091: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
33092: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
33093: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
33094: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
33095: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
33096: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
33097: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
33098: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
33099: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33100: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33101: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
33102: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
33103: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33104: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33105: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
33106: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
33107: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
33108: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33109: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
33110: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33111: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
33112: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
33113: at java.lang.Thread.run(Thread.java:745)
33115:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
33116: at java.net.URL.(URL.java:593)
33117: at java.net.URL.(URL.java:490)
33118: at java.net.URL.(URL.java:439)
33119: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
33120: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
33121: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
33122: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
33123: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
33124: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
33125: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
33126: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
33127: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
33128: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33129: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33130: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
33131: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
33132: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33133: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33134: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
33135: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
33136: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
33137: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33138: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
33139: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33140: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
33141: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
33142: at java.lang.Thread.run(Thread.java:745)
33145:[WARNING] Unable to locate Source XRef to link to - DISABLED
33146:[WARNING] Unable to locate Source XRef to link to - DISABLED
33192:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
33193: at java.net.URL.(URL.java:593)
33194: at java.net.URL.(URL.java:490)
33195: at java.net.URL.(URL.java:439)
33196: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
33197: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
33198: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
33199: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
33200: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
33201: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
33202: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
33203: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
33204: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
33205: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33206: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33207: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
33208: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
33209: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33210: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33211: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
33212: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
33213: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
33214: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33215: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
33216: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33217: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
33218: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
33219: at java.lang.Thread.run(Thread.java:745)
33221:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
33222: at java.net.URL.(URL.java:593)
33223: at java.net.URL.(URL.java:490)
33224: at java.net.URL.(URL.java:439)
33225: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
33226: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
33227: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
33228: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
33229: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
33230: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
33231: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
33232: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
33233: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
33234: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33235: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33236: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
33237: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
33238: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
33239: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
33240: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
33241: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
33242: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
33243: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33244: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
33245: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
33246: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
33247: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
33248: at java.lang.Thread.run(Thread.java:745)
33251:[WARNING] Unable to locate Source XRef to link to - DISABLED
33252:[WARNING] Unable to locate Source XRef to link to - DISABLED
35317:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
35318: at java.net.URL.(URL.java:593)
35319: at java.net.URL.(URL.java:490)
35320: at java.net.URL.(URL.java:439)
35321: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
35322: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
35323: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
35324: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
35325: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
35326: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
35327: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
35328: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
35329: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
35330: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
35331: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
35332: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
35333: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
35334: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
35335: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
35336: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
35337: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
35338: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
35339: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
35340: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
35341: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
35342: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
35343: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
35344: at java.lang.Thread.run(Thread.java:745)
35406:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
35407: at java.net.URL.(URL.java:593)
35408: at java.net.URL.(URL.java:490)
35409: at java.net.URL.(URL.java:439)
35410: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
35411: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
35412: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
35413: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
35414: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
35415: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
35416: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
35417: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
35418: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
35419: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
35420: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
35421: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
35422: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
35423: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
35424: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
35425: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
35426: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
35427: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
35428: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
35429: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
35430: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
35431: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
35432: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
35433: at java.lang.Thread.run(Thread.java:745)
35451:[WARNING] Unable to locate Source XRef to link to - DISABLED
35456:[WARNING] Unable to locate Source XRef to link to - DISABLED
37271:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
37272: at java.net.URL.(URL.java:593)
37273: at java.net.URL.(URL.java:490)
37274: at java.net.URL.(URL.java:439)
37275: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
37276: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
37277: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
37278: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
37279: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
37280: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
37281: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
37282: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
37283: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
37284: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
37285: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
37286: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
37287: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
37288: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
37289: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
37290: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
37291: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
37292: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
37293: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
37294: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
37295: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
37296: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
37297: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
37298: at java.lang.Thread.run(Thread.java:745)
37300:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
37301: at java.net.URL.(URL.java:593)
37302: at java.net.URL.(URL.java:490)
37303: at java.net.URL.(URL.java:439)
37304: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
37305: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
37306: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
37307: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
37308: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
37309: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
37310: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
37311: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
37312: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
37313: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
37314: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
37315: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
37316: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
37317: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
37318: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
37319: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
37320: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
37321: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
37322: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
37323: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
37324: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
37325: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
37326: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
37327: at java.lang.Thread.run(Thread.java:745)
37330:[WARNING] Unable to locate Source XRef to link to - DISABLED
37331:[WARNING] Unable to locate Source XRef to link to - DISABLED
37370:[WARNING] Unable to merge Maven manifest: The JAR/ZIP file (~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar) seems corrupted, error: zip file is empty
37645:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
37646:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
38099:[WARNING] Unable to merge Maven manifest: The JAR/ZIP file (~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar) seems corrupted, error: zip file is empty
38556:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
38557: at java.net.URL.(URL.java:593)
38558: at java.net.URL.(URL.java:490)
38559: at java.net.URL.(URL.java:439)
38560: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
38561: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
38562: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
38563: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
38564: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
38565: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
38566: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
38567: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
38568: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
38569: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
38570: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
38571: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
38572: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
38573: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
38574: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
38575: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
38576: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
38577: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
38578: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
38579: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
38580: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
38581: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
38582: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
38583: at java.lang.Thread.run(Thread.java:745)
38585:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
38586: at java.net.URL.(URL.java:593)
38587: at java.net.URL.(URL.java:490)
38588: at java.net.URL.(URL.java:439)
38589: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
38590: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
38591: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
38592: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
38593: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
38594: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
38595: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
38596: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
38597: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
38598: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
38599: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
38600: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
38601: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
38602: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
38603: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
38604: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
38605: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
38606: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
38607: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
38608: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
38609: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
38610: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
38611: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
38612: at java.lang.Thread.run(Thread.java:745)
38618:[WARNING] Unable to locate Source XRef to link to - DISABLED
38619:[WARNING] Unable to locate Source XRef to link to - DISABLED
39812:[WARNING] The following goals are not marked @threadSafe in Jetty :: Websocket :: Servlet Interface:
39813:[WARNING] org.eclipse.jetty.toolchain:jetty-version-maven-plugin:2.4:attach-version-text
40159:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
40160: at java.net.URL.(URL.java:593)
40161: at java.net.URL.(URL.java:490)
40162: at java.net.URL.(URL.java:439)
40163: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
40164: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
40165: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
40166: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
40167: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
40168: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
40169: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
40170: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
40171: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
40172: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
40173: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
40174: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
40175: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
40176: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
40177: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
40178: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
40179: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
40180: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
40181: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
40182: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
40183: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
40184: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
40185: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
40186: at java.lang.Thread.run(Thread.java:745)
40188:java.net.MalformedURLException: no protocol: jetty/pmd_logging_ruleset.xml
40189: at java.net.URL.(URL.java:593)
40190: at java.net.URL.(URL.java:490)
40191: at java.net.URL.(URL.java:439)
40192: at org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
40193: at org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
40194: at org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
40195: at org.apache.maven.plugin.pmd.PmdReport.executePmd(PmdReport.java:331)
40196: at org.apache.maven.plugin.pmd.PmdReport.executePmdWithClassloader(PmdReport.java:288)
40197: at org.apache.maven.plugin.pmd.PmdReport.canGenerateReport(PmdReport.java:262)
40198: at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:119)
40199: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
40200: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
40201: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
40202: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
40203: at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
40204: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:197)
40205: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
40206: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
40207: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
40208: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
40209: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
40210: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
40211: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
40212: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
40213: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
40214: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
40215: at java.lang.Thread.run(Thread.java:745)
40218:[WARNING] Unable to locate Source XRef to link to - DISABLED
40219:[WARNING] Unable to locate Source XRef to link to - DISABLED
40688:[WARNING] Unable to merge Maven manifest: The JAR/ZIP file (~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar) seems corrupted, error: zip file is empty
40886:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
40887:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
41067:[ERROR] COMPILATION ERROR :
41069:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
41070:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
41071:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41072:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41073:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41074:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41075:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[39,12] cannot find symbol
41078:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[28,40] package org.eclipse.jetty.toolchain.test does not exist
41079:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[29,40] package org.eclipse.jetty.toolchain.test does not exist
41080:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41081:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41082:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41083:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41084:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41085:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[45,12] cannot find symbol
41088:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/CorrectMavenCentralRefs.java:[41,40] package org.eclipse.jetty.toolchain.test does not exist
41089:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[33,40] package org.eclipse.jetty.toolchain.test does not exist
41090:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[34,40] package org.eclipse.jetty.toolchain.test does not exist
41091:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[42,12] cannot find symbol
41094:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41095:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[37,40] package org.eclipse.jetty.toolchain.test does not exist
41096:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[38,40] package org.eclipse.jetty.toolchain.test does not exist
41097:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[97,12] cannot find symbol
41100:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[27,40] package org.eclipse.jetty.toolchain.test does not exist
41101:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41102:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[37,40] package org.eclipse.jetty.toolchain.test does not exist
41103:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[45,12] cannot find symbol
41106:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/fileinits/MavenLocalRepoFileInitializerTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41107:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/fileinits/MavenLocalRepoFileInitializerTest.java:[48,12] cannot find symbol
41110:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/BaseHomeTest.java:[35,40] package org.eclipse.jetty.toolchain.test does not exist
41111:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/BaseHomeTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41112:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersAbsoluteTest.java:[26,40] package org.eclipse.jetty.toolchain.test does not exist
41113:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/JarVersionTest.java:[25,40] package org.eclipse.jetty.toolchain.test does not exist
41114:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/IncludeJettyDirTest.java:[34,40] package org.eclipse.jetty.toolchain.test does not exist
41115:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/IncludeJettyDirTest.java:[35,40] package org.eclipse.jetty.toolchain.test does not exist
41116:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/IncludeJettyDirTest.java:[71,12] cannot find symbol
41119:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ConfigurationAssert.java:[41,40] package org.eclipse.jetty.toolchain.test does not exist
41120:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ConfigurationAssert.java:[42,40] package org.eclipse.jetty.toolchain.test does not exist
41121:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathFinderTest.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41122:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathFinderTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41123:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathFinderTest.java:[38,12] cannot find symbol
41126:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41127:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[32,40] package org.eclipse.jetty.toolchain.test does not exist
41128:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[33,40] package org.eclipse.jetty.toolchain.test does not exist
41129:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[42,12] cannot find symbol
41132:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestBadUseCases.java:[28,40] package org.eclipse.jetty.toolchain.test does not exist
41133:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/FSTest.java:[24,40] package org.eclipse.jetty.toolchain.test does not exist
41134:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[45,29] cannot find symbol
41137:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[46,26] cannot find symbol
41140:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[131,9] cannot find symbol
41143:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[143,9] cannot find symbol
41146:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[155,9] cannot find symbol
41149:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[39,37] cannot find symbol
41152:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[45,24] cannot find symbol
41155:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[37,11] cannot find symbol
41158:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[38,23] cannot find symbol
41161:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[39,9] cannot find symbol
41164:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[44,39] cannot find symbol
41167:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[45,11] cannot find symbol
41170:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[54,25] cannot find symbol
41173:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[75,27] cannot find symbol
41176:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[77,24] cannot find symbol
41179:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[79,27] cannot find symbol
41182:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[80,24] cannot find symbol
41185:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[81,41] package org.eclipse.jetty.toolchain.test does not exist
41186:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[82,41] package org.eclipse.jetty.toolchain.test does not exist
41187:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[140,22] cannot find symbol
41190:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[45,37] cannot find symbol
41193:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[51,24] cannot find symbol
41196:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[106,24] cannot find symbol
41199:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[109,24] cannot find symbol
41202:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[145,24] cannot find symbol
41205:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/CorrectMavenCentralRefs.java:[51,26] cannot find symbol
41208:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[42,37] cannot find symbol
41211:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[48,24] cannot find symbol
41214:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[62,21] cannot find symbol
41217:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[77,17] cannot find symbol
41220:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[97,40] cannot find symbol
41223:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[102,25] cannot find symbol
41226:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[125,25] cannot find symbol
41229:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[148,25] cannot find symbol
41232:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[172,19] cannot find symbol
41235:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[174,19] cannot find symbol
41238:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[176,19] cannot find symbol
41241:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[197,27] cannot find symbol
41244:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[43,13] cannot find symbol
41247:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[43,12] illegal start of type
41248:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[58,13] cannot find symbol
41251:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[58,12] illegal start of type
41252:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[45,37] cannot find symbol
41255:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[88,9] cannot find symbol
41258:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[93,9] cannot find symbol
41261:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[112,9] cannot find symbol
41264:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[117,9] cannot find symbol
41267:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[122,9] cannot find symbol
41270:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[142,9] cannot find symbol
41273:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[147,9] cannot find symbol
41276:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[152,9] cannot find symbol
41279:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[183,9] cannot find symbol
41282:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[188,9] cannot find symbol
41285:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[192,9] cannot find symbol
41288:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[197,9] cannot find symbol
41421:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile (default-testCompile) on project jetty-start: Compilation failure: Compilation failure:
41422:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
41423:[ERROR] error reading ~/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-helper/4.0/jetty-test-helper-4.0.jar; zip file is empty
41424:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41425:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41426:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41427:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41428:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[39,12] cannot find symbol
41429:[ERROR] symbol: class TestingDir
41430:[ERROR] location: class org.eclipse.jetty.start.ModuleGraphWriterTest
41431:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[28,40] package org.eclipse.jetty.toolchain.test does not exist
41432:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[29,40] package org.eclipse.jetty.toolchain.test does not exist
41433:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41434:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41435:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41436:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41437:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41438:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[45,12] cannot find symbol
41439:[ERROR] symbol: class TestingDir
41440:[ERROR] location: class org.eclipse.jetty.start.ModulesTest
41441:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/CorrectMavenCentralRefs.java:[41,40] package org.eclipse.jetty.toolchain.test does not exist
41442:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[33,40] package org.eclipse.jetty.toolchain.test does not exist
41443:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[34,40] package org.eclipse.jetty.toolchain.test does not exist
41444:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[42,12] cannot find symbol
41445:[ERROR] symbol: class TestingDir
41446:[ERROR] location: class org.eclipse.jetty.start.ModuleTest
41447:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41448:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[37,40] package org.eclipse.jetty.toolchain.test does not exist
41449:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[38,40] package org.eclipse.jetty.toolchain.test does not exist
41450:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[97,12] cannot find symbol
41451:[ERROR] symbol: class TestingDir
41452:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41453:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[27,40] package org.eclipse.jetty.toolchain.test does not exist
41454:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41455:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[37,40] package org.eclipse.jetty.toolchain.test does not exist
41456:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[45,12] cannot find symbol
41457:[ERROR] symbol: class TestingDir
41458:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41459:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/fileinits/MavenLocalRepoFileInitializerTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41460:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/fileinits/MavenLocalRepoFileInitializerTest.java:[48,12] cannot find symbol
41461:[ERROR] symbol: class TestingDir
41462:[ERROR] location: class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializerTest
41463:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/BaseHomeTest.java:[35,40] package org.eclipse.jetty.toolchain.test does not exist
41464:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/BaseHomeTest.java:[36,40] package org.eclipse.jetty.toolchain.test does not exist
41465:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersAbsoluteTest.java:[26,40] package org.eclipse.jetty.toolchain.test does not exist
41466:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/JarVersionTest.java:[25,40] package org.eclipse.jetty.toolchain.test does not exist
41467:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/IncludeJettyDirTest.java:[34,40] package org.eclipse.jetty.toolchain.test does not exist
41468:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/IncludeJettyDirTest.java:[35,40] package org.eclipse.jetty.toolchain.test does not exist
41469:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/IncludeJettyDirTest.java:[71,12] cannot find symbol
41470:[ERROR] symbol: class TestingDir
41471:[ERROR] location: class org.eclipse.jetty.start.IncludeJettyDirTest
41472:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ConfigurationAssert.java:[41,40] package org.eclipse.jetty.toolchain.test does not exist
41473:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ConfigurationAssert.java:[42,40] package org.eclipse.jetty.toolchain.test does not exist
41474:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathFinderTest.java:[30,40] package org.eclipse.jetty.toolchain.test does not exist
41475:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathFinderTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41476:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathFinderTest.java:[38,12] cannot find symbol
41477:[ERROR] symbol: class TestingDir
41478:[ERROR] location: class org.eclipse.jetty.start.PathFinderTest
41479:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[31,40] package org.eclipse.jetty.toolchain.test does not exist
41480:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[32,40] package org.eclipse.jetty.toolchain.test does not exist
41481:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[33,40] package org.eclipse.jetty.toolchain.test does not exist
41482:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java:[42,12] cannot find symbol
41483:[ERROR] symbol: class TestTracker
41484:[ERROR] location: class org.eclipse.jetty.start.MainTest
41485:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestBadUseCases.java:[28,40] package org.eclipse.jetty.toolchain.test does not exist
41486:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/FSTest.java:[24,40] package org.eclipse.jetty.toolchain.test does not exist
41487:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[45,29] cannot find symbol
41488:[ERROR] symbol: variable MavenTestingUtils
41489:[ERROR] location: class org.eclipse.jetty.start.util.RebuildTestResources
41490:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[46,26] cannot find symbol
41491:[ERROR] symbol: variable MavenTestingUtils
41492:[ERROR] location: class org.eclipse.jetty.start.util.RebuildTestResources
41493:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[131,9] cannot find symbol
41494:[ERROR] symbol: variable FS
41495:[ERROR] location: class org.eclipse.jetty.start.util.RebuildTestResources
41496:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[143,9] cannot find symbol
41497:[ERROR] symbol: variable FS
41498:[ERROR] location: class org.eclipse.jetty.start.util.RebuildTestResources
41499:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/RebuildTestResources.java:[155,9] cannot find symbol
41500:[ERROR] symbol: variable FS
41501:[ERROR] location: class org.eclipse.jetty.start.util.RebuildTestResources
41502:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[39,37] cannot find symbol
41503:[ERROR] symbol: class TestingDir
41504:[ERROR] location: class org.eclipse.jetty.start.ModuleGraphWriterTest
41505:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleGraphWriterTest.java:[45,24] cannot find symbol
41506:[ERROR] symbol: variable MavenTestingUtils
41507:[ERROR] location: class org.eclipse.jetty.start.ModuleGraphWriterTest
41508:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[37,11] cannot find symbol
41509:[ERROR] symbol: method ensureDirExists(java.nio.file.Path)
41510:[ERROR] location: class org.eclipse.jetty.start.FS
41512:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[38,23] cannot find symbol
41513:[ERROR] symbol: variable MavenTestingUtils
41514:[ERROR] location: class org.eclipse.jetty.start.TestEnv
41515:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[39,9] cannot find symbol
41516:[ERROR] symbol: variable IO
41517:[ERROR] location: class org.eclipse.jetty.start.TestEnv
41518:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[44,39] cannot find symbol
41519:[ERROR] symbol: variable OS
41520:[ERROR] location: class org.eclipse.jetty.start.TestEnv
41521:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestEnv.java:[45,11] cannot find symbol
41522:[ERROR] symbol: method ensureDirExists(java.nio.file.Path)
41523:[ERROR] location: class org.eclipse.jetty.start.FS
41524:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[54,25] cannot find symbol
41525:[ERROR] symbol: variable MavenTestingUtils
41526:[ERROR] location: class org.eclipse.jetty.start.TestUseCases
41527:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[75,27] cannot find symbol
41528:[ERROR] symbol: variable MavenTestingUtils
41529:[ERROR] location: class org.eclipse.jetty.start.TestUseCases
41530:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[77,24] cannot find symbol
41531:[ERROR] symbol: variable MavenTestingUtils
41532:[ERROR] location: class org.eclipse.jetty.start.TestUseCases
41533:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[79,27] cannot find symbol
41534:[ERROR] symbol: variable MavenTestingUtils
41535:[ERROR] location: class org.eclipse.jetty.start.TestUseCases
41536:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[80,24] cannot find symbol
41537:[ERROR] symbol: variable MavenTestingUtils
41538:[ERROR] location: class org.eclipse.jetty.start.TestUseCases
41539:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[81,41] package org.eclipse.jetty.toolchain.test does not exist
41540:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[82,41] package org.eclipse.jetty.toolchain.test does not exist
41541:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/TestUseCases.java:[140,22] cannot find symbol
41542:[ERROR] symbol: variable MavenTestingUtils
41543:[ERROR] location: class org.eclipse.jetty.start.TestUseCases
41544:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[45,37] cannot find symbol
41545:[ERROR] symbol: class TestingDir
41546:[ERROR] location: class org.eclipse.jetty.start.ModulesTest
41547:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[51,24] cannot find symbol
41548:[ERROR] symbol: variable MavenTestingUtils
41549:[ERROR] location: class org.eclipse.jetty.start.ModulesTest
41550:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[106,24] cannot find symbol
41551:[ERROR] symbol: variable MavenTestingUtils
41552:[ERROR] location: class org.eclipse.jetty.start.ModulesTest
41553:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[109,24] cannot find symbol
41554:[ERROR] symbol: variable MavenTestingUtils
41555:[ERROR] location: class org.eclipse.jetty.start.ModulesTest
41556:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModulesTest.java:[145,24] cannot find symbol
41557:[ERROR] symbol: variable MavenTestingUtils
41558:[ERROR] location: class org.eclipse.jetty.start.ModulesTest
41559:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/util/CorrectMavenCentralRefs.java:[51,26] cannot find symbol
41560:[ERROR] symbol: variable MavenTestingUtils
41561:[ERROR] location: class org.eclipse.jetty.start.util.CorrectMavenCentralRefs
41562:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[42,37] cannot find symbol
41563:[ERROR] symbol: class TestingDir
41564:[ERROR] location: class org.eclipse.jetty.start.ModuleTest
41565:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[48,24] cannot find symbol
41566:[ERROR] symbol: variable MavenTestingUtils
41567:[ERROR] location: class org.eclipse.jetty.start.ModuleTest
41568:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/ModuleTest.java:[62,21] cannot find symbol
41569:[ERROR] symbol: variable MavenTestingUtils
41570:[ERROR] location: class org.eclipse.jetty.start.ModuleTest
41571:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[77,17] cannot find symbol
41572:[ERROR] symbol: variable IO
41573:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest.ConsoleCapture
41574:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[97,40] cannot find symbol
41575:[ERROR] symbol: class TestingDir
41576:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41577:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[102,25] cannot find symbol
41578:[ERROR] symbol: variable MavenTestingUtils
41580:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41581:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[125,25] cannot find symbol
41582:[ERROR] symbol: variable MavenTestingUtils
41583:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41584:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[148,25] cannot find symbol
41585:[ERROR] symbol: variable MavenTestingUtils
41586:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41587:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[172,19] cannot find symbol
41588:[ERROR] symbol: variable MavenTestingUtils
41589:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41590:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[174,19] cannot find symbol
41591:[ERROR] symbol: variable MavenTestingUtils
41592:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41593:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[176,19] cannot find symbol
41594:[ERROR] symbol: variable MavenTestingUtils
41595:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41596:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PropertyPassingTest.java:[197,27] cannot find symbol
41597:[ERROR] symbol: variable MavenTestingUtils
41598:[ERROR] location: class org.eclipse.jetty.start.PropertyPassingTest
41599:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[43,13] cannot find symbol
41600:[ERROR] symbol: variable OS
41601:[ERROR] location: class org.eclipse.jetty.start.PathMatchersSearchRootTest
41602:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[43,12] illegal start of type
41603:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[58,13] cannot find symbol
41604:[ERROR] symbol: variable OS
41605:[ERROR] location: class org.eclipse.jetty.start.PathMatchersSearchRootTest
41606:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/PathMatchersSearchRootTest.java:[58,12] illegal start of type
41607:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[45,37] cannot find symbol
41608:[ERROR] symbol: class TestingDir
41609:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41610:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[88,9] cannot find symbol
41611:[ERROR] symbol: variable FS
41612:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41613:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[93,9] cannot find symbol
41614:[ERROR] symbol: variable FS
41615:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41616:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[112,9] cannot find symbol
41617:[ERROR] symbol: variable FS
41618:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41619:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[117,9] cannot find symbol
41620:[ERROR] symbol: variable FS
41621:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41622:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[122,9] cannot find symbol
41623:[ERROR] symbol: variable FS
41624:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41625:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[142,9] cannot find symbol
41626:[ERROR] symbol: variable FS
41627:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41628:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[147,9] cannot find symbol
41629:[ERROR] symbol: variable FS
41630:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41631:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[152,9] cannot find symbol
41632:[ERROR] symbol: variable FS
41633:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41634:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[183,9] cannot find symbol
41635:[ERROR] symbol: variable FS
41636:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41637:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[188,9] cannot find symbol
41638:[ERROR] symbol: variable FS
41639:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41640:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[192,9] cannot find symbol
41641:[ERROR] symbol: variable FS
41642:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41643:[ERROR] ./jetty-start/src/test/java/org/eclipse/jetty/start/config/ConfigSourcesTest.java:[197,9] cannot find symbol
41644:[ERROR] symbol: variable FS
41645:[ERROR] location: class org.eclipse.jetty.start.config.ConfigSourcesTest
41646:[ERROR] -> [Help 1]
41647:org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile (default-testCompile) on project jetty-start: Compilation failure
41648: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
41649: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
41650: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
41651: at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
41652: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
41653: at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
41654: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
41655: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
41656: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
41657: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
41658: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
41659: at java.lang.Thread.run(Thread.java:745)
41660:Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
41661: at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1029)
41662: at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:164)
41663: at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
41664: at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
41667:[ERROR]
41668:[ERROR]
41669:[ERROR] For more information about the errors and possible solutions, please read the following articles:
41670:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
41671:[ERROR]
41672:[ERROR] After correcting the problems, you can resume the build with the command
41673:[ERROR] mvn -rf :jetty-start
compiling jetty’s sources using maven
_ODIR="$(pwd)/jetty/ref"
_PRFX="${_ODIR}/$(basename $(pwd))_$(date +%Y%m%d%H%M%S)_all.mvn"
_LOG_FL="${_PRFX}.log"
echo "// __ \$_LOG_FL: |${_LOG_FL}|"
echo "which javac" >> ${_LOG_FL}
echo "$(which javac)" >> ${_LOG_FL}
echo "~" >> ${_LOG_FL}
echo "javac -version" >> ${_LOG_FL}
echo "$(javac -version)" >> ${_LOG_FL}
echo "~" >> ${_LOG_FL}
echo " " >> ${_LOG_FL}
echo "which mvn" >> ${_LOG_FL}
echo "$(which mvn)" >> ${_LOG_FL}
echo "~" >> ${_LOG_FL}
echo "mvn --version" >> ${_LOG_FL}
echo "$(mvn --version)" >> ${_LOG_FL}
echo "~" >> ${_LOG_FL}
cat ${_LOG_FL}
time (mvn clean install --debug --threads $(nproc)C --file pom.xml --log-file ${_PRFX}) >> ${_PRFX} 2>&1
cat ${_PRFX} >> ${_LOG_FL}
rm -f ${_PRFX}
echo "~" >> ${_LOG_FL}
ls -l ${_LOG_FL}
wc -l ${_LOG_FL}
tail -n 10 ${_LOG_FL}
cat ${_LOG_FL} | grep --line-number --perl-regexp "^\[ERROR\] |Error: |Exception: |^\tat " > "${_PRFX}_ERRORs.log"
wc -l "${_PRFX}_ERRORs.log"
cat ${_LOG_FL} | grep --line-number --perl-regexp "^\[WARNING\]" | grep -v "*" > "${_PRFX}_WARNINGs.log"
wc -l "${_PRFX}_WARNINGs.log"
cp "${_PRFX}_ERRORs.log" "${_PRFX}_ERRORs00.log"
cat "${_PRFX}_WARNINGs.log" >> "${_PRFX}_ERRORs00.log"
sort -t':' -n -k1 "${_PRFX}_ERRORs00.log" > "${_PRFX}_ERRORs_WARNINGs_all.log"
wc -l "${_PRFX}_ERRORs_WARNINGs_all.log"
rm -f "${_PRFX}_ERRORs00.log"
downloading jetty’s scources
_DATA_URL="https://github.com/eclipse/jetty.project/archive/jetty-9.4.x.zip"
_DATA_FL=$(basename "$_DATA_URL")
echo "// __ \$_DATA_FL: |"${_DATA_FL}"|"
_REFR="http://www.bing.com/search?q="${_DATA_FL}"&go=&qs=ds&form=QBLH"
echo "// __ \$_REFR: |"${_REFR}"|"
_LOG_FL="${_DATA_FL}_$(date +"%Y%m%d%H%M%S").log"
echo "// __ \$_LOG_FL: |"${_LOG_FL}"|"
time (wget --no-check-certificate --server-response --no-verbose --continue --no-clobber --referer="${_REFR}" --user-agent "${_UA}" "${_DATA_URL}" ) >> "${_LOG_FL}" 2>&1
echo -e "\n" >> "${_LOG_FL}" 2>&1
echo "ls -l \"${_DATA_FL}\"" >> "${_LOG_FL}" 2>&1
ls -l "${_DATA_FL}" >> "${_LOG_FL}" 2>&1
echo -e "\n" >> "${_LOG_FL}" 2>&1
echo "md5sum -b \"${_DATA_FL}\"" >> "${_LOG_FL}" 2>&1
md5sum -b "${_DATA_FL}" >> "${_LOG_FL}" 2>&1
echo -e "\n" >> "${_LOG_FL}" 2>&1
echo "sha256sum -b \"${_DATA_FL}\"" >> "${_LOG_FL}" 2>&1
sha256sum -b "${_DATA_FL}" >> "${_LOG_FL}" 2>&1
echo -e "\n" >> "${_LOG_FL}" 2>&1
echo "unzip \"${_DATA_FL}\" -d \".\" >> \"${_LOG_FL}\" 2>&1" >> "${_LOG_FL}" 2>&1
unzip "${_DATA_FL}" -d . >> "${_LOG_FL}" 2>&1
echo "~" >> "${_LOG_FL}" 2>&1
echo -e "\n" >> "${_LOG_FL}" 2>&1
ls -l "${_LOG_FL}"
wc -l "${_LOG_FL}"
How to multiply monomials
A guideline I use while teaching algebraic multiplication to my students