Hi Piotr,

Usually I import one as existing project and add the others by clicking on the 
„Add Maven project“ button (plus sign) of the Maven tab.
This time I recently cheked out all 3 modules into one directory and added the 
following file in the root directory.

<?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";>
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.apache.flex</groupId>
  <artifactId>flexjs</artifactId>
  <version>0.8.0-SNAPSHOT</version>
  <packaging>pom</packaging>

  <modules>
    <module>flexjs-compiler</module>
    <module>flexjs-typedefs</module>
    <module>flexjs-framework</module>
  </modules>

</project>

After this I simply imported the root directory as existing projet. Think this 
will be the way I will be doing it in the future.
But you shouldn’t do a „mvn clean install“ on the root ... I created dedicated 
run configs for each of the sub-modules :compiler, typedefs and framework


Chris



Am 01.11.16, 13:15 schrieb "piotrz" <piotrzarzyck...@gmail.com>:

    Hi Chris,
    
    Question - how looks like your project structure in intellij. Did you create
    for framework new project (maven type) from existing sources or do you build
    FlexJS through the console and you have setup examples only in intellij ?
    
    Thanks,
    Piotr
    
    
    
    -----
    Apache Flex PMC
    piotrzarzyck...@gmail.com
    --
    View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/MDL-Tweet-tp56042p56141.html
    Sent from the Apache Flex Development mailing list archive at Nabble.com.
    

Reply via email to