You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Guido van Brakel <gu...@outlook.com> on 2018/08/28 13:18:41 UTC

Maven issue

Hi,

I’m a Maven newbie, and I’m trying to build some software which uses Maven, but can’t get working, anyone here able to help?

build      28-Aug-2018 15:02:25     [ERROR] /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35] cannot find symbol
build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
build      28-Aug-2018 15:02:25       location: package nl.confidential2.web.client.model
build      28-Aug-2018 15:02:25     [ERROR] /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54] cannot find symbol
build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
build      28-Aug-2018 15:02:25       location: interface com.confidential1.confidential2.service.mapper.OldCarValueMapper
build      28-Aug-2018 15:02:25     [ERROR] /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35] cannot find symbol
build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
build      28-Aug-2018 15:02:25       location: package nl.confidential2.web.client.model
build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type VweCarExtraInruil
build      28-Aug-2018 15:02:25     [INFO] 4 errors
build      28-Aug-2018 15:02:25     [INFO] -------------------------------------------------------------
build      28-Aug-2018 15:02:25     [INFO] ------------------------------------------------------------------------
build      28-Aug-2018 15:02:25     [INFO] BUILD FAILURE
build      28-Aug-2018 15:02:25     [INFO] ------------------------------------------------------------------------
build      28-Aug-2018 15:02:25     [INFO] Total time: 01:31 min
build      28-Aug-2018 15:02:25     [INFO] Finished at: 2018-08-28T15:02:25+02:00
build      28-Aug-2018 15:02:25     [INFO] Final Memory: 55M/528M
build      28-Aug-2018 15:02:25     [INFO] ------------------------------------------------------------------------
build      28-Aug-2018 15:02:25     [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project confidential2services: Compilation failure: Compilation failure:
build      28-Aug-2018 15:02:25     [ERROR] /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35] cannot find symbol
build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class VweCarExtraInruil
build      28-Aug-2018 15:02:25     [ERROR]   location: package nl.confidential2.web.client.model
build      28-Aug-2018 15:02:25     [ERROR] /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54] cannot find symbol
build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class VweCarExtraInruil
build      28-Aug-2018 15:02:25     [ERROR]   location: interface com.confidential1.confidential2.service.mapper.OldCarValueMapper
build      28-Aug-2018 15:02:25     [ERROR] /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35] cannot find symbol
build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class VweCarExtraInruil
build      28-Aug-2018 15:02:25     [ERROR]   location: package nl.confidential2.web.client.model
build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type VweCarExtraInruil
build      28-Aug-2018 15:02:25     [ERROR] -> [Help 1]
build      28-Aug-2018 15:02:25     [ERROR]
build      28-Aug-2018 15:02:25     [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
build      28-Aug-2018 15:02:25     [ERROR] Re-run Maven using the -X switch to enable full debug logging.
build      28-Aug-2018 15:02:25     [ERROR]
build      28-Aug-2018 15:02:25     [ERROR] For more information about the errors and possible solutions, please read the following articles:
build      28-Aug-2018 15:02:25     [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Regards,

Guido van Brakel


Re: Maven issue

Posted by Anders Hammar <an...@hammar.net>.
I'd ask the people that have developed the app.

/Anders

On Tue, Aug 28, 2018 at 3:35 PM Guido van Brakel <
guido.vanbrakel@outlook.com> wrote:

> How can I find that file?
>
>
>
> Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> ________________________________
> From: Anders Hammar <an...@hammar.net>
> Sent: Tuesday, August 28, 2018 3:34:13 PM
> To: Maven Users List
> Subject: Re: Maven issue
>
> You're missing a dependency to whatever holds the
> nl.confidential2.web.client.model.VweCarExtraInruil class.
>
> /Anders
>
> On Tue, Aug 28, 2018 at 3:18 PM Guido van Brakel <
> guido.vanbrakel@outlook.com> wrote:
>
> > Hi,
> >
> > I’m a Maven newbie, and I’m trying to build some software which uses
> > Maven, but can’t get working, anyone here able to help?
> >
> > build      28-Aug-2018 15:02:25     [ERROR]
> >
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> > cannot find symbol
> > build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> > build      28-Aug-2018 15:02:25       location: package
> > nl.confidential2.web.client.model
> > build      28-Aug-2018 15:02:25     [ERROR]
> >
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> > cannot find symbol
> > build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> > build      28-Aug-2018 15:02:25       location: interface
> > com.confidential1.confidential2.service.mapper.OldCarValueMapper
> > build      28-Aug-2018 15:02:25     [ERROR]
> >
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> > cannot find symbol
> > build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> > build      28-Aug-2018 15:02:25       location: package
> > nl.confidential2.web.client.model
> > build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type
> > VweCarExtraInruil
> > build      28-Aug-2018 15:02:25     [INFO] 4 errors
> > build      28-Aug-2018 15:02:25     [INFO]
> > -------------------------------------------------------------
> > build      28-Aug-2018 15:02:25     [INFO]
> > ------------------------------------------------------------------------
> > build      28-Aug-2018 15:02:25     [INFO] BUILD FAILURE
> > build      28-Aug-2018 15:02:25     [INFO]
> > ------------------------------------------------------------------------
> > build      28-Aug-2018 15:02:25     [INFO] Total time: 01:31 min
> > build      28-Aug-2018 15:02:25     [INFO] Finished at:
> > 2018-08-28T15:02:25+02:00
> > build      28-Aug-2018 15:02:25     [INFO] Final Memory: 55M/528M
> > build      28-Aug-2018 15:02:25     [INFO]
> > ------------------------------------------------------------------------
> > build      28-Aug-2018 15:02:25     [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile
> > (default-compile) on project confidential2services: Compilation failure:
> > Compilation failure:
> > build      28-Aug-2018 15:02:25     [ERROR]
> >
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> > cannot find symbol
> > build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> > VweCarExtraInruil
> > build      28-Aug-2018 15:02:25     [ERROR]   location: package
> > nl.confidential2.web.client.model
> > build      28-Aug-2018 15:02:25     [ERROR]
> >
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> > cannot find symbol
> > build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> > VweCarExtraInruil
> > build      28-Aug-2018 15:02:25     [ERROR]   location: interface
> > com.confidential1.confidential2.service.mapper.OldCarValueMapper
> > build      28-Aug-2018 15:02:25     [ERROR]
> >
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> > cannot find symbol
> > build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> > VweCarExtraInruil
> > build      28-Aug-2018 15:02:25     [ERROR]   location: package
> > nl.confidential2.web.client.model
> > build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type
> > VweCarExtraInruil
> > build      28-Aug-2018 15:02:25     [ERROR] -> [Help 1]
> > build      28-Aug-2018 15:02:25     [ERROR]
> > build      28-Aug-2018 15:02:25     [ERROR] To see the full stack trace
> of
> > the errors, re-run Maven with the -e switch.
> > build      28-Aug-2018 15:02:25     [ERROR] Re-run Maven using the -X
> > switch to enable full debug logging.
> > build      28-Aug-2018 15:02:25     [ERROR]
> > build      28-Aug-2018 15:02:25     [ERROR] For more information about
> the
> > errors and possible solutions, please read the following articles:
> > build      28-Aug-2018 15:02:25     [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >
> > Regards,
> >
> > Guido van Brakel
> >
> >
>

RE: Maven issue

Posted by Guido van Brakel <gu...@outlook.com>.
How can I find that file?



Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10



________________________________
From: Anders Hammar <an...@hammar.net>
Sent: Tuesday, August 28, 2018 3:34:13 PM
To: Maven Users List
Subject: Re: Maven issue

You're missing a dependency to whatever holds the
nl.confidential2.web.client.model.VweCarExtraInruil class.

/Anders

On Tue, Aug 28, 2018 at 3:18 PM Guido van Brakel <
guido.vanbrakel@outlook.com> wrote:

> Hi,
>
> I’m a Maven newbie, and I’m trying to build some software which uses
> Maven, but can’t get working, anyone here able to help?
>
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> build      28-Aug-2018 15:02:25       location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> cannot find symbol
> build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> build      28-Aug-2018 15:02:25       location: interface
> com.confidential1.confidential2.service.mapper.OldCarValueMapper
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> build      28-Aug-2018 15:02:25       location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [INFO] 4 errors
> build      28-Aug-2018 15:02:25     [INFO]
> -------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [INFO]
> ------------------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [INFO] BUILD FAILURE
> build      28-Aug-2018 15:02:25     [INFO]
> ------------------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [INFO] Total time: 01:31 min
> build      28-Aug-2018 15:02:25     [INFO] Finished at:
> 2018-08-28T15:02:25+02:00
> build      28-Aug-2018 15:02:25     [INFO] Final Memory: 55M/528M
> build      28-Aug-2018 15:02:25     [INFO]
> ------------------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile
> (default-compile) on project confidential2services: Compilation failure:
> Compilation failure:
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR]   location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> cannot find symbol
> build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR]   location: interface
> com.confidential1.confidential2.service.mapper.OldCarValueMapper
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR]   location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR] -> [Help 1]
> build      28-Aug-2018 15:02:25     [ERROR]
> build      28-Aug-2018 15:02:25     [ERROR] To see the full stack trace of
> the errors, re-run Maven with the -e switch.
> build      28-Aug-2018 15:02:25     [ERROR] Re-run Maven using the -X
> switch to enable full debug logging.
> build      28-Aug-2018 15:02:25     [ERROR]
> build      28-Aug-2018 15:02:25     [ERROR] For more information about the
> errors and possible solutions, please read the following articles:
> build      28-Aug-2018 15:02:25     [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>
> Regards,
>
> Guido van Brakel
>
>

Re: Maven issue

Posted by Anders Hammar <an...@hammar.net>.
You're missing a dependency to whatever holds the
nl.confidential2.web.client.model.VweCarExtraInruil class.

/Anders

On Tue, Aug 28, 2018 at 3:18 PM Guido van Brakel <
guido.vanbrakel@outlook.com> wrote:

> Hi,
>
> I’m a Maven newbie, and I’m trying to build some software which uses
> Maven, but can’t get working, anyone here able to help?
>
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> build      28-Aug-2018 15:02:25       location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> cannot find symbol
> build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> build      28-Aug-2018 15:02:25       location: interface
> com.confidential1.confidential2.service.mapper.OldCarValueMapper
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25       symbol:   class VweCarExtraInruil
> build      28-Aug-2018 15:02:25       location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [INFO] 4 errors
> build      28-Aug-2018 15:02:25     [INFO]
> -------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [INFO]
> ------------------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [INFO] BUILD FAILURE
> build      28-Aug-2018 15:02:25     [INFO]
> ------------------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [INFO] Total time: 01:31 min
> build      28-Aug-2018 15:02:25     [INFO] Finished at:
> 2018-08-28T15:02:25+02:00
> build      28-Aug-2018 15:02:25     [INFO] Final Memory: 55M/528M
> build      28-Aug-2018 15:02:25     [INFO]
> ------------------------------------------------------------------------
> build      28-Aug-2018 15:02:25     [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile
> (default-compile) on project confidential2services: Compilation failure:
> Compilation failure:
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[5,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR]   location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/mapper/OldCarValueMapper.java:[31,54]
> cannot find symbol
> build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR]   location: interface
> com.confidential1.confidential2.service.mapper.OldCarValueMapper
> build      28-Aug-2018 15:02:25     [ERROR]
> /D:/Bamboo-home/xml-data/build-dir/RS-RSR-JOB1/src/main/java/com/confidential1/confidential2/service/custom/impl/OldCarValueServiceCustomImpl.java:[11,35]
> cannot find symbol
> build      28-Aug-2018 15:02:25     [ERROR]   symbol:   class
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR]   location: package
> nl.confidential2.web.client.model
> build      28-Aug-2018 15:02:25     [ERROR] Encountered erroneous type
> VweCarExtraInruil
> build      28-Aug-2018 15:02:25     [ERROR] -> [Help 1]
> build      28-Aug-2018 15:02:25     [ERROR]
> build      28-Aug-2018 15:02:25     [ERROR] To see the full stack trace of
> the errors, re-run Maven with the -e switch.
> build      28-Aug-2018 15:02:25     [ERROR] Re-run Maven using the -X
> switch to enable full debug logging.
> build      28-Aug-2018 15:02:25     [ERROR]
> build      28-Aug-2018 15:02:25     [ERROR] For more information about the
> errors and possible solutions, please read the following articles:
> build      28-Aug-2018 15:02:25     [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>
> Regards,
>
> Guido van Brakel
>
>