See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
Changes:
[mistria] JBIDE-15179: Add Eclipse-SourceReference
[mistria] JBIDE-15209: Use classes form rev571 (9.2.1.5 release)
------------------------------------------
[...truncated 5979 lines...]
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] Mapper mapper = new Mapper(getProject());
[ERROR] ^^^^^^^^^^
[ERROR] The method getProject() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public void execute() throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] log("AntTransform.execute() schema-aware=" + schemaAware + "
version " + Version.getProductVersion());
[ERROR] ^^^
[ERROR] The method log(String) is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException("Validation must be strict or lax or skip");
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] DirectoryScanner scanner;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] DirectoryScanner cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] if (xslResource == null && xslFile == null) {
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException("specify the "
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] + "attribute or as a nested resource", getLocation());
[ERROR] ^^^^^^^^^^^
[ERROR] The method getLocation() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] if (xslResource != null && xslFile != null) {
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException("specify the "
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] + "as both", getLocation());
[ERROR] ^^^^^^^^^^^
[ERROR] The method getLocation() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException(
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] "input file " + inFile.toString() + " does not exist",
getLocation());
[ERROR] ^^^^^^^^^^^
[ERROR] The method getLocation() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] baseDir = getProject().resolveFile(".");
[ERROR] ^^^^^^^^^^
[ERROR] The method getProject() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] File stylesheet = getProject().resolveFile(xslFile);
[ERROR] ^^^^^^^^^^
[ERROR] The method getProject() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] stylesheet = FILE_UTILS.resolveFile(baseDir, xslFile);
[ERROR] ^^^^^^^^^^
[ERROR] FileUtils cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] log("DEPRECATED - the 'style' attribute should be relative "
[ERROR] ^^^
[ERROR] The method log(String) is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] log(" basedir, not the tasks's basedir.");
[ERROR] ^^^
[ERROR] The method log(String) is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] FileResource fr = new FileResource();
[ERROR] ^^^^^^^^^^^^
[ERROR] FileResource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] FileResource fr = new FileResource();
[ERROR] ^^^^^^^^^^^^
[ERROR] FileResource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] fr.setProject(getProject());
[ERROR] ^^^^^^^^^^
[ERROR] The method getProject() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] xslResource = fr;
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] process(inFile, outFile, xslResource);
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] scanner = getDirectoryScanner(baseDir);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getDirectoryScanner(File) is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] log("Transforming into " + destDir, Project.MSG_INFO);
[ERROR] ^^^^^^^
[ERROR] Project cannot be resolved to a variable
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] process(baseDir, list[i], destDir, xslResource);
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] destDir, xslResource);
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] if (resources.size() == 0) {
[ERROR] ^^^^^^^^^
[ERROR] Union cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException("no resources specified");
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] processResources(xslResource);
[ERROR] ^^^^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] if (loader != null) {
[ERROR] ^^^^^^
[ERROR] AntClassLoader cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] loader.resetThreadContextLoader();
[ERROR] ^^^^^^
[ERROR] AntClassLoader cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] loader.cleanup();
[ERROR] ^^^^^^
[ERROR] AntClassLoader cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] loader = null;
[ERROR] ^^^^^^
[ERROR] AntClassLoader cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public void setClasspath(Path classpath) {
[ERROR] ^^^^
[ERROR] Path cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] createClasspath().append(classpath);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The method createClasspath() from the type AntTransform refers to the missing type
Path
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public Path createClasspath() {
[ERROR] ^^^^
[ERROR] Path cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] if (classpath == null) {
[ERROR] ^^^^^^^^^
[ERROR] Path cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] classpath = new Path(getProject());
[ERROR] ^^^^^^^^^
[ERROR] Path cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] classpath = new Path(getProject());
[ERROR] ^^^^^^^^^^
[ERROR] The method getProject() is undefined for the type AntTransform
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public void setClasspathRef(Reference r) {
[ERROR] ^^^^^^^^^
[ERROR] Reference cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public void addConfiguredXMLCatalog(XMLCatalog xmlCatalog) {
[ERROR] ^^^^^^^^^^
[ERROR] XMLCatalog cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException(msg);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] private void processResources(Resource stylesheet) {
[ERROR] ^^^^^^^^
[ERROR] Resource cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throw new BuildException("No transformer has been created");
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public XMLCatalog getXMLCatalog() {
[ERROR] ^^^^^^^^^^
[ERROR] XMLCatalog cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] private Project project;
[ERROR] ^^^^^^^
[ERROR] Project cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public void setProject(Project project) {
[ERROR] ^^^^^^^
[ERROR] Project cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public String getName() throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public String getExpression() throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] if (ifProperty != null && project.getProperty(ifProperty) == null) {
[ERROR] ^^^^^^^
[ERROR] Project cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] public void init() throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] protected void configureLiaison(File stylesheet) throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] protected void configureLiaison(Resource stylesheet) throws BuildException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BuildException cannot be resolved to a type
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] transformer.setParameter(p.getName(), p.getExpression());
[ERROR] ^^^^^^^
[ERROR] The method getName() from the type AntTransform.Param refers to the missing type
BuildException
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-locus.site...
[ERROR] private class StyleMapper implements FileNameMapper {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] FileNameMapper cannot be resolved to a type
[ERROR] 1217 problems (1217 errors)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.locus.sf.saxon
Build step 'Invoke top-level Maven targets' marked build as failure
Description set: