-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unstable build? #949
Comments
Hello @pehel, At what step in the installation do you see this? I'm assuming install worked (everything was successful)? I'm also assuming this is happening during
and not
|
Hello @hegek87 you're right - install worked fine. This error only popped at mvn jetty:run. I ran the mvn jetty:run from Tatami-master folder and not web - while running from web I get the below error. C:\AW\myApp\tatami-master\web>mvn jetty:run |
Were you able to find a solution? I'm having the same problem. |
It seems we all had the same idea to try and get this working on our own xD This could probably be solved with a question on stack overflow, I suspect it may have something to do with the main pom.xml; maven submodules arrangement/packaging, or the maven-war-plugin not being used there. I don't have enough maven experience to easily tell |
After following all the steps I'm getting this error.
[INFO] ------------------------------------------------------------------------
[INFO] Building tatami 4.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:8.1.13.v20130916:run (default-cli) > test-compile
@ tatami >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-versions) @ tatami ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ tatami ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\AW\app\tatami-master
[INFO] Storing buildNumber: 04741e6 at timestamp: 1483463004101
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\AW\app\tatami-master
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (pre-unit-tests)
@ tatami ---
[INFO] surefireArgLine set to -javaagent:C:\Users\maheshwarirx.m2\repositor
y\org\jacoco\org.jacoco.agent\0.7.4.201502262128\org.jacoco.agent-0.7.4.201
502262128-runtime.jar=destfile=C:\AW\app\tatami-master\target\test-results
\coverage\jacoco\jacoco.exec
[INFO]
[INFO] <<< jetty-maven-plugin:8.1.13.v20130916:run (default-cli) < test-compile
@ tatami <<<
[INFO]
[INFO] --- jetty-maven-plugin:8.1.13.v20130916:run (default-cli) @ tatami ---
[INFO] Configuring Jetty for project: tatami
[INFO] webAppSourceDirectory not set. Defaulting to C:\AW\app\tatami-master\src
main\webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes directory C:\AW\app\tatami-master\target\classes does not exist
[INFO] Context path = /
[INFO] Tmp directory = C:\AW\app\tatami-master\target\tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = null
[INFO] Webapp directory = C:\AW\app\tatami-master\src\main\webapp
[INFO] jetty-8.1.13.v20130916
[INFO] No Transaction manager found - if your webapp requires one, please config
ure one.
[INFO] No Spring WebApplicationInitializer types detected on classpath
[WARNING] !RequestLog
[INFO] Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 1 seconds.
The text was updated successfully, but these errors were encountered: