Skip to content

Instantly share code, notes, and snippets.

@AlexanderWingard
Created September 9, 2009 07:44
Show Gist options
  • Save AlexanderWingard/183559 to your computer and use it in GitHub Desktop.
Save AlexanderWingard/183559 to your computer and use it in GitHub Desktop.
./pit3.sh
Buildfile: Pit3/build.xml
clean:
[delete] Deleting directory /proj/sgsn-program/work/qandale/Pit3/bin
[delete] Deleting directory /proj/sgsn-program/work/qandale/Pit3/doc
resolve:
[ivy:retrieve] :: Ivy 2.1.0-rc2 - 20090704004254 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = /proj/sgsn-program/work/qandale/Pit3/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: ericsson#pit3;working@selnx121
[ivy:retrieve] confs: [default]
[ivy:retrieve] found jfree#jfreechart;1.0.13 in jboss
[ivy:retrieve] found jfree#jcommon;1.0.16 in jboss
[ivy:retrieve] found org.scala#scala-compiler;2.7.5 in scala
[ivy:retrieve] found org.scala#scala-library;2.7.5 in scala
[ivy:retrieve] found org.scala#scalatest;0.9.5 in scala
[ivy:retrieve] :: resolution report :: resolve 635ms :: artifacts dl 95ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 5 | 0 | 0 | 0 || 5 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: ericsson#pit3
[ivy:retrieve] confs: [default]
[ivy:retrieve] 5 artifacts copied, 0 already retrieved (12485kB/926ms)
init:
[mkdir] Created dir: /proj/sgsn-program/work/qandale/Pit3/bin
[mkdir] Created dir: /proj/sgsn-program/work/qandale/Pit3/doc
compile:
[scalac] Compiling 22 scala and 13 java source files to /proj/sgsn-program/work/qandale/Pit3/bin
[scalac] warning: there were deprecation warnings; re-run with -deprecation for details
[scalac] one warning found
[scalac] Compile suceeded with 1 warning; see the compiler output for details.
[javac] Compiling 13 source files to /proj/sgsn-program/work/qandale/Pit3/bin
test:
[scalatest] Run starting. Expected test count is: 24
[scalatest] - should raise an InvalidBoardNameException when an invalid board name is specified
[scalatest] - should return its name
[scalatest] - Should parse names from different file paths
[scalatest] - should be constructed correctly
[scalatest] - should be empty initially
[scalatest] - should have a None value as default
[scalatest] - should return itself when given the '/' path
[scalatest] - should return Nothing when given another path
[scalatest] - should be able to add paths without values
[scalatest] - should be able to add one path several times
[scalatest] - should tell if a node exists or not
[scalatest] - should be able to add paths with values
[scalatest] - should not overwrite old (non-mergeable) values
[scalatest] - should overwrite empty nodes
[scalatest] - should merge empty trees
[scalatest] - should merge trees without any values
[scalatest] - should merge trees with values
[scalatest] - should merge into a subtree
[scalatest] - should merge Mergeable objects with eachother correctly
[scalatest] - should return default values when needed
[scalatest] - should evaluate default arguments lazily
[scalatest] - should return a list representation
[scalatest] - should return a filtered tree when given a match expression
[scalatest] - should be able to filter its items by their types
[scalatest] Run completed. Total number of tests run was: 24
[scalatest] All tests passed.
docs:
[scaladoc] Documenting 36 source files to /proj/sgsn-program/work/qandale/Pit3/doc
package:
[jar] Building jar: /proj/sgsn-program/work/qandale/Pit3/pit3.jar
BUILD SUCCESSFUL
Total time: 40 seconds
*** Starting Pit3 f474a70
*** GUI created
*** Finished initializing Pit3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment