Hi Iroshan,

Have you tried      mvn idea:idea  command?..

In the terminal go the location of pom.xml file and issue the above command.


Regards,


On Thu, Mar 13, 2014 at 12:10 PM, Iroshan Wickramarathna
<[email protected]>wrote:

> Hi all,
>
> I'm writing a carbon component for CEP event simulator , When I writing
> the UI component (org.wso2.carbon.eventsimulator.ui) it can't resolve the
> imported packages. How can I over come this problem ?. Screen shots are
> displayd below. I'm using Intellij idea 13.0.1 not sure if it is a Intellij
> idea issue.
>
> this is the pom.xml
>
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0";
>          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>     <parent>
>         <artifactId>event-simulator</artifactId>
>         <groupId>org.wso2.carbon</groupId>
>         <version>1.0.0</version>
>     </parent>
>
>     <modelVersion>4.0.0</modelVersion>
>
>     <artifactId>org.wso2.carbon.eventsimulator.ui</artifactId>
>     <version>1.0.0</version>
>     <packaging>bundle</packaging>
>
>     <name>WSO2 Carbon - Event Simulator UI</name>
>     <description>org.wso2.carbon.eventsimulator.UI provides the front-end
>         functionalities
>     </description>
>     <url>http://wso2.org</url>
>
>     <dependencies>
>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>             <artifactId>org.wso2.carbon.eventsimulator.admin</artifactId>
>             <version>1.0.0</version>
>         </dependency>
>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>             <artifactId>org.wso2.carbon.utils</artifactId>
>             <version>4.2.0</version>
>         </dependency>
>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>             <artifactId>org.wso2.carbon.eventsimulator.stub</artifactId>
>             <version>1.0.1</version>
>         </dependency>
>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>             <artifactId>org.wso2.carbon.databridge.core</artifactId>
>             <version>4.2.1</version>
>         </dependency>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>             <artifactId>org.wso2.carbon.core</artifactId>
>             <version>4.2.0</version>
>         </dependency>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>
> <artifactId>org.wso2.carbon.event.stream.manager.core</artifactId>
>             <version>1.0.1</version>
>         </dependency>
>         <dependency>
>             <groupId>org.wso2.carbon</groupId>
>             <artifactId>org.wso2.carbon.event.processor.api</artifactId>
>             <version>1.0.1</version>
>         </dependency>
>
>     </dependencies>
>
>
>
>
>
> </project>
>
>
> --
> Thanx.
> Ujitha Iroshan
> Engineering intern
> WSO2 inc
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: [email protected] | Web: www.wso2.com
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to