adding jars to appfuse

3 messages Options
Embed this post
Permalink
rakeshrr

adding jars to appfuse

Reply Threaded More More options
Print post
Permalink
Hi
 I have added adf jar dependency in my pom.xml. But jars are not added to libraries.

My pom.xml

****
<dependency>
            <groupId>oracle.adf.view.faces</groupId>
            <artifactId>adf-faces-api</artifactId>
            <version>10_1_3_0_4</version>
            <scope>system</scope>
            <systemPath>f:/lib/adf-faces-api-10_1_3_0_4.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>oracle.adf.view.faces</groupId>
            <artifactId>adf-faces-impl</artifactId>
            <version>10_1_3_0_4</version>
            <scope>system</scope>
            <systemPath>f:/lib/adf-faces-impl-10_1_3_0_4.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>oracle.adf.view.faces</groupId>
            <artifactId>adfshare</artifactId>
            <version>3549S</version>
            <scope>system</scope>
            <systemPath>f:/lib/adfshare-3549S.jar</systemPath>
        </dependency>
****

Please someone help me in solving this issue
rakeshrr

Re: adding jars to appfuse

Reply Threaded More More options
Print post
Permalink
Sorry
  I have solved the issue. Run mvn eclipse:eclipse. The libraries will be injected.

thanks,
rakesh
ramzi khlil

Re: adding jars to appfuse

Reply Threaded More More options
Print post
Permalink
Hi,
 
You get ADF working with Appfuse ? If yes, can you write us a short tutorial ?
 
Thanks,
Ramzi

On Sun, Nov 1, 2009 at 6:16 AM, rakeshrr <[hidden email]> wrote:

Sorry
 I have solved the issue. Run mvn eclipse:eclipse. The libraries will be
injected.

thanks,
rakesh
--
View this message in context: http://old.nabble.com/adding-jars-to-appfuse-tp26148881s2369p26148883.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]