Hi Dion
 
>What's in your build directory e.g. target/classes?
my target/classes contains the following
 
ejb-jar.xml
ibm-ejb-access-bean.xmi
ibm-ejb-jar-bnd.xmi
ibm-ejb-jar-ext.xmi
Table.ddl
UserDefinedConverters.xmi
 
and the META-INF directory and then another directory called "net" which expands as 
follows net/msl/support/busobject and  under busobejcts that were my .java and the 
corresponding compiled .classes are.I don't understand why the source files are being 
included in the same directory as the compiled class files.
 
jeff mutonho
 
 



Dion Gillard <[EMAIL PROTECTED]> wrote:
On Thu, 19 Aug 2004 10:01:15 -0700 (PDT), jeff mutonho
wrote:
> I wanna exclude the source files from being bundled with .class files in a 
> subproject's jar.I tried the following in the sub-project's project.xml file.

They aren't by default.

> 
> ${basedir}/../Support/ejbModule/net/msl/support/busobject

Why is your sourceDirectory outside the basedir?

Shouldn't the above be
${basedir}/../Support/ejbModule
anyway, as net.msl.support.busobject really sounds like a package
hierarchy to me.

> 
> 
> ${basedir}/../Support/target/classes
> 
> *.xml
> *.xmi
> *.sql
> *.dbxmi
> *.tblxmi
> *.ddl
> 
> 
> **/*.java
> 
> 
> 
> 
> 
> but my jar still includes .java files.
What's in your build directory e.g. target/classes?
-- 
http://www.multitask.com.au/people/dion/

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


                
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

Reply via email to