<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 47: Helloworld will not run</title><link>https://sourceforge.net/p/clarion2java/bugs/47/</link><description>Recent changes to 47: Helloworld will not run</description><atom:link href="https://sourceforge.net/p/clarion2java/bugs/47/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 12 Apr 2011 18:31:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/clarion2java/bugs/47/feed.rss" rel="self" type="application/rss+xml"/><item><title>Helloworld will not run</title><link>https://sourceforge.net/p/clarion2java/bugs/47/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After compiling the helloworld sample program...it will no longer run.  Output below:&lt;/p&gt;
&lt;p&gt;mvn output&lt;/p&gt;
&lt;p&gt;[INFO] Scanning for projects...&lt;br /&gt;
[WARNING] &lt;br /&gt;
[WARNING] Some problems were encountered while building the effective model for org.jclarion.example:helloworld:jar:1.5&lt;br /&gt;
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 38, column 10&lt;br /&gt;
[WARNING] The expression ${pom.url} is deprecated. Please use ${project.url} instead.&lt;br /&gt;
[WARNING] &lt;br /&gt;
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.&lt;br /&gt;
[WARNING] &lt;br /&gt;
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.&lt;br /&gt;
[WARNING] &lt;br /&gt;
[INFO]                                                                       &lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] Building clarion 1.5&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] &amp;gt;&amp;gt;&amp;gt; maven-assembly-plugin:2.2-beta-2:assembly (default-cli) @ helloworld &amp;gt;&amp;gt;&amp;gt;&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- clarion-maven-plugin:1.19:clarion (default) @ helloworld ---&lt;br /&gt;
[INFO] Clarion: Processing source directory C:\source\clarion2java-1.5-bin\examples\HelloWorld\src\main\clarion&lt;br /&gt;
1 Files loaded&lt;br /&gt;
Wrote 0 java file(s)&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ helloworld ---&lt;br /&gt;
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!&lt;br /&gt;
[INFO] skip non existing resourceDirectory C:\source\clarion2java-1.5-bin\examples\HelloWorld\src\main\resources&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ helloworld ---&lt;br /&gt;
[INFO] Nothing to compile - all classes are up to date&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ helloworld ---&lt;br /&gt;
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!&lt;br /&gt;
[INFO] skip non existing resourceDirectory C:\source\clarion2java-1.5-bin\examples\HelloWorld\src\test\resources&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ helloworld ---&lt;br /&gt;
[INFO] No sources to compile&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ helloworld ---&lt;br /&gt;
[INFO] No tests to run.&lt;br /&gt;
[INFO] Surefire report directory: C:\source\clarion2java-1.5-bin\examples\HelloWorld\target\surefire-reports&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------&lt;br /&gt;
T E S T S&lt;br /&gt;
-------------------------------------------------------&lt;br /&gt;
There are no tests to run.&lt;/p&gt;
&lt;p&gt;Results :&lt;/p&gt;
&lt;p&gt;Tests run: 0, Failures: 0, Errors: 0, Skipped: 0&lt;/p&gt;
&lt;p&gt;[INFO] &lt;br /&gt;
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ helloworld ---&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] &amp;lt;&amp;lt;&amp;lt; maven-assembly-plugin:2.2-beta-2:assembly (default-cli) @ helloworld &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
[INFO] &lt;br /&gt;
[INFO] --- maven-assembly-plugin:2.2-beta-2:assembly (default-cli) @ helloworld ---&lt;br /&gt;
[INFO] Processing DependencySet (output=/)&lt;br /&gt;
[INFO] Building zip: C:\source\clarion2java-1.5-bin\examples\HelloWorld\target\helloworld-1.5-bin.zip&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] BUILD SUCCESS&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] Total time: 4.002s&lt;br /&gt;
[INFO] Finished at: Tue Apr 12 14:12:18 EDT 2011&lt;br /&gt;
[INFO] Final Memory: 7M/17M&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;***********************************************&lt;br /&gt;
java -jar ......   output:&lt;/p&gt;
&lt;p&gt;Exception in thread "main" java.lang.noclassdeffounderror: org/jclarion/clarion/crash/crash&lt;br /&gt;
at clairon.main.main(main.java:21)&lt;br /&gt;
caused by: java.lang.classnotfound....&lt;/p&gt;
&lt;p&gt;**************************************&lt;/p&gt;
&lt;p&gt;Did I do something wrong?  Any help appreciated.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Schuler</dc:creator><pubDate>Tue, 12 Apr 2011 18:31:06 -0000</pubDate><guid>https://sourceforge.netcadd12486afba0a58a43467574ab26345bf6a37c</guid></item></channel></rss>