You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Carlos Rovira <ca...@apache.org> on 2018/09/07 07:43:27 UTC

Re: [royale-typedefs] branch develop updated: try removing patch step now that royale-extras has been updated

Hi, this change make maven for typedefs not pass. This is the error

SNAPSHOT:generate-extern *(default-generate-extern)* on project
royale-typedefs-googlemaps: *Execution default-generate-extern of goal
org.apache.royale.compiler:royale-maven-plugin:0.9.3-SNAPSHOT:generate-extern
failed: INTERNAL COMPILER ERROR.*

[*ERROR*] *Please report this problem.*

[*ERROR*]

[*ERROR*] *null*

[*ERROR*] *  Node(SCRIPT): [google_maps_api_v3_11]:23:0*

[*ERROR*] *google.maps = {};*

[*ERROR*] *  Parent(ROOT): [source unknown]*

[*ERROR*] : NullPointerException

[*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/PluginExecutionException

[*ERROR*]

[*ERROR*] After correcting the problems, you can resume the build with the
command

[*ERROR*]   *mvn <goals> -rf :royale-typedefs-googlemaps*

El vie., 7 sept. 2018 a las 3:42, <ah...@apache.org> escribió:

> This is an automated email from the ASF dual-hosted git repository.
>
> aharui pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
>
>
> The following commit(s) were added to refs/heads/develop by this push:
>      new 91ea429  try removing patch step now that royale-extras has been
> updated
> 91ea429 is described below
>
> commit 91ea429b96e2704d17b29a3d31e893601c47e392
> Author: Alex Harui <ah...@apache.org>
> AuthorDate: Thu Sep 6 18:42:44 2018 -0700
>
>     try removing patch step now that royale-extras has been updated
> ---
>  google_maps/pom.xml | 31 +------------------------------
>  1 file changed, 1 insertion(+), 30 deletions(-)
>
> diff --git a/google_maps/pom.xml b/google_maps/pom.xml
> index 212bccd..52181e2 100644
> --- a/google_maps/pom.xml
> +++ b/google_maps/pom.xml
> @@ -58,36 +58,7 @@
>            </execution>
>          </executions>
>        </plugin>
> -
> -      <plugin>
> -        <groupId>org.codehaus.mojo</groupId>
> -        <artifactId>exec-maven-plugin</artifactId>
> -        <version>1.5.0</version>
> -        <configuration>
> -          <executable>${git.executable}</executable>
> -          <workingDirectory>${basedir}/..</workingDirectory>
> -          <arguments>
> -            <argument>apply</argument>
> -            <argument>--ignore-whitespace</argument>
> -            <argument>--whitespace=nowarn</argument>
> -          </arguments>
> -        </configuration>
> -        <executions>
> -          <execution>
> -            <id>patch-google-maps</id>
> -            <phase>validate</phase>
> -            <goals>
> -              <goal>exec</goal>
> -            </goals>
> -            <configuration>
> -              <arguments combine.children="append">
> -
> <argument>${basedir}/src/main/patch/google_maps.patch</argument>
> -              </arguments>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -
> +
>        <plugin>
>          <groupId>org.apache.royale.compiler</groupId>
>          <artifactId>royale-maven-plugin</artifactId>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [royale-typedefs] branch develop updated: try removing patch step now that royale-extras has been updated

Posted by Carlos Rovira <ca...@apache.org>.
Hi, I can confirm now maven typedefs builds right
thanks! :)

