Assuming you made a regular app and not a wonder app (which
automatically has a known folder structure and "just works), make
sure to include your custom jar folders in your build script. In
build.xml there is something like:
<include name="Add .jar's that should be copied in the framework."/>
which you can add a
<include name="lib/*.jar" />
to and have it pickup your jars. I'm not really sure why the default
build script just doesn't have **/*.jar in it -- that's probably a
more reasonably default than just not including anything. But that's
just me, and I use WonderApplication as my starting point, anyway.
ms
On May 10, 2007, at 7:01 AM, Frank Caputo wrote:
> Hi,
>
> I have a problem launching an app. The classpath contains a jar which
> starts with the project-name. This jar is missing in the generated
> classpath for launching:
>
> Project name: Horst
> Jar name: HorstGateway-rel_1_1_0_20070402.jar
>
> Can anyone help?
>
>
> Ciao Frank
>
This archive was generated by hypermail 2.0.0 : Thu May 10 2007 - 08:11:49 EDT