<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How Can I solve this Error on Maven Compilation in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321415#M8416</link>
    <description>&lt;P&gt;I have been trying to solve this problem that is generated when I run command mvn install. I show you the console errors and my file pom. I hope You can help me  please.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;C:\workspace\workflows&amp;gt;mvn install
[INFO] Scanning for projects...

[INFO] ------------------------------------------------------------------------
[INFO] Building workflows
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20111010-174335 at timestamp: 1318284815250
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [nuxeo:eclipse-version {execution: eclipsize-version}]
[INFO] eclipseVersion:1.0.0.-SNAPSHOT
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to C:\workspace\workflows\target\c
lasses
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \workspace\workflows\src\main\java\ve\com\ema\Document
CreationListener.java:[5,31] package org.nuxeo.ecm.core.event does not exist

[ERROR] \workspace\workflows\src\main\java\ve\com\ema\Document
CreationListener.java:[6,31] package org.nuxeo.ecm.core.event does not exist
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Pom file:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &amp;lt;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 &lt;A href="http://maven.apache.org/maven-v4_0_0.xsd&amp;quot;&amp;gt;" target="test_blank"&gt;http://maven.apache.org/maven-v4_0_0.xsd"&amp;gt;&lt;/A&gt;;
  &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;

  &amp;lt;parent&amp;gt;
    &amp;lt;groupId&amp;gt;org.nuxeo.ecm.platform&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;nuxeo-services-parent&amp;lt;/artifactId&amp;gt;
    &amp;lt;version&amp;gt;5.4.1&amp;lt;/version&amp;gt;
  &amp;lt;/parent&amp;gt;

  &amp;lt;artifactId&amp;gt;nuxeo-platform-usermanager-core&amp;lt;/artifactId&amp;gt;
  &amp;lt;name&amp;gt;Nuxeo User Manager - Core&amp;lt;/name&amp;gt;
  &amp;lt;description&amp;gt;
    Nuxeo Enterprise Platform: User Manager - Core.
  &amp;lt;/description&amp;gt;

  &amp;lt;dependencies&amp;gt;
    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;org.nuxeo.ecm.platform&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;nuxeo-platform-usermanager-api&amp;lt;/artifactId&amp;gt;
    &amp;lt;/dependency&amp;gt;
    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;org.nuxeo.ecm.core&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;nuxeo-core-api&amp;lt;/artifactId&amp;gt;
    &amp;lt;/dependency&amp;gt;

  &amp;lt;/dependencies&amp;gt;

&amp;lt;/project&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have been doing this tutorial: &lt;A href="http://doc.nuxeo.com/display/NXDOC/Events+and+Listeners"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2011 00:27:20 GMT</pubDate>
    <dc:creator>geekonspace</dc:creator>
    <dc:date>2011-10-11T00:27:20Z</dc:date>
    <item>
      <title>How Can I solve this Error on Maven Compilation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321415#M8416</link>
      <description>&lt;P&gt;I have been trying to solve this problem that is generated when I run command mvn install. I show you the console errors and my file pom. I hope You can help me  please.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;C:\workspace\workflows&amp;gt;mvn install
[INFO] Scanning for projects...

[INFO] ------------------------------------------------------------------------
[INFO] Building workflows
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20111010-174335 at timestamp: 1318284815250
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [nuxeo:eclipse-version {execution: eclipsize-version}]
[INFO] eclipseVersion:1.0.0.-SNAPSHOT
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to C:\workspace\workflows\target\c
lasses
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \workspace\workflows\src\main\java\ve\com\ema\Document
CreationListener.java:[5,31] package org.nuxeo.ecm.core.event does not exist

[ERROR] \workspace\workflows\src\main\java\ve\com\ema\Document
CreationListener.java:[6,31] package org.nuxeo.ecm.core.event does not exist
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Pom file:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &amp;lt;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 &lt;A href="http://maven.apache.org/maven-v4_0_0.xsd&amp;quot;&amp;gt;" target="test_blank"&gt;http://maven.apache.org/maven-v4_0_0.xsd"&amp;gt;&lt;/A&gt;;
  &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;

  &amp;lt;parent&amp;gt;
    &amp;lt;groupId&amp;gt;org.nuxeo.ecm.platform&amp;lt;/groupId&amp;gt;
    &amp;lt;artifactId&amp;gt;nuxeo-services-parent&amp;lt;/artifactId&amp;gt;
    &amp;lt;version&amp;gt;5.4.1&amp;lt;/version&amp;gt;
  &amp;lt;/parent&amp;gt;

  &amp;lt;artifactId&amp;gt;nuxeo-platform-usermanager-core&amp;lt;/artifactId&amp;gt;
  &amp;lt;name&amp;gt;Nuxeo User Manager - Core&amp;lt;/name&amp;gt;
  &amp;lt;description&amp;gt;
    Nuxeo Enterprise Platform: User Manager - Core.
  &amp;lt;/description&amp;gt;

  &amp;lt;dependencies&amp;gt;
    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;org.nuxeo.ecm.platform&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;nuxeo-platform-usermanager-api&amp;lt;/artifactId&amp;gt;
    &amp;lt;/dependency&amp;gt;
    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;org.nuxeo.ecm.core&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;nuxeo-core-api&amp;lt;/artifactId&amp;gt;
    &amp;lt;/dependency&amp;gt;

  &amp;lt;/dependencies&amp;gt;

&amp;lt;/project&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have been doing this tutorial: &lt;A href="http://doc.nuxeo.com/display/NXDOC/Events+and+Listeners"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 00:27:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321415#M8416</guid>
      <dc:creator>geekonspace</dc:creator>
      <dc:date>2011-10-11T00:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I solve this Error on Maven Compilation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321416#M8417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You should first make sure to follow &lt;A href="http://doc.nuxeo.com/x/JQk7"&gt;recommendations about Nuxeo maven usage&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 01:00:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321416#M8417</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-10-11T01:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I solve this Error on Maven Compilation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321417#M8418</link>
      <description>&lt;P&gt;My maven is rusty but don't you need the event dependency?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dependency&amp;gt;
  &amp;lt;groupId&amp;gt;org.nuxeo.ecm.core&amp;lt;/groupId&amp;gt;
  &amp;lt;artifactId&amp;gt;nuxeo-core-event&amp;lt;/artifactId&amp;gt;
&amp;lt;/dependency&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Got it from Sonatype: &lt;A href="https://maven.nuxeo.org/nexus/index.html#nexus-search;quick~org.nuxeo.ecm.core" target="test_blank"&gt;https://maven.nuxeo.org/nexus/index.html#nexus-search;quick~org.nuxeo.ecm.core&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here's another useful link: &lt;A href="http://doc.nuxeo.com/display/NXDOC/How-to+create+an+empty+bundle" target="test_blank"&gt;http://doc.nuxeo.com/display/NXDOC/How-to+create+an+empty+bundle&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 05:12:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321417#M8418</guid>
      <dc:creator>jostout_Stout</dc:creator>
      <dc:date>2011-10-11T05:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I solve this Error on Maven Compilation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321418#M8419</link>
      <description>&lt;P&gt;Thanks, I gave you a  +1 . I forgot to include this dependency.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 16:00:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-solve-this-error-on-maven-compilation/m-p/321418#M8419</guid>
      <dc:creator>geekonspace</dc:creator>
      <dc:date>2011-10-11T16:00:49Z</dc:date>
    </item>
  </channel>
</rss>