El vie., 7 sept. 2018 a las 17:59, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> Looks like the download plugin doesn't check for updates on files.  I
> thought it was just my local setup and deleted the cached file, but it
> looks like we should skip the cache always if there is a chance the file
> can change.
>
> I just pushed changes for that.
>
> -Alex
>
> On 9/7/18, 12:43 AM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi, this change make maven for typedefs not pass. This is the error
>
>     SNAPSHOT:generate-extern *(default-generate-extern)* on project
>     royale-typedefs-googlemaps: *Execution default-generate-extern of goal
>
> org.apache.royale.compiler:royale-maven-plugin:0.9.3-SNAPSHOT:generate-extern
>     failed: INTERNAL COMPILER ERROR.*
>
>     [*ERROR*] *Please report this problem.*
>
>     [*ERROR*]
>
>     [*ERROR*] *null*
>
>     [*ERROR*] *  Node(SCRIPT): [google_maps_api_v3_11]:23:0*
>
>     [*ERROR*] *google.maps = {};*
>
>     [*ERROR*] *  Parent(ROOT): [source unknown]*
>
>     [*ERROR*] : NullPointerException
>
>     [*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]*
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FPluginExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C9e4cb334aea44f1a08d308d61495a36e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636719030253629308&amp;sdata=hCFqqL1ptxWlWQyfAyJDpRMkgOfj7KonjwV8PMk44mg%3D&amp;reserved=0
>
>     [*ERROR*]
>
>     [*ERROR*] After correcting the problems, you can resume the build with
> the
>     command
>
>     [*ERROR*]   *mvn <goals> -rf :royale-typedefs-googlemaps*
>
>     El vie., 7 sept. 2018 a las 3:42, <ah...@apache.org> escribió:
>
>     > This is an automated email from the ASF dual-hosted git repository.
>     >
>     > aharui pushed a commit to branch develop
>     > in repository
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-typedefs.git&amp;data=02%7C01%7Caharui%40adobe.com%7C9e4cb334aea44f1a08d308d61495a36e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636719030253629308&amp;sdata=Nwnr3RDr%2B%2FVUXoZ%2FVQUWGRJE0sKVqVMMJsZzLYPAhRg%3D&amp;reserved=0
>     >
>     >
>     > The following commit(s) were added to refs/heads/develop by this
> push:
>     >      new 91ea429  try removing patch step now that royale-extras has
> been
>     > updated
>     > 91ea429 is described below
>     >
>     > commit 91ea429b96e2704d17b29a3d31e893601c47e392
>     > Author: Alex Harui <ah...@apache.org>
>     > AuthorDate: Thu Sep 6 18:42:44 2018 -0700
>     >
>     >     try removing patch step now that royale-extras has been updated
>     > ---
>     >  google_maps/pom.xml | 31 +------------------------------
>     >  1 file changed, 1 insertion(+), 30 deletions(-)
>     >
>     > diff --git a/google_maps/pom.xml b/google_maps/pom.xml
>     > index 212bccd..52181e2 100644
>     > --- a/google_maps/pom.xml
>     > +++ b/google_maps/pom.xml
>     > @@ -58,36 +58,7 @@
>     >            </execution>
>     >          </executions>
>     >        </plugin>
>     > -
>     > -      <plugin>
>     > -        <groupId>org.codehaus.mojo</groupId>
>     > -        <artifactId>exec-maven-plugin</artifactId>
>     > -        <version>1.5.0</version>
>     > -        <configuration>
>     > -          <executable>${git.executable}</executable>
>     > -          <workingDirectory>${basedir}/..</workingDirectory>
>     > -          <arguments>
>     > -            <argument>apply</argument>
>     > -            <argument>--ignore-whitespace</argument>
>     > -            <argument>--whitespace=nowarn</argument>
>     > -          </arguments>
>     > -        </configuration>
>     > -        <executions>
>     > -          <execution>
>     > -            <id>patch-google-maps</id>
>     > -            <phase>validate</phase>
>     > -            <goals>
>     > -              <goal>exec</goal>
>     > -            </goals>
>     > -            <configuration>
>     > -              <arguments combine.children="append">
>     > -
>     > <argument>${basedir}/src/main/patch/google_maps.patch</argument>
>     > -              </arguments>
>     > -            </configuration>
>     > -          </execution>
>     > -        </executions>
>     > -      </plugin>
>     > -
>     > +
>     >        <plugin>
>     >          <groupId>org.apache.royale.compiler</groupId>
>     >          <artifactId>royale-maven-plugin</artifactId>
>     >
>     >
>
>     --
>     Carlos Rovira
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C9e4cb334aea44f1a08d308d61495a36e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636719030253639317&amp;sdata=TbMWTyTX%2BchzAAzxWgIhEQ15%2BIg2FDoh9PKvBlcdCyw%3D&amp;reserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [royale-typedefs] branch develop updated: try removing patch step now that royale-extras has been updated

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Looks like the download plugin doesn't check for updates on files.  I thought it was just my local setup and deleted the cached file, but it looks like we should skip the cache always if there is a chance the file can change.

I just pushed changes for that.

-Alex

On 9/7/18, 12:43 AM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi, this change make maven for typedefs not pass. This is the error
    
    SNAPSHOT:generate-extern *(default-generate-extern)* on project
    royale-typedefs-googlemaps: *Execution default-generate-extern of goal
    org.apache.royale.compiler:royale-maven-plugin:0.9.3-SNAPSHOT:generate-extern
    failed: INTERNAL COMPILER ERROR.*
    
    [*ERROR*] *Please report this problem.*
    
    [*ERROR*]
    
    [*ERROR*] *null*
    
    [*ERROR*] *  Node(SCRIPT): [google_maps_api_v3_11]:23:0*
    
    [*ERROR*] *google.maps = {};*
    
    [*ERROR*] *  Parent(ROOT): [source unknown]*
    
    [*ERROR*] : NullPointerException
    
    [*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]*
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FPluginExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C9e4cb334aea44f1a08d308d61495a36e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636719030253629308&amp;sdata=hCFqqL1ptxWlWQyfAyJDpRMkgOfj7KonjwV8PMk44mg%3D&amp;reserved=0
    
    [*ERROR*]
    
    [*ERROR*] After correcting the problems, you can resume the build with the
    command
    
    [*ERROR*]   *mvn <goals> -rf :royale-typedefs-googlemaps*
    
    El vie., 7 sept. 2018 a las 3:42, <ah...@apache.org> escribió:
    
    > This is an automated email from the ASF dual-hosted git repository.
    >
    > aharui pushed a commit to branch develop
    > in repository https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-typedefs.git&amp;data=02%7C01%7Caharui%40adobe.com%7C9e4cb334aea44f1a08d308d61495a36e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636719030253629308&amp;sdata=Nwnr3RDr%2B%2FVUXoZ%2FVQUWGRJE0sKVqVMMJsZzLYPAhRg%3D&amp;reserved=0
    >
    >
    > The following commit(s) were added to refs/heads/develop by this push:
    >      new 91ea429  try removing patch step now that royale-extras has been
    > updated
    > 91ea429 is described below
    >
    > commit 91ea429b96e2704d17b29a3d31e893601c47e392
    > Author: Alex Harui <ah...@apache.org>
    > AuthorDate: Thu Sep 6 18:42:44 2018 -0700
    >
    >     try removing patch step now that royale-extras has been updated
    > ---
    >  google_maps/pom.xml | 31 +------------------------------
    >  1 file changed, 1 insertion(+), 30 deletions(-)
    >
    > diff --git a/google_maps/pom.xml b/google_maps/pom.xml
    > index 212bccd..52181e2 100644
    > --- a/google_maps/pom.xml
    > +++ b/google_maps/pom.xml
    > @@ -58,36 +58,7 @@
    >            </execution>
    >          </executions>
    >        </plugin>
    > -
    > -      <plugin>
    > -        <groupId>org.codehaus.mojo</groupId>
    > -        <artifactId>exec-maven-plugin</artifactId>
    > -        <version>1.5.0</version>
    > -        <configuration>
    > -          <executable>${git.executable}</executable>
    > -          <workingDirectory>${basedir}/..</workingDirectory>
    > -          <arguments>
    > -            <argument>apply</argument>
    > -            <argument>--ignore-whitespace</argument>
    > -            <argument>--whitespace=nowarn</argument>
    > -          </arguments>
    > -        </configuration>
    > -        <executions>
    > -          <execution>
    > -            <id>patch-google-maps</id>
    > -            <phase>validate</phase>
    > -            <goals>
    > -              <goal>exec</goal>
    > -            </goals>
    > -            <configuration>
    > -              <arguments combine.children="append">
    > -
    > <argument>${basedir}/src/main/patch/google_maps.patch</argument>
    > -              </arguments>
    > -            </configuration>
    > -          </execution>
    > -        </executions>
    > -      </plugin>
    > -
    > +
    >        <plugin>
    >          <groupId>org.apache.royale.compiler</groupId>
    >          <artifactId>royale-maven-plugin</artifactId>
    >
    >
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C9e4cb334aea44f1a08d308d61495a36e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636719030253639317&amp;sdata=TbMWTyTX%2BchzAAzxWgIhEQ15%2BIg2FDoh9PKvBlcdCyw%3D&amp;reserved=0