[JBoss-user] [Nukes User] - Problem with classpath when cuztomizing Nukes Modules to use

2004-08-26 Thread dontrango
Hi All, I have this module GetAttrs that extends ModuleSupport; it's been successfully deployed. The compilation is done using the build.xml provided by the source, nukes-1.1.0-RC3-src/nukes/build.xml. Nukes |-nukes/src/main | |- org.jboss.nukes.addons.modules.linkmodule |

[JBoss-user] [Nukes User] - Problem with deploying module

2004-08-24 Thread dontrango
Hi, I've searched on this forum but none quite answers my problem: I've written modules and compiled them succesfully, however I got the error messages below when I deployed them ( important points are boldened for easy reference ) 17:01:37,026 INFO [MainDeployer] Starting deployment of

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread dontrango
Hi, I have updated the related wiki pages based on my exchanges with theute, hope this will help the others: http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845996#3845996 Reply to the post :

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread dontrango
Hi, I have updated the wiki page to include the last point on re-building the source and the point to note if somebody wants to use the .classpath mentioned on the wiki. http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse View the original post :

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-23 Thread dontrango
hi vebs, the outlines given by theute in 'http://www.jboss.org/index.html?module=bbop=viewtopict=47480' is very comprehensive. you got the EDU.oswego. classNotFound because you've not specified concurrent.jar in your classpath; you need to search for them one by one please follow the thread,

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
hi theute, thanks a lot for your help, looks like it's getting closer to wrap this up. down with 2 lines of error messages after tinkering for so long. this structure is obtained using Nukes-1.1.0-RC3-src: - Nukes |-src |-bb/src/main |-distrib/src/main |-downloads/src/main

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
More background info ( i gather from online forums these may matter ): i imported the *.jar from jboss-3.2.3/ and nukes-1.1.0-RC3-src/ whenever possible. under windows-preferences-ant-runtime-'ant home entries(default)' i have path_to_eclipse-SDK-3.0/plugins/org.apache.ant_1.6.1/lib/*.jar

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
just added jboss.jar into the classpath. the error messages on javax.ejb.* and javax.transactions.* are gone, those that still remain are: mport org.jboss.nukes.addons.modules.bb.ejb.ForumEJBLocal; import org.jboss.nukes.addons.modules.bb.ejb.CategoryEJBLocal; import

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
hi theute, thanks a lot for your help :) turns out that i needed to run this - build.xml in Nukes/build - added the create bb/output/lib/nukes-bb-lib.jar ... nukes-downloads-lib.jar and other jboss *.jar files. no more error messages, only warning which i suppose can be ignored. View the

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-21 Thread dontrango
hi theute, i've followed your steps but ran into problems not described in your reply. these were the steps i ran: - make sure eclipse not running, prepare the classpath cp common-classpath.html $JBOSS_NUKES/common/.classpath cp nukes-classpath.html $JBOSS_NUKES/nukes/.classpath cp

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-20 Thread dontrango
hi theute, thanks for your classpath. if you don't mind i'd like to try 1st. i'm using eclipse3.0 200406251208 with jboss-ide plugin what's wrong with these steps? - created a new project : file-new-'java project' source folder : Jnukes/src output folder: Jnukes/bin - selected