<div dir="ltr"><div>Hello,</div>after importing maven project:<div><br><div>- In adminui - pom.xml : &quot; Plugin execution not covered by lifecycle configuration: com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm (execution: install node and npm, phase: generate-resources) &quot;</div><div>after adding tag &lt;pluginManagement&gt; between &lt;build&gt; and &lt;plugin&gt; it is OK</div><div><br></div><div>- When I tried build it: ok until ....</div><div><br></div><div><div>[INFO] </div><div>[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ unifiedpush-push ---</div><div>[INFO] Building jar: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\target\unifiedpush-push-1.1.0-SNAPSHOT.jar</div><div>[INFO] </div><div>[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ unifiedpush-push ---</div><div>[INFO] Building jar: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\target\unifiedpush-push-1.1.0-SNAPSHOT-sources.jar</div><div>[INFO] </div><div>[INFO] --- maven-install-plugin:2.4:install (default-install) @ unifiedpush-push ---</div><div>[INFO] Installing C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\target\unifiedpush-push-1.1.0-SNAPSHOT.jar to C:\Users\Ivan\.m2\repository\org\jboss\aerogear\unifiedpush\unifiedpush-push\1.1.0-SNAPSHOT\unifiedpush-push-1.1.0-SNAPSHOT.jar</div><div>[INFO] Installing C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\pom.xml to C:\Users\Ivan\.m2\repository\org\jboss\aerogear\unifiedpush\unifiedpush-push\1.1.0-SNAPSHOT\unifiedpush-push-1.1.0-SNAPSHOT.pom</div><div>[INFO] Installing C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\target\unifiedpush-push-1.1.0-SNAPSHOT-sources.jar to C:\Users\Ivan\.m2\repository\org\jboss\aerogear\unifiedpush\unifiedpush-push\1.1.0-SNAPSHOT\unifiedpush-push-1.1.0-SNAPSHOT-sources.jar</div><div>[INFO]                                                                         </div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] Building UnifiedPush RESTful Endpoint 1.1.0-SNAPSHOT</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] </div><div>[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] &gt;&gt;&gt; maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) &gt; generate-sources @ unifiedpush-jaxrs &gt;&gt;&gt;</div><div>[INFO] </div><div>[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ unifiedpush-jaxrs ---</div><div>[INFO] </div><div>[INFO] &lt;&lt;&lt; maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) &lt; generate-sources @ unifiedpush-jaxrs &lt;&lt;&lt;</div><div>[INFO] </div><div>[INFO] --- maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) @ unifiedpush-jaxrs ---</div><div>[ERROR] The given File link: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\jaxrs\..\target\site\apidocs is not a dir.</div><div>[ERROR] Error fetching link: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\jaxrs/../target/site/apidocs/package-list. Ignored it.</div><div>[INFO] </div><div>Loading source files for package org.jboss.aerogear.unifiedpush.rest...</div><div>Loading source files for package org.jboss.aerogear.unifiedpush.rest.annotations...</div><div>Loading source files for package org.jboss.aerogear.unifiedpush.rest.registry.installations...</div><div>Loading source files for package org.jboss.aerogear.unifiedpush.rest.sender...</div><div>Constructing Javadoc information...</div><div>1 error</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] Reactor Summary:</div><div>[INFO] </div><div>[INFO] AeroGear UnifiedPush Server ........................ SUCCESS [  2.088 s]</div><div>[INFO] UnifiedPush Model Layer ............................ SUCCESS [  0.055 s]</div><div>[INFO] UnifiedPush Server Model API ....................... SUCCESS [  4.153 s]</div><div>[INFO] UnifiedPush Server Model JPA implementation ........ SUCCESS [ 16.061 s]</div><div>[INFO] UnifiedPush Service Layer .......................... SUCCESS [ 16.818 s]</div><div>[INFO] UnifiedPush Push Notification Networks ............. SUCCESS [  3.684 s]</div><div>[INFO] UnifiedPush RESTful Endpoint ....................... FAILURE [  2.492 s]</div><div>[INFO] UnifiedPush Server (Admin UI) ...................... SKIPPED</div><div>[INFO] UnifiedPush Dependencies Parent .................... SKIPPED</div><div>[INFO] UnifiedPush Server Dependencies Server ............. SKIPPED</div><div>[INFO] UnifiedPush Auth Server ............................ SKIPPED</div><div>[INFO] UnifiedPush Server for JBossAS (WAR) ............... SKIPPED</div><div>[INFO] UnifiedPush Server for Wildfly (WAR) ............... SKIPPED</div><div>[INFO] UnifiedPush Servers Parent ......................... SKIPPED</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] BUILD FAILURE</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] Total time: 46.359 s</div><div>[INFO] Finished at: 2014-09-18T17:47:20+02:00</div><div>[INFO] Final Memory: 78M/512M</div><div>[INFO] ------------------------------------------------------------------------</div><div>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) on project unifiedpush-jaxrs: An error has occurred in JavaDocs report generation:</div><div>[ERROR] Exit code: 1 - javadoc: error - In doclet class com.lunatech.doclets.jax.jaxrs.JAXRSDoclet,  method start has thrown an exception java.lang.reflect.InvocationTargetException</div><div>[ERROR] java.lang.NullPointerException</div><div>[ERROR] at com.lunatech.doclets.jax.jaxrs.JAXRSDoclet.&lt;init&gt;(JAXRSDoclet.java:84)</div><div>[ERROR] at com.lunatech.doclets.jax.jaxrs.JAXRSDoclet.start(JAXRSDoclet.java:78)</div><div>[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div>[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)</div><div>[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</div><div>[ERROR] at java.lang.reflect.Method.invoke(Method.java:483)</div><div>[ERROR] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:310)</div><div>[ERROR] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:189)</div><div>[ERROR] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:366)</div><div>[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:219)</div><div>[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:205)</div><div>[ERROR] at com.sun.tools.javadoc.Main.execute(Main.java:64)</div><div>[ERROR] at com.sun.tools.javadoc.Main.main(Main.java:54)</div><div>[ERROR] </div><div>[ERROR] Command line was: &quot;C:\Program Files\Java\jdk1.8.0_20\jre\..\bin\javadoc.exe&quot; @options @packages</div><div>[ERROR] </div><div>[ERROR] Refer to the generated Javadoc files in &#39;C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\jaxrs\target\site\apidocs&#39; dir.</div><div>[ERROR] -&gt; [Help 1]</div><div>[ERROR] </div><div>[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.</div><div>[ERROR] Re-run Maven using the -X switch to enable full debug logging.</div><div>[ERROR] </div><div>[ERROR] For more information about the errors and possible solutions, please read the following articles:</div><div>[ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a></div><div>[ERROR] </div><div>[ERROR] After correcting the problems, you can resume the build with the command</div><div>[ERROR]   mvn &lt;goals&gt; -rf :unifiedpush-jaxrs</div></div><div>          </div></div><div><br></div><div>- when I removed from jaxrs from pom.xml &lt;build&gt; block with javadoc ... build is succesfull but after deploying (2 wars and H2 database xml file) on wildfly 8 and going to [address]/ag-push server response status &quot;<span style="color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medium">Forbidden</span>&quot; (403)</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-18 17:27 GMT+02:00 Erik Jan de Wit <span dir="ltr">&lt;<a href="mailto:edewit@redhat.com" target="_blank">edewit@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi,<div><br></div><div>Right on master (<a href="https://github.com/aerogear/aerogear-unifiedpush-server" target="_blank">https://github.com/aerogear/aerogear-unifiedpush-server</a>) there is already some windows support, you should already use it already. Could you provide us with some details (logs) so that we can diagnose the problem?</div><div><br></div><div>Cheers,</div><div><span style="white-space:pre-wrap">        </span>Erik Jan</div><div><br><div><div><div class="h5"><div>On 18 Sep,2014, at 17:11 , Majster Ahead &lt;<a href="mailto:info@ahead-itec.com" target="_blank">info@ahead-itec.com</a>&gt; wrote:</div><br></div></div><blockquote type="cite"><div><div class="h5"><div dir="ltr"><div><div style="font-family:arial,sans-serif;font-size:13px"><div>Hello,</div><div>We use aerogear to send push notification in android and iOS application, and we need to find same technology for our windows phone application.</div><div>We are trying to use version 1.0.1. but this do not support windows phone. Also we tried to use source code from master branch because we saw (<a href="https://github.com/aerogear/aerogear.org/pull/384/files" target="_blank">https://github.com/aerogear/aerogear.org/pull/384/files</a>) that you work on support for WP but we have problem with some maven plugins (javadoc ...) and after deploying it. After deployment in wildfly 8 and going to [address]/ag-push server responded with status Forbidden (403).</div><div>When do you plan to release aerogear with WP support? Or can you help us with deployment problem?</div><div><br></div><div>Thank you.</div></div></div><br clear="all"><div><br></div>-- <br><div><br></div><div><br></div><img src="http://www.povsechstrankach.vyjimecny.cz/logo%20mail.png" width="200" height="35"><br>
</div></div></div>
_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org" target="_blank">aerogear-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a></blockquote></div><br></div></div><br>_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br></div><div><br></div><img src="http://www.povsechstrankach.vyjimecny.cz/logo%20mail.png" width="200" height="35"><br>
</div>