Open GoogleCodeExporter opened 8 years ago
Any idea how we can get this fixed or prioritised? Im not sure what the problem
is,
or I would fix it myself.
Original comment by gro...@gmail.com
on 9 Feb 2010 at 10:38
I've created an Ant project to reproduce the error. Simply extract the tar.gz
archive
and run "ant" to reproduce.
Does anybody have any pointers for why this would be failing?
Original comment by gro...@gmail.com
on 9 Feb 2010 at 9:24
Attachments:
I'm having the same problem.
Original comment by cem...@gmail.com
on 27 May 2010 at 5:05
I only seem to get this error on an IBM JDK running on Linux. Where are you
seeing
this error?
Original comment by gro...@gmail.com
on 27 May 2010 at 8:36
I see the error with IBM JVMs for Java 5 and Java 6 on AIX, an IBM JVM Java 5 on
Windows and the Sun Java 5 and 6 JVMs on Windows.
C:\tmp\BBB>ant -v
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.5 in: c:\OtherPrograms\Java\jdk1.5.0_17\jre
Detected OS: Windows XP
C:\tmp\BBB>ant -v
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.6 in: c:\Java\jdk1.6.0_18\jre
Detected OS: Windows XP
hercule 5288 $ ant -v
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.6 in: /usr/java6/jre
Detected OS: AIX
hercule 5293 $ ant -v
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.5 in: /usr/java5/jre
Detected OS: AIX
Original comment by markdcle...@gmail.com
on 27 May 2010 at 9:36
I just tried on Windows XP JDK 5 and 6. I get the same errors. So Im guessing
that
this means the Ant task no longer works at all? Since a failure on 3 OSes and 2
Java
versions is a fairly comprehensive failure across the board.
C:\Documents and Settings\U0101483\Desktop\test-guice-err.tar\test-guice-error>a
nt -v
Apache Ant version 1.7.1 compiled on September 23 2008
Buildfile: build.xml
Detected Java version: 1.5 in: C:\apps\Java\jdk1.5.0_12\jre
Detected OS: Windows XP
C:\Documents and Settings\U0101483\Desktop\test-guice-err.tar\test-guice-error>a
nt -v
Apache Ant version 1.7.1 compiled on September 23 2008
Buildfile: build.xml
Detected Java version: 1.6 in: C:\apps\Java\jdk1.6.0_11\jre
Detected OS: Windows XP
Original comment by gro...@gmail.com
on 27 May 2010 at 9:51
I've taken a quick look at the MavenMojo and the AntTask. It looks like a lot
more
binding is going on in the MavenMojo. Perhaps all that is missing is similar
Guice
binding to be done for the AntTask? Im no Guice expert, but I will try poke
around
tonight when I get home.
Original comment by gro...@gmail.com
on 27 May 2010 at 10:10
有解决方案吗?
Original comment by michael....@gmail.com
on 10 Aug 2010 at 8:17
Is there any work around for this issue?
Original comment by jason.ve...@gmail.com
on 22 Oct 2010 at 4:05
Just hit this bug too, looks like it's been around for a while.
Original comment by luke.noe...@integrate.co.uk
on 24 Feb 2011 at 4:13
I'm seeing the same errors...
java-1.5.0-ibm-1.5.0.12.3.x86_64
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20110211b
(SR12 FP3 +IZ94331))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64
j9vmxa6423ifx-20101130 (JIT enabled)
J9VM - 20101129_69669_LHdSMr
JIT - 20100623_16197ifx1_r8
GC - 20100211_AA)
JCL - 20110208
2.6.18-128.el5 SMP x86_64 GNU/Linux
Apache Ant(TM) version 1.8.2 compiled on December 20 2010
Original comment by waressc...@gmail.com
on 6 Apr 2011 at 6:27
this is such frequent error but nobody seems to have / post a solution.
is this a configuration issue or a bug?
Original comment by sjoshi...@gmail.com
on 8 Jul 2011 at 4:58
this is also coming on
Detected Java version: 1.6 in: C:\Program Files\Java\jre6
Detected OS: Windows Server 2008 R2
Please fix this issue asap or comment on any configuration changes to be done
Original comment by venugo...@cordys.com
on 17 Sep 2011 at 8:08
This is just a workaround but works fine:
<java classname="com.google.test.metric.Testability" fork="yes" output="${testability.dir}/testability.result.html" error="${testability.dir}/err.txt">
<classpath>
<pathelement location="${ant.lib.ext}/testability-explorer-1.3.2-with-deps.jar"/>
</classpath>
<arg value="-cp"/>
<arg value="${classes.dir}"/>
<arg value="-print"/>
<arg value="html"/>
</java>
Original comment by rmaugu...@gmail.com
on 23 Nov 2011 at 1:21
Original issue reported on code.google.com by
markdcle...@gmail.com
on 2 Oct 2009 at 12:03