[ http://nagoya.apache.org/jira/browse/CACTUS-147?page=comments#action_55053 ]
     
Marc Northover commented on CACTUS-147:
---------------------------------------

Can you add a directory as a dependency?  I was under the impression the dependency 
has to be a jar/war/ejbjar.  I have a directory that contains property files that need 
to be on the classpath.  For jar/war dependencies I am using the depency property 
cactus.container.classpath (CACTUS-145):
        <dependency>
            <groupId>vzw</groupId>
            <artifactId>wlstartup</artifactId>
            <version>8.78.0</version>
            <properties>
                <cactus.container.classpath>true</cactus.container.classpath>
            </properties>
        </dependency>

So let me know if 
cactus.container.classpath.path=c:\\domains\\conf

if this solution works for you.

> Allow Maven to use the contanerclasspath pathelement feature of cactus
> ----------------------------------------------------------------------
>
>          Key: CACTUS-147
>          URL: http://nagoya.apache.org/jira/browse/CACTUS-147
>      Project: Cactus
>         Type: New Feature
>   Components: Maven Integration
>     Versions: 1.7
>     Reporter: Marc Northover
>     Priority: Minor

>
> If a property cactus.container.classpath.path property exists then add an additional 
> path element to the container classpath.
> For example:
> <containerclasspath>
>       ...
>       <pathelement path="/some/path/here" />
> </containerclasspath>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to