Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created March 11, 2010 21:09
Show Gist options
  • Select an option

  • Save BanzaiMan/329653 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/329653 to your computer and use it in GitHub Desktop.
C:\Users\asari\Documents\Development\jruby>ant spec
Buildfile: C:\Users\asari\Documents\Development\jruby\build.xml
init:
jar:
init:
extract-rdocs:
prepare:
prepare-resources:
[copy] Copying 5 files to C:\Users\asari\Documents\Development\jruby\build\
classes\jruby
compile-annotation-binder:
[javac] C:\Users\asari\Documents\Development\jruby\build.xml:184: warning: '
includeantruntime' was not set, defaulting to build.sysclasspath=last; set to fa
lse for repeatable builds
check-for-optional-java4-packages:
check-for-optional-packages:
compile-jruby:
[apt] C:\Users\asari\Documents\Development\jruby\build.xml:197: warning: '
includeantruntime' was not set, defaulting to build.sysclasspath=last; set to fa
lse for repeatable builds
[apt] Since compiler setting isn't classic or modern, ignoring fork settin
g.
compile:
generate-method-classes:
_gmc_internal_:
generate-unsafe:
_gu_internal_:
unzip-native-libs:
jar-jruby:
_update_scm_revision_:
_update_scm_revision_with_ruby_:
_update_scm_revision_with_jruby_:
[echo] Using JRuby to calculate revision...
[echo] Adjust ruby.executable value in build.properties to speed things up!
[java] JVM args ignored when same JVM is used.
[jar] Building jar: C:\Users\asari\Documents\Development\jruby\lib\jruby.j
ar
spec:ci_18:
[echo] Running rake spec:ci_18
[echo] compile=OFF, threshold=20, objectspace=true threadpool=false reflect
ion=false
[java] (in C:/Users/asari/Documents/Development/jruby)
[java] rake aborted!
[java] org.apache.tools.ant.BuildException: Could not create type patheleme
nt as the class class org.apache.tools.ant.types.Path$PathElement has no compati
ble constructor
[java]
[java] (See full trace by running task with --trace)
BUILD FAILED
C:\Users\asari\Documents\Development\jruby\build.xml:1064: The following error o
ccurred while executing this line:
C:\Users\asari\Documents\Development\jruby\build.xml:1029: Java returned: 1
Total time: 1 minute 27 seconds
------- Ant diagnostics report -------
Apache Ant version 1.8.0 compiled on February 1 2010
-------------------------------------------
Implementation Version
-------------------------------------------
core tasks : 1.8.0 in file:/C:/Java/apache-ant-1.8.0/lib/ant.jar
optional tasks : 1.8.0 in file:/C:/Java/apache-ant-1.8.0/lib/ant-nodeps.jar
-------------------------------------------
ANT PROPERTIES
-------------------------------------------
ant.version: Apache Ant version 1.8.0 compiled on February 1 2010
ant.java.version: 1.6
ant.core.lib: C:\Java\apache-ant-1.8.0\lib\ant.jar
ant.home: C:\Java\apache-ant-1.8.0
-------------------------------------------
ANT_HOME/lib jar listing
-------------------------------------------
ant.home: C:\Java\apache-ant-1.8.0
ant-antlr.jar (5747 bytes)
ant-apache-bcel.jar (8749 bytes)
ant-apache-bsf.jar (3931 bytes)
ant-apache-log4j.jar (3047 bytes)
ant-apache-oro.jar (39646 bytes)
ant-apache-regexp.jar (3761 bytes)
ant-apache-resolver.jar (4074 bytes)
ant-apache-xalan2.jar (2293 bytes)
ant-commons-logging.jar (3913 bytes)
ant-commons-net.jar (85161 bytes)
ant-jai.jar (22249 bytes)
ant-javamail.jar (7855 bytes)
ant-jdepend.jar (8265 bytes)
ant-jmf.jar (6720 bytes)
ant-jsch.jar (40120 bytes)
ant-junit.jar (101222 bytes)
ant-launcher.jar (12277 bytes)
ant-netrexx.jar (9948 bytes)
ant-nodeps.jar (402003 bytes)
ant-stylebook.jar (2333 bytes)
ant-swing.jar (7537 bytes)
ant-testutil.jar (15121 bytes)
ant-trax.jar (8371 bytes)
ant.jar (1506140 bytes)
xercesImpl.jar (1223877 bytes)
xml-apis.jar (194354 bytes)
-------------------------------------------
USER_HOME/.ant/lib jar listing
-------------------------------------------
user.home: C:\Users\asari
No such directory.
-------------------------------------------
Tasks availability
-------------------------------------------
image : Missing dependency javax.media.jai.PlanarImage
sshexec : Missing dependency com.jcraft.jsch.Logger
wlrun : Not Available (the implementation class is not present)
scp : Missing dependency com.jcraft.jsch.Logger
stlist : Not Available (the implementation class is not present)
sshsession : Missing dependency com.jcraft.jsch.Logger
starteam : Not Available (the implementation class is not present)
stlabel : Not Available (the implementation class is not present)
jdepend : Missing dependency jdepend.xmlui.JDepend
stcheckin : Not Available (the implementation class is not present)
stcheckout : Not Available (the implementation class is not present)
ejbc : Not Available (the implementation class is not present)
wlstop : Not Available (the implementation class is not present)
ddcreator : Not Available (the implementation class is not present)
A task being missing/unavailable should only matter if you are trying to use it
-------------------------------------------
org.apache.env.Which diagnostics
-------------------------------------------
Not available.
Download it at http://xml.apache.org/commons/
-------------------------------------------
XML Parser information
-------------------------------------------
XML Parser : org.apache.xerces.jaxp.SAXParserImpl
XML Parser Location: file:/C:/Java/apache-ant-1.8.0/lib/xercesImpl.jar
Namespace-aware parser : org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
Namespace-aware parser Location: file:/C:/Java/apache-ant-1.8.0/lib/xercesImpl.j
ar
-------------------------------------------
XSLT Processor information
-------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment