[teiid-designer-dev] Build failed in Jenkins: jbosstools-teiid-komodo #181 ()

ci-builds at redhat.com ci-builds at redhat.com
Fri Nov 28 03:28:53 EST 2014


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/181/>

------------------------------------------
[...truncated 4176 lines...]
[ERROR] ^^^^^^^^^
[ERROR] Statement cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[2815]
[ERROR] final public LanguageObject assignStatementOperand(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] LanguageObject cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[2979]
[ERROR] final public CommandStatement sqlStatement(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] CommandStatement cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3059]
[ERROR] final public CreateProcedureCommand createProcedure(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CreateProcedureCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3111]
[ERROR] final public CreateProcedureCommand procedureBodyCommand(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CreateProcedureCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3143]
[ERROR] final public DynamicCommand dynamicCommand(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] DynamicCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3283]
[ERROR] final public SetClauseList setClauseList(boolean shortName, ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] SetClauseList cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3341]
[ERROR] final public SetClause setClause(ElementSymbol symbol, Expression value) throws ParseException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] ElementSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3365]
[ERROR] final public List<ProjectedColumn> createElementsWithTypes(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ProjectedColumn cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3397]
[ERROR] final public ProjectedColumn projectedColumn(String name, String type) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ProjectedColumn cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3422]
[ERROR] final public StoredProcedure callableStatement(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] StoredProcedure cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3613]
[ERROR] final public StoredProcedure storedProcedure(ParseInfo info, int startIndex) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] StoredProcedure cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3791]
[ERROR] final public StoredProcedure newStoredProcedure() throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] StoredProcedure cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3813]
[ERROR] final public void executeNamedParams(ParseInfo info, StoredProcedure storedProcedure, int parameterIndex) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] StoredProcedure cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3878]
[ERROR] final public Insert insert(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^
[ERROR] Insert cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3958]
[ERROR] final public ArrayList<Expression> expressionList(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] Expression cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[3992]
[ERROR] final public Update update(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^
[ERROR] Update cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4065]
[ERROR] final public Delete delete(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^
[ERROR] Delete cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4130]
[ERROR] final public QueryCommand queryExpression(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^
[ERROR] QueryCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4180]
[ERROR] final public WithQueryCommand withListElement(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] WithQueryCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4238]
[ERROR] final public QueryCommand queryExpressionBody(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^
[ERROR] QueryCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4333]
[ERROR] final public QueryCommand queryTerm(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^
[ERROR] QueryCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4382]
[ERROR] final public SetQuery setQuery(ISetQuery.Operation operation, boolean all, QueryCommand leftQuery, QueryCommand rightQuery) throws ParseException {
[ERROR] ^^^^^^^^^
[ERROR] ISetQuery cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4408]
[ERROR] final public QueryCommand queryPrimary(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^
[ERROR] QueryCommand cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4495]
[ERROR] final public Query query(ParseInfo info) throws ParseException {
[ERROR] ^^^^^
[ERROR] Query cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4595]
[ERROR] final public Into into(ParseInfo info) throws ParseException {
[ERROR] ^^^^
[ERROR] Into cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4636]
[ERROR] final public Select select(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^
[ERROR] Select cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4844]
[ERROR] final public ExpressionSymbol expressionSymbol() throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] ExpressionSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[4866]
[ERROR] final public Expression selectSymbol(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] Expression cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5008]
[ERROR] final public Expression selectExpression(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] Expression cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5121]
[ERROR] final public DerivedColumn derivedColumn(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] DerivedColumn cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5175]
[ERROR] final public MultipleElementSymbol allInGroupSymbol() throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] MultipleElementSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5207]
[ERROR] final public AggregateSymbol orderedAgg(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] AggregateSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5253]
[ERROR] final public AggregateSymbol textAgg(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] AggregateSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5353]
[ERROR] final public AggregateSymbol aggregateSymbol(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] AggregateSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5473]
[ERROR] final public AggregateSymbol analyticAggregateSymbol(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] AggregateSymbol cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5507]
[ERROR] final public Expression filterClause(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] Expression cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5527]
[ERROR] final public From from(ParseInfo info) throws ParseException {
[ERROR] ^^^^
[ERROR] From cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5588]
[ERROR] final public FromClause tableReference(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] FromClause cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5696]
[ERROR] final public FromClause joinedTable(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] FromClause cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5736]
[ERROR] final public JoinPredicate crossJoin(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] JoinPredicate cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5769]
[ERROR] final public JoinPredicate qualifiedJoin(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] JoinPredicate cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5847]
[ERROR] final public JoinPredicate joinPredicate() throws ParseException {
[ERROR] ^^^^^^^^^^^^^
[ERROR] JoinPredicate cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5864]
[ERROR] final public JoinType joinType(IJoinType.Types kind) throws ParseException {
[ERROR] ^^^^^^^^^
[ERROR] IJoinType cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[5887]
[ERROR] final public FromClause tablePrimary(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] FromClause cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6040]
[ERROR] final public XMLSerialize xmlSerialize(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^
[ERROR] XMLSerialize cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6192]
[ERROR] final public ArrayTable arrayTable(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] ArrayTable cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6252]
[ERROR] final public TextTable textTable(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^
[ERROR] TextTable cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6426]
[ERROR] final public TextColumn textColumn(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^
[ERROR] TextColumn cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6545]
[ERROR] final public XMLQuery xmlQuery(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^
[ERROR] XMLQuery cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6657]
[ERROR] final public ObjectTable objectTable(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^
[ERROR] ObjectTable cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6775]
[ERROR] final public ObjectColumn objectColumn(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^
[ERROR] ObjectColumn cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6834]
[ERROR] final public XMLTable xmlTable(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^
[ERROR] XMLTable cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[6959]
[ERROR] final public XMLColumn xmlColumn(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^
[ERROR] XMLColumn cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[7109]
[ERROR] final public SubqueryFromClause subqueryFromClause(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] SubqueryFromClause cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[7206]
[ERROR] final public UnaryFromClause unaryFromClause(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] UnaryFromClause cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[7350]
[ERROR] final public Criteria where(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^
[ERROR] Criteria cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/org.komodo.modeshape.teiid.sql.sequencer/gen/org/komodo/modeshape/teiid/parser/TeiidParser.java>:[7366]
[ERROR] final public Criteria criteria(ParseInfo info) throws ParseException {
[ERROR] ^^^^^^^^
[ERROR] Criteria cannot be resolved to a type
[ERROR] 110 problems (110 errors)
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (create-assemblies) on project komodo.build: Failed to create assembly: Artifact: org.jboss.tools.komodo.plugins:org.komodo.modeshape.teiid.sql.sequencer:eclipse-plugin:1.0.0-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 2]
[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] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.komodo.modeshape.teiid.sql.sequencer
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :22
Killing Xvnc process ID 13395
Archiving artifacts
Recording test results


More information about the teiid-designer-dev mailing list