You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Julian Reschke <ju...@gmx.de> on 2013/05/22 15:09:04 UTC

build error

Hi there,

In the Integration Tests project, I'm currently getting

> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
> 5.1:compile (default-compile) on project org.apache.sling.launchpad.integration-
> tests: Compilation failure
> [ERROR] C:\projects\apache\sling\launchpad\integration-tests\src\main\java\org\a
> pache\sling\launchpad\webapp\integrationtest\servlets\resolver\errorhandler\Erro
> rHandlingTest.java:[110,55] cannot find symbol
> [ERROR] symbol  : variable RP_SEND_ERROR
> [ERROR] location: interface org.apache.sling.servlets.post.SlingPostConstants
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
> ch.
> [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 rea
> d the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
> eption
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
>
> [ERROR]   mvn <goals> -rf :org.apache.sling.launchpad.integration-tests

Any idea what's wrong?

Best regards, Julian