In other words (pointing to the wiki :)
http://wiki.objectstyle.org/confluence/display/WOL/Tutorials >
Maven Running or Debugging as WO Application

i.e., <http://wiki.objectstyle.org/confluence/display/WOL/Maven+Running+or+Debugging+as+WO+Application >

On 08/10/2009, at 5:35 AM, Henrique Prange wrote:

Hi Alexis,

Did you add the build/YourApp.woa/Contents/Resources/Java folder to the classpath in the Run Configuration window?

If not, you have to select the menu Run -> Run Configurations... Select the application configuration in the left pane. Go to the Classpath tab, select User Entries, click in the Advanced button (in the right). Choose Add Folders and select YourApp/build/YourApp.woa/ Contents/Resources/Java folder.

Run your application again and check if the problem was solved.

Cheers,

Henrique

Alexis Tual wrote:
Hi list,
i'm using the maven layout structure on a new project (woapplication-archetype 2.1). When i launch the application with WOLips, custom component classes cannot be found , i get the following error :
<WorkerThread0> WOBundle.lookForClassInAllBundles(MyComp) failed!
[2009-10-7 17:57:9 CEST] <WorkerThread0> <com.webobjects.appserver._private.WOComponentDefinition> WARNING: Unable to find component class named "MyComp". If this is not intended to be a classless component, check your framework settings and the contents of your classpath file (in the .woa's Contents/ <PLATFORM_NAME> subdirectory). I can use the qualified name within the template to solve this problem or do this _NSUtilities.setClassForName(MyComp.class, "MyComp"); in the Application constructor.
But it's a bit tedious and error prone...
Are the wo maven guys facing the same problem in dev mode ?
Thanks for your feedback,
Alexis
------------------------------------------------------------------------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com
This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com

This email sent to [email protected]

with regards,
--

Lachlan Deck



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to