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
| wget http://ffmpeg.org/releases/ffmpeg-2.4.3.tar.bz2 | |
| tar -xvf ffmpeg-2.4.3.tar.bz2 | |
| cd ffmpeg-2.4.3/ | |
| sudo apt-get install yasm | |
| sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libgpac-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev pkg-config texi2html zlib1g-dev | |
| ./configure --enable-static --enable-x11grab --enable-gpl | |
| make install | |
| /ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -i :99.0 output.flv |
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
| [INFO] Scanning for projects... | |
| [INFO] Computing target platform for MavenProject: me.gladwell.eclipse.m2e.android:me.gladwell.eclipse.m2e.android:1.0.2-SNAPSHOT @ /Users/ricardogladwell/Projects/m2e-android/me.gladwell.eclipse.m2e.android/pom.xml | |
| [INFO] Adding repository https://dl-ssl.google.com/android/eclipse | |
| [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/ (0B at 0B/s) | |
| [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository | |
| [INFO] Adding repository http://download.eclipse.org/technology/m2e/milestones/1.5 | |
| [INFO] Adding repository http://download.eclipse.org/aether/aether-core/releases | |
| [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/ (0B at 0B/s) | |
| [INFO] Adding repository http://download.eclipse.org/releases/luna | |
| [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201406250900/ (0B at 0B/s) |
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
| ///////////////////////////////////////////////////////////////////// | |
| // | |
| // $Id: main.cpp,v 1.9 2000/11/10 21:01:09 ricardo Exp $ | |
| // | |
| // Filename: : main.cpp | |
| // Date: : Sat Oct 21 16:52:01 BST 2000 | |
| // Copyright: : (C) 2000 by Ricardo Gladwell | |
| // Email : [email protected] | |
| // | |
| ///////////////////////////////////////////////////////////////////// |
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.net.SocketException: socket failed: EACCES (Permission denied) | |
| at libcore.io.IoBridge.socket(IoBridge.java:583) | |
| at java.net.PlainSocketImpl.create(PlainSocketImpl.java:201) | |
| at java.net.PlainServerSocketImpl.create(PlainServerSocketImpl.java:38) | |
| at java.net.ServerSocket.<init>(ServerSocket.java:98) | |
| at java.net.ServerSocket.<init>(ServerSocket.java:69) | |
| at com.squareup.okhttp.mockwebserver.MockWebServer.play(MockWebServer.java:245) | |
| at com.squareup.okhttp.mockwebserver.MockWebServer.play(MockWebServer.java:232) | |
| at com.foo.bar.android.test.HelloAndroidActivityTest.testActivity(HelloAndroidActivityTest.java:17) | |
| at java.lang.reflect.Method.invokeNative(Native Method) |
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.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications. | |
| at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:116) | |
| at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2283) | |
| at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2340) | |
| at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:213) | |
| at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) | |
| at me.gladwell.eclipse.m2e.android.AndroidMavenLaunchConfigurationListener.updateLaunchConfiguration(AndroidMavenLaunchConfigurationListener.java:58) | |
| at me.gladwell.eclipse.m2e.android.AndroidMavenLaunchConfigurationListener.launchConfigurationAdded(AndroidMavenLaunchConfigurationListener.java:38) | |
| at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:222) | |
| at org.eclipse.core.runtime.SafeRunner.run(Sa |
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
| !ENTRY org.eclipse.m2e.core 4 -1 2014-04-16 11:24:15.083 | |
| !MESSAGE Unable to create project from archetype [de.akquinet.android.archetypes:android-quickstart:1.0.8 -> http://rgladwell.github.io/m2e-android] | |
| !STACK 0 | |
| org.apache.maven.archetype.exception.UnknownArchetype: The desired archetype does not exist (de.akquinet.android.archetypes:android-quickstart:1.0.8) | |
| at org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateArchetype(DefaultArchetypeGenerator.java:112) | |
| at org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateArchetype(DefaultArchetypeGenerator.java:286) | |
| at org.apache.maven.archetype.DefaultArchetype.generateProjectFromArchetype(DefaultArchetype.java:69) | |
| at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.createArchetypeProjects0(ProjectConfigurationManager.java:761) | |
| at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager$4.call(ProjectConfigurationManager.java:710) | |
| at org.eclipse.m2e.core.internal.project.ProjectConfigurationMana |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.testtech1</groupId> | |
| <artifactId>testtech1</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| <packaging>apk</packaging> | |
| <name>testtech1</name> |
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
| junit.framework.AssertionFailedError: Unexpected error markers Type=org.eclipse.m2e.core.maven2Problem.lifecycleMapping:Message=Plugin execution not covered by lifecycle configuration: com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.0.0:proguard (execution: default-proguard, phase: process-classes):LineNumber=49 expected:<0> but was:<1> | |
| at junit.framework.Assert.fail(Assert.java:47) | |
| at junit.framework.Assert.failNotEquals(Assert.java:283) | |
| at junit.framework.Assert.assertEquals(Assert.java:64) | |
| at junit.framework.Assert.assertEquals(Assert.java:195) | |
| at org.eclipse.m2e.tests.common.WorkspaceHelpers.assertNoErrors(WorkspaceHelpers.java:190) | |
| at org.eclipse.m2e.tests.common.AbstractMavenProjectTestCase.assertNoErrors(AbstractMavenProjectTestCase.java:449) | |
| at me.gladwell.eclipse.m2e.android.test.ApplicationAndroidMavenPluginTest.testConfigure(ApplicationAndroidMavenPluginTest.java:55) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.i |
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
| !SESSION 2011-08-09 15:43:52.365 ----------------------------------------------- | |
| eclipse.buildId=I20110613-1736 | |
| java.version=1.6.0_26 | |
| java.vendor=Sun Microsystems Inc. | |
| BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB | |
| Framework arguments: -version 3 -port 37696 -testLoaderClass org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestLoader -loaderpluginname org.eclipse.jdt.junit.runtime -testNameFile /tmp/testNames1503546741025358379.txt -application org.eclipse.pde.junit.runtime.uitestapplication -product org.eclipse.platform.ide -testpluginname me.gladwell.eclipse.m2e.android.test | |
| Command-line arguments: -os linux -ws gtk -arch x86 -consoleLog -version 3 -port 37696 -testLoaderClass org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestLoader -loaderpluginname org.eclipse.jdt.junit.runtime -testNameFile /tmp/testNames1503546741025358379.txt -application org.eclipse.pde.junit.runtime.uitestapplication -product org.eclipse.platform.ide -data /home/ricardo/Projects/../junit-workspace -dev file:/home |
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
| [INFO] Scanning for projects... | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Reactor Build Order: | |
| [INFO] | |
| [INFO] Android SDK 1.5 ApiDemos | |
| [INFO] Android SDK 1.5 ApiDemos - App | |
| [INFO] Android SDK 1.5 ApiDemos - Instrumentation Test | |
| [INFO] HelloFlashlight | |
| [INFO] MorseFlash Parent | |
| [INFO] MorseFlash - Library |