Hello,
after importing maven project:

- In adminui - pom.xml : " 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) "
after adding tag <pluginManagement> between <build> and <plugin> it is OK

- When I tried build it: ok until ....

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ unifiedpush-push ---
[INFO] Building jar: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\target\unifiedpush-push-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ unifiedpush-push ---
[INFO] Building jar: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\push\target\unifiedpush-push-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ unifiedpush-push ---
[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
[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
[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
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building UnifiedPush RESTful Endpoint 1.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) > generate-sources @ unifiedpush-jaxrs >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ unifiedpush-jaxrs ---
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) < generate-sources @ unifiedpush-jaxrs <<<
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:javadoc (jax-rs-docs) @ unifiedpush-jaxrs ---
[ERROR] The given File link: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\jaxrs\..\target\site\apidocs is not a dir.
[ERROR] Error fetching link: C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\jaxrs/../target/site/apidocs/package-list. Ignored it.
[INFO] 
Loading source files for package org.jboss.aerogear.unifiedpush.rest...
Loading source files for package org.jboss.aerogear.unifiedpush.rest.annotations...
Loading source files for package org.jboss.aerogear.unifiedpush.rest.registry.installations...
Loading source files for package org.jboss.aerogear.unifiedpush.rest.sender...
Constructing Javadoc information...
1 error
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] AeroGear UnifiedPush Server ........................ SUCCESS [  2.088 s]
[INFO] UnifiedPush Model Layer ............................ SUCCESS [  0.055 s]
[INFO] UnifiedPush Server Model API ....................... SUCCESS [  4.153 s]
[INFO] UnifiedPush Server Model JPA implementation ........ SUCCESS [ 16.061 s]
[INFO] UnifiedPush Service Layer .......................... SUCCESS [ 16.818 s]
[INFO] UnifiedPush Push Notification Networks ............. SUCCESS [  3.684 s]
[INFO] UnifiedPush RESTful Endpoint ....................... FAILURE [  2.492 s]
[INFO] UnifiedPush Server (Admin UI) ...................... SKIPPED
[INFO] UnifiedPush Dependencies Parent .................... SKIPPED
[INFO] UnifiedPush Server Dependencies Server ............. SKIPPED
[INFO] UnifiedPush Auth Server ............................ SKIPPED
[INFO] UnifiedPush Server for JBossAS (WAR) ............... SKIPPED
[INFO] UnifiedPush Server for Wildfly (WAR) ............... SKIPPED
[INFO] UnifiedPush Servers Parent ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46.359 s
[INFO] Finished at: 2014-09-18T17:47:20+02:00
[INFO] Final Memory: 78M/512M
[INFO] ------------------------------------------------------------------------
[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:
[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
[ERROR] java.lang.NullPointerException
[ERROR] at com.lunatech.doclets.jax.jaxrs.JAXRSDoclet.<init>(JAXRSDoclet.java:84)
[ERROR] at com.lunatech.doclets.jax.jaxrs.JAXRSDoclet.start(JAXRSDoclet.java:78)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:483)
[ERROR] at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:310)
[ERROR] at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:189)
[ERROR] at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:366)
[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:219)
[ERROR] at com.sun.tools.javadoc.Start.begin(Start.java:205)
[ERROR] at com.sun.tools.javadoc.Main.execute(Main.java:64)
[ERROR] at com.sun.tools.javadoc.Main.main(Main.java:54)
[ERROR] 
[ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_20\jre\..\bin\javadoc.exe" @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 'C:\Users\Ivan\Documents\aerogear-unifiedpush-server-master\jaxrs\target\site\apidocs' dir.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :unifiedpush-jaxrs
          

- when I removed from jaxrs from pom.xml <build> 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 "Forbidden" (403)

2014-09-18 17:27 GMT+02:00 Erik Jan de Wit <edewit@redhat.com>:
Hi,

Right on master (https://github.com/aerogear/aerogear-unifiedpush-server) 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?

Cheers,
Erik Jan

On 18 Sep,2014, at 17:11 , Majster Ahead <info@ahead-itec.com> wrote:

Hello,
We use aerogear to send push notification in android and iOS application, and we need to find same technology for our windows phone application.
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 (https://github.com/aerogear/aerogear.org/pull/384/files) 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).
When do you plan to release aerogear with WP support? Or can you help us with deployment problem?

Thank you.


--



_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev


_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev



--