start out by performing a build of the project on the command line. after that completes, open up eclispe and create a new project. once you tell eclipse where the project's home directory is, it should be smart enough to automatically pick up the necessary directories that contain the xdoclet generated source, and the "regular" source files.
if you are trying to create a brand new project, you have two options. 1) create the directory structure outside of eclipse, and drop a .java file into one of the directories so eclipse automatically finds it. 2) manually add the folders to the classpath by right clicking on the project, choosing properties, then "build path" and manually add the folder by clicking "Add folder" if you created a "src/main" directory under your project, then the "Add folder" option will let you drill down into that specific folder so it's added to the classpath. there are plenty of eclipse tutorials online that cover how to create a new project. <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827446#3827446">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827446>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
