Thanks, Thomas, for the feedback. I'll ask David to take a look at the issue you report and see if there's an improvement to the build that is needed.<div><br></div><div>Regards,</div><div>Matt<br><br><div class="gmail_quote">
On Fri, Aug 13, 2010 at 5:40 AM, Tomasz Żok <span dir="ltr"><<a href="mailto:tzok@man.poznan.pl">tzok@man.poznan.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi again,<br>
<br>
I have just fixed this issue. Previously I deleted target/*.jar but regenerated them with `ant jar`. However these two jarfiles are not the same. What's more, doing `ant update`, `ant get -Dsuite=kepler-2.0.0`, `ant change-to -Dsuite=kepler-2.0.0` did not help. I had to remove all 2.0.0 modules, fetch them again and do not delete these jars this time ;). Maybe a suggestion from me - I believe it could be easily check with `ant get -Dsuite=...` if such jarfiles are missing or not. It would help in such situations as mine.<br>

<br>
Best regards,<br>
Tomek<br><font color="#888888">
<br>
<br>
Tomasz Żok <<a href="mailto:tzok@man.poznan.pl" target="_blank">tzok@man.poznan.pl</a>>:</font><div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Since "kepler-2.0.0" is the released suite (<a href="http://code.kepler-project.org/code/kepler/releases/released/" target="_blank">http://code.kepler-project.org/code/kepler/releases/released/</a>) I decided to try it. However I cannot run it at all. I did the following:<br>

`ant clean-all`<br>
`ant change-to -Dsuite=kepler-2.0.0`<br>
`ant run`<br>
<br>
The error is:<br>
       [run] Caused by: java.lang.ClassNotFoundException: org.kepler.Kepler<br>
       [run]     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br>
       [run]     at java.security.AccessController.doPrivileged(Native Method)<br>
       [run]     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br>
       [run]     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br>
       [run]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br>
       [run]     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br>
<br>
`ant update` does not change the situation either.<br>
<br>
<br>
This error is strange, so I searched for the reason. And what I found is that for example for module 'actors-2.0.0' there are no *.class files.<br>
`ls actors-2.0.0`:<br>
actors-2.0.0.zip<br>
build.xml<br>
lib<br>
module-info<br>
resources<br>
target<br>
tests<br>
workflows<br>
<br>
`ls actors-2.0.0/target/`:<br>
actors-2.0.0.jar<br>
<br>
`unzip -t actors-2.0.0/target/actors-2.0.0.jar | grep class | wc -l`:<br>
0<br>
<br>
This actors-2.0.0.jar contains only KARs. I checked also other directories, but there is no *.class. Why is such situation there for suite 'kepler-2.0.0'? If I am doing something wrong, what is it?<br>
<br>
Regards,<br>
Tomek<br>
<br>
<br>
</blockquote>
<br>
<br>
-- <br>
Tomasz Zok<br>
Poznan Supercomputing and Networking Center<br>
ul. Noskowskiego 10, 61-704 Poznan, POLAND<br>
<a href="http://www.man.poznan.pl" target="_blank">http://www.man.poznan.pl</a><br>
_______________________________________________<br>
Kepler-users mailing list<br>
<a href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a><br>
<a href="http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users" target="_blank">http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a><br>
</div></div></blockquote></div><br></div>