Hmm so it means the build.xml that comes together with the package doesn't already have a task to do this ya?
Guess i'll need to come up with my own ant task to do this? Thanx FooShyn On Fri, Aug 12, 2011 at 5:13 PM, BJ Freeman <[email protected]> wrote: > Eclipse has an export function the removes the .svn folder and you > define other folders and or files. > > another way is to write a script to copy folder to a new root folder > with the folders/files, like the create-component in the build.xml > > Foo Shyn Chung sent the following on 8/11/2011 9:32 PM: > > Hi All, > > > > We're currently using Ofbiz as the base framework and build custom > modules > > on top of it and distribute it to our clients. However we would like to > > exclude all the java files from the distribute package, and after some > > search through google i can't manage to find any existing solution (or i > use > > the wrong search terms?) > > > > What we want to achieve is to have a clean distribution package WITHOUT > any > > java files inside. > > > > Any kind souls can help to point me to the right direction? > > > > Thanx > > FooShyn > > >
