This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # JBoss, Home of Professional Open Source | |
| # Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual | |
| # contributors by the @authors tag. See the copyright.txt in the | |
| # distribution for a full listing of individual contributors. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ["D:\Dev\Java\jdk1.7.0_45\bin\javaw.exe", -Dfile.encoding=Cp1252, -classpath, "D:\Dev\vertx\vert.x-2.1RC3\lib\*;D:\Dev\vertx\vert.x-2.1RC3\conf\*;d:\vertx\\", org.vertx.java.platform.impl.cli.Starter, "-Dvertx.home=D:\Dev\vertx\vert.x-2.1RC3\\", "-Djava.util.logging.config.file=D:\Dev\vertx\vert.x-2.1RC3\conf\logging.properties", -Dvertx.clusterManagerFactory=org.vertx.java.spi.cluster.impl.hazelcast.HazelcastClusterManagerFactory, run, server.groovy] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D:\temp>d:\Dev\vertx\vert.x-2.1RC3\bin\vertx.bat run server.js -cp "d:\" | |
| "D:\Dev\Java\jdk1.8.0/bin/java.exe" -Djava.util.logging.config.file="d:\Dev\vertx\vert.x-2.1RC3\bin\..\conf\logging.properties" -Dvertx.home="d:\Dev\vertx\ | |
| vert.x-2.1RC3\bin\.." -Dvertx.clusterManagerFactory="org.vertx.java.spi.cluster.impl.hazelcast.HazelcastClusterManagerFactory" -classpath ".;C:\Program Files (x | |
| 86)\Java\jre7\lib\ext\QTJava.zip;d:\Dev\vertx\vert.x-2.1RC3\bin\..\conf;d:\Dev\vertx\vert.x-2.1RC3\bin\..\lib\*" org.vertx.java.platform.impl.cli.Starter run se | |
| rver.js -cp "d:\" | |
| Failed in deploying verticle | |
| org.mozilla.javascript.JavaScriptException: Error: Module "server.js" not found. | |
| at org.mozilla.javascript.ScriptRuntime.throwError(ScriptRuntime.java:3980) | |
| at org.mozilla.javascript.commonjs.module.Require.requireMain(Require.java:154) | |
| at org.vertx.java.platform.impl.RhinoVerticleFactory$RhinoVerticle.start(RhinoVerticleFactory.java:229) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\Users\Fred Bricon>jps | |
| 4536 org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar | |
| 10768 org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar | |
| 8404 Jps | |
| C:\Users\Fred Bricon>jstack 4536 | |
| 2014-06-20 15:41:46 | |
| Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode): | |
| "ModalContext" #285 prio=6 os_prio=0 tid=0x000000005f41f800 nid=0xeb4 runnable [0x00000000689bd000] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.ExceptionInInitializerError | |
| at de.schlichtherle.io.ArchiveControllers.<clinit>(ArchiveControllers.java:67) | |
| at de.schlichtherle.io.File.umount(File.java:1099) | |
| at org.jboss.ide.eclipse.archives.core.util.internal.TrueZipUtil.umount(TrueZipUtil.java:160) | |
| at org.jboss.ide.eclipse.as.wtp.core.server.publish.LocalZippedModulePublishRunner.fullPublish(LocalZippedModulePublishRunner.java:173) | |
| at org.jboss.ide.eclipse.as.wtp.core.server.publish.LocalZippedModulePublishRunner.fullPublishModule(LocalZippedModulePublishRunner.java:93) | |
| at org.jboss.tools.as.core.server.controllable.subsystems.internal.ManagementPublishController.zipLocally(ManagementPublishController.java:280) | |
| at org.jboss.tools.as.core.server.controllable.subsystems.internal.ManagementPublishController.publishModule(ManagementPublishController.java:214) | |
| at org.jboss.ide.eclipse.as.wtp.core.server.behavior.ControllableServerBehavior.publishModule(ControllableServerBehavior.java:134) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.pu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias quick-verify='mvn clean verify -DskipTest' | |
| alias remindme='history | grep' | |
| upversion() {mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$@;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package gitwalker; | |
| import java.io.File; | |
| import java.io.FileOutputStream; | |
| import java.text.NumberFormat; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.List; | |
| import org.eclipse.jgit.api.CloneCommand; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // this adds a "truncate(#)" method to String | |
| // see http://www.vertigrated.com/blog/2009/11/how-to-add-a-truncateint-len-method-to-stringgstring-in-groovy/ | |
| String.metaClass.truncate = { len -> | |
| if (delegate == null) {return''} | |
| if (delegate.length() > len) {return delegate[0..(len - 2)] + "\u2026"} | |
| return delegate | |
| } | |
| def query= "hibernate" | |
| int size = 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /************************************************************************************* | |
| * Copyright (c) 2015 Red Hat, Inc. and others. | |
| * All rights reserved. This program and the accompanying materials | |
| * are made available under the terms of the Eclipse Public License v1.0 | |
| * which accompanies this distribution, and is available at | |
| * http://www.eclipse.org/legal/epl-v10.html | |
| * | |
| * Contributors: | |
| * JBoss by Red Hat - Initial implementation. | |
| ************************************************************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.takari.polyglot:polyglot-translate-plugin:0.1.6:translate (default-cli) on project wtf: The parameters 'output', 'input' for goal io.takari.polyglot:polyglot-translate-plugin:0.1.6:translate are missing or invalid | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:220) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) | |
| at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120) | |
| at org.apache.maven.DefaultMaven.doExecute(D |