Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created September 24, 2011 03:54
Show Gist options
  • Select an option

  • Save khannedy/1238941 to your computer and use it in GitHub Desktop.

Select an option

Save khannedy/1238941 to your computer and use it in GitHub Desktop.
Kompilasi JGlassPane
echo@echo-ubuntu:~/Desktop/JGlassPane$ mvn compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JGlassPane
[INFO] JGlassPaneTest
[INFO] JGlassPane Framework
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JGlassPane 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ JGlassPane ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/echo/Desktop/JGlassPane/JGlassPane/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ JGlassPane ---
[INFO] Compiling 61 source files to /home/echo/Desktop/JGlassPane/JGlassPane/target/classes
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JGlassPaneTest 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ JGlassPaneTest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/echo/Desktop/JGlassPane/JGlassPaneTest/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ JGlassPaneTest ---
[INFO] Compiling 22 source files to /home/echo/Desktop/JGlassPane/JGlassPaneTest/target/classes
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JGlassPane Framework 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JGlassPane ........................................ SUCCESS [2.413s]
[INFO] JGlassPaneTest .................................... SUCCESS [1.670s]
[INFO] JGlassPane Framework .............................. SUCCESS [0.001s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.272s
[INFO] Finished at: Sat Sep 24 11:03:53 WIT 2011
[INFO] Final Memory: 14M/89M
[INFO] ------------------------------------------------------------------------
echo@echo-ubuntu:~/Desktop/JGlassPane$
git clone git://github.com/stripbandunk/JGlassPane.gitCloning into JGlassPane...
remote: Counting objects: 754, done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 754 (delta 267), reused 687 (delta 200)
Receiving objects: 100% (754/754), 94.43 KiB | 24 KiB/s, done.
Resolving deltas: 100% (267/267), done.
git clone git://github.com/stripbandunk/JGlassPane.git
echo@echo-ubuntu:~/Desktop/JGlassPane$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JGlassPane
[INFO] JGlassPaneTest
[INFO] JGlassPane Framework
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JGlassPane 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ JGlassPane ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/echo/Desktop/JGlassPane/JGlassPane/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ JGlassPane ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ JGlassPane ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/echo/Desktop/JGlassPane/JGlassPane/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ JGlassPane ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ JGlassPane ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/echo/Desktop/JGlassPane/JGlassPane/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ JGlassPane ---
[INFO] Building jar: /home/echo/Desktop/JGlassPane/JGlassPane/target/JGlassPane-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ JGlassPane ---
[INFO] Installing /home/echo/Desktop/JGlassPane/JGlassPane/target/JGlassPane-1.0-SNAPSHOT.jar to /home/echo/.m2/repository/com/stripbandunk/JGlassPane/1.0-SNAPSHOT/JGlassPane-1.0-SNAPSHOT.jar
[INFO] Installing /home/echo/Desktop/JGlassPane/JGlassPane/pom.xml to /home/echo/.m2/repository/com/stripbandunk/JGlassPane/1.0-SNAPSHOT/JGlassPane-1.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JGlassPaneTest 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ JGlassPaneTest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/echo/Desktop/JGlassPane/JGlassPaneTest/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ JGlassPaneTest ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ JGlassPaneTest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/echo/Desktop/JGlassPane/JGlassPaneTest/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ JGlassPaneTest ---
[INFO] Compiling 1 source file to /home/echo/Desktop/JGlassPane/JGlassPaneTest/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ JGlassPaneTest ---
[INFO] Surefire report directory: /home/echo/Desktop/JGlassPane/JGlassPaneTest/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.stripbandunk.test.jglasspane.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ JGlassPaneTest ---
[INFO] Building jar: /home/echo/Desktop/JGlassPane/JGlassPaneTest/target/JGlassPaneTest-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ JGlassPaneTest ---
[INFO] Installing /home/echo/Desktop/JGlassPane/JGlassPaneTest/target/JGlassPaneTest-1.0-SNAPSHOT.jar to /home/echo/.m2/repository/com/stripbandunk/test/JGlassPaneTest/1.0-SNAPSHOT/JGlassPaneTest-1.0-SNAPSHOT.jar
[INFO] Installing /home/echo/Desktop/JGlassPane/JGlassPaneTest/pom.xml to /home/echo/.m2/repository/com/stripbandunk/test/JGlassPaneTest/1.0-SNAPSHOT/JGlassPaneTest-1.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JGlassPane Framework 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ JGlassPane-Framework ---
[INFO] Installing /home/echo/Desktop/JGlassPane/pom.xml to /home/echo/.m2/repository/com/stripbandunk/JGlassPane-Framework/1.0-SNAPSHOT/JGlassPane-Framework-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JGlassPane ........................................ SUCCESS [2.486s]
[INFO] JGlassPaneTest .................................... SUCCESS [0.948s]
[INFO] JGlassPane Framework .............................. SUCCESS [0.005s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.618s
[INFO] Finished at: Sat Sep 24 11:05:01 WIT 2011
[INFO] Final Memory: 12M/89M
[INFO] ------------------------------------------------------------------------
echo@echo-ubuntu:~/Desktop/JGlassPane$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment