I'm working on a project that has a parent project and two modules (currently), with the following assembly.xml file: http://developer.ja-sig.org/source/browse/jasig/cas-clients/java-client/assembly.xml?r=1.2

For the most part, the script works, but I have a couple issues that I can't figure out:

1. I haven't been able to filter dependencies. I've specified a few as "provided" but they still show up when I do "includeDependencies" 2. If I do set includeBaseDirectory to true I get the following directory structure (which is not what I want):
parent.project.name\*
parent.project.name\project.project.name\module1\*
parent.project.name\project.project.name\module2\*

while I want it to be:
parent.project.name\*
parent.project.name\module1\*
parent.project.name\module2\*

Any ideas, based on my assembly.xml, on what I am doing wrong?

Thanks
-Scott

--
Scott Battaglia
Application Developer, Architecture & Engineering Team
Enterprise Systems and Services, Rutgers University
v: 732.445.0097 | f: 732.445.5493 | [EMAIL PROTECTED]

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

Reply via email to