[kepler-dev] Error in the new check ins?
jagan
Jagan.Kommineni at infotech.monash.edu.au
Mon Aug 1 16:16:45 PDT 2005
Hi Ilkay,
What version of Java are you using?
Can you able to update java and ant versions to 1.5.0+ and 1.6.0+.
Jwsdp works on java 1.5.0+ without any modifications,
if it is 1.4.2 you need to add some security related packages.
I am using the following versions,
=====================================
$ java -version
java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode)
jagan at JaganBrama ~
$ ant -version
Apache Ant version 1.6.2 compiled on November 22 2004
jagan at JaganBrama ~
$
===========================================================
with regards,
Jagan Kommineni
Ilkay Altintas wrote:
> Hi Jagan,
>
> Thanks for checking in your code.
>
> I tried to do a quick update and compile. I get the following error:
>
> copy-lib-unix:
>
> setcommonclasspath:
>
> prepare:
> [copy] Copying 20 files to /Users/altintas/project/kepler/build/src
> [copy] Copying 3 files to
> /Users/altintas/project/kepler/build/configs
> [copy] Copying 1 file to
> /Users/altintas/project/kepler/build/configs/ptolemy/configs/kepler/
> workflows
>
> compile-dev:
> [javac] Compiling 20 source files to
> /Users/altintas/project/kepler/build/classes
> [javac]
> /Users/altintas/project/kepler/build/src/org/monash/griddles/
> GriddlesRemoteExec.java:132: cannot access jobrun.MyJobrun_Impl
> [javac] bad class file:
> /Users/altintas/project/kepler/lib/jar/griddles/
> griddlesActorLib.jar(jobrun/MyJobrun_Impl.class)
> [javac] class file has wrong version 49.0, should be 48.0
> [javac] Please remove or make sure it appears in the correct
> subdirectory of the classpath.
> [javac] return (Stub)(new MyJobrun_Impl().getJobrunIFPort());
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 1 error
>
> BUILD FAILED
> /Users/altintas/project/kepler/build.xml:355: Compile failed; see the
> compiler error output for details.
>
>
>
> Do you know what might have caused it?
>
> Hopefully we can look into your questions in more details after we
> get this to run.
>
> Thanks very much,
> -ilkay
>
More information about the Kepler-dev
mailing list