I am having some doubts about how I can create my directory structure.
I have been basing at the article from theserverside.com write by Srikanth Shenoy.


I have to generate two artifacts, a jar(EJB) and a WAR.

I create a root project and two subprojects.

In my root project I create my project.xml and I define my build like this

<build>
<sourceDirectory>${basedir}/src/java</sourceDirectory>
</build>

I have been hopeing that this configuration would be to all subprojects, but to my jar (EJB) I will have to create a /src/ejb directory. I won't have problems with this ? because my java sources aren't int the src/java.

How you configure your projects ? Could you give me a light ?

Thanks

_________________________________________________________________
MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to