Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • jpappalardo
    replied
    Alright I updated Artifactory, and my settings.xml to updatePolicy:Always for the plugins repo. I got a little further but I am not sure what is amiss here?

    Console Output:
    Code:
    $ mvn com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install -X
    Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
    Maven home: c:\Program Files (x86)\apache-maven-3.0.4
    Java version: 1.7.0, vendor: Oracle Corporation
    Java home: c:\Program Files\Java\jdk1.7.0\jre
    Default locale: en_US, platform encoding: Cp1252
    OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
    [INFO] Error stacktraces are turned on.
    [DEBUG] Reading global settings from c:\Program Files (x86)\apache-maven-3.0.4\conf\settings.xml
    [DEBUG] Reading user settings from C:\Users\jp1263\.m2\settings.xml
    [DEBUG] Using local repository at C:\Users\jp1263\.m2\repository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for C:\Users\jp1263\.m2\repository
    [INFO] Scanning for projects...
    [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] === REACTOR BUILD PLAN ================================================
    [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
    [DEBUG] Tasks:   [com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install]
    [DEBUG] Style:   Aggregating
    [DEBUG] =======================================================================
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Maven Stub Project (No POM) 1
    [INFO] ------------------------------------------------------------------------
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes
    , generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] === PROJECT BUILD PLAN ================================================
    [DEBUG] Project:       org.apache.maven:standalone-pom:1
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): []
    [DEBUG] Repositories (dependencies): [central (http://salgs2cm01:8081/artifactory/libs-release, releases), snapshots (http://salgs2cm01:8081/artifacto
    ry/libs-snapshot, releases+snapshots)]
    [DEBUG] Repositories (plugins)     : [central (http://salgs2cm01:8081/artifactory/plugins-release, releases), snapshots (http://salgs2cm01:8081/artifa
    ctory/plugins-snapshot, releases+snapshots)]
    [DEBUG] --- init fork of org.apache.maven:standalone-pom:1 for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install (default-cli) --
    -
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): []
    [DEBUG] --- init fork of org.apache.maven:standalone-pom:1 for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:prepare (prepare) ---
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): []
    [DEBUG] --- init fork of org.apache.maven:standalone-pom:1 for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download (download) ---
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): []
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:configure (configure)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <analyticsEnabled default-value="false">${analytics}</analyticsEnabled>
      <license>${license}</license>
      <messagingEnabled default-value="false">${messaging}</messagingEnabled>
      <session default-value="${session}"/>
    </configuration>
    [DEBUG] --- exit fork of org.apache.maven:standalone-pom:1 for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download (download) ---
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download (download)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <build>${build}</build>
      <buildDate>${build.date}</buildDate>
      <buildUrl>${url.build.base}</buildUrl>
      <folder>${workdir.download}</folder>
      <loginUrl>${url.login}</loginUrl>
      <logoutUrl>${url.logout}</logoutUrl>
      <overwrite default-value="false">${overwrite}</overwrite>
      <password>${isc.password}</password>
      <username>${isc.username}</username>
    </configuration>
    [DEBUG] --- exit fork of org.apache.maven:standalone-pom:1 for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:prepare (prepare) ---
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:prepare (prepare)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <downloaded>${workdir.download}</downloaded>
      <overwrite default-value="false">${overwrite.poms}</overwrite>
      <unpacked>${workdir.unpacked}</unpacked>
      <version>${version}</version>
    </configuration>
    [DEBUG] --- exit fork of org.apache.maven:standalone-pom:1 for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install (default-cli) --
    -
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install (default-cli)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <createChecksum default-value="false">${createChecksum}</createChecksum>
      <localRepository>${localRepository}</localRepository>
      <unpacked>${workdir.unpacked}</unpacked>
      <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
    </configuration>
    [DEBUG] =======================================================================
    [INFO]
    [INFO] >>> smartgwt-maven-plugin:3.0:install (default-cli) @ standalone-pom >>>
    [INFO]
    [INFO] >>> smartgwt-maven-plugin:3.0:prepare (prepare) @ standalone-pom >>>
    [INFO]
    [INFO] >>> smartgwt-maven-plugin:3.0:download (download) @ standalone-pom >>>
    [INFO]
    [INFO] --- smartgwt-maven-plugin:3.0:configure (configure) @ standalone-pom ---
    [DEBUG] Created new class realm maven.api
    [DEBUG] Importing foreign packages into class realm maven.api
    [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
    [DEBUG]   Imported: org.apache.maven.exception < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.version < plexus.core
    [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
    [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
    [DEBUG]   Imported: org.apache.maven.execution < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
    [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
    [DEBUG]   Imported: org.apache.maven.usability < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
    [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.settings < plexus.core
    [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
    [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.cli < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
    [DEBUG]   Imported: org.apache.maven.project < plexus.core
    [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
    [DEBUG]   Imported: org.apache.maven.model < plexus.core
    [DEBUG]   Imported: org.apache.maven.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
    [DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
    [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
    [DEBUG] Populating class realm maven.api
    [DEBUG] com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:jar:3.0:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0:compile
    [DEBUG]          doxia:doxia-sink-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:compile
    [DEBUG]          junit:junit:jar:3.8.1:compile
    [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-project:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0:compile
    [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.5:compile
    [DEBUG]    org.codehaus.plexus:plexus-digest:jar:1.0:compile
    [DEBUG]    org.apache.httpcomponents:httpclient:jar:4.2.2:compile
    [DEBUG]       org.apache.httpcomponents:httpcore:jar:4.2.2:compile
    [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.6:compile
    [DEBUG]    commons-io:commons-io:jar:2.4:compile
    [DEBUG]    org.springframework:spring-core:jar:3.1.1.RELEASE:compile
    [DEBUG]       org.springframework:spring-asm:jar:3.1.1.RELEASE:compile
    [DEBUG] Created new class realm plugin>com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0
    [DEBUG] Importing foreign packages into class realm plugin>com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0
    [DEBUG]   Included: com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:jar:3.0
    [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0
    [DEBUG]   Included: doxia:doxia-sink-api:jar:1.0-alpha-4
    [DEBUG]   Included: junit:junit:jar:3.8.1
    [DEBUG]   Included: commons-cli:commons-cli:jar:1.0
    [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-digest:jar:1.0
    [DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.2.2
    [DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.2.2
    [DEBUG]   Included: commons-logging:commons-logging:jar:1.1.1
    [DEBUG]   Included: commons-codec:commons-codec:jar:1.6
    [DEBUG]   Included: commons-io:commons-io:jar:2.4
    [DEBUG]   Included: org.springframework:spring-core:jar:3.1.1.RELEASE
    [DEBUG]   Included: org.springframework:spring-asm:jar:3.1.1.RELEASE
    [DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0
    [DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
    [DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
    [DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0
    [DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0
    [DEBUG] Configuring mojo com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:configure from plugin realm ClassRealm[plugin>com.googlecode.s
    martgwt-maven-plugin:smartgwt-maven-plugin:3.0, parent: sun.misc.Launcher$AppClassLoader@ba3bff5]
    [DEBUG] Configuring mojo 'com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:configure' with basic configurator -->
    [DEBUG]   (f) analyticsEnabled = false
    [DEBUG]   (f) messagingEnabled = false
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@7154b2f
    [DEBUG] -- end configuration --
    [INFO]
    [INFO] <<< smartgwt-maven-plugin:3.0:download (download) @ standalone-pom <<<
    [INFO]
    [INFO] --- smartgwt-maven-plugin:3.0:download (download) @ standalone-pom ---
    [DEBUG] Configuring mojo com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download from plugin realm ClassRealm[plugin>com.googlecode.sm
    artgwt-maven-plugin:smartgwt-maven-plugin:3.0, parent: sun.misc.Launcher$AppClassLoader@ba3bff5]
    [DEBUG] Configuring mojo 'com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download' with basic configurator -->
    [DEBUG]   (f) build = 3.0p
    [DEBUG]   (f) buildDate = 2013-01-15
    [DEBUG]   (f) buildUrl = http://www.smartclient.com/builds/SmartGWT/3.0p/
    [DEBUG]   (f) folder = C:\Users\jp1263\AppData\Local\Temp\smartgwt-maven-plugin\${license}\3.0p\2013-01-15\download
    [DEBUG]   (f) loginUrl = http://www.smartclient.com/devlogin/login.jsp
    [DEBUG]   (f) logoutUrl = http://www.smartclient.com/logout.jsp
    [DEBUG]   (f) overwrite = false
    [DEBUG] -- end configuration --
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1.154s
    [INFO] Finished at: Tue Jan 15 15:59:49 EST 2013
    [INFO] Final Memory: 6M/244M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download (download) on project standalone-pom: Execution
     download of goal com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download failed. NullPointerException -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download
     (download) on project standalone-pom: Execution download of goal com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:download failed.
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
            at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
            at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
            at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
            at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
            at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
            at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
    Caused by: org.apache.maven.plugin.PluginExecutionException: Execution download of goal com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0
    :download failed.
            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
            ... 27 more
    Caused by: java.lang.NullPointerException
            at com.googlecode.smartgwtmavenplugin.mojo.DownloadMojo.execute(DownloadMojo.java:98)
            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
            ... 28 more
    [ERROR]
    [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

    Leave a comment:


  • Isomorphic
    replied
    Yes, we would go ahead and list it as a non-optional dependency back to 2.5.

    Leave a comment:


  • bbruyn
    replied
    Originally posted by Isomorphic View Post
    It's not something new to 4.0d. We haven't tried to look at how far back it goes as commons-upload is a very stable and common library.
    Well, sure... But what I meant was, do you believe that it should have been listed as required in the doc for 2.5 through 3.1? The documentation present in today's 3.1 power download still lists it as optional, though I can see that it's listed as required here.

    Leave a comment:


  • jpappalardo
    replied
    I will let you know if I have any issues using it in our project as soon as I manage to get 3.0 working for me.

    Leave a comment:


  • Isomorphic
    replied
    It's not something new to 4.0d. We haven't tried to look at how far back it goes as commons-upload is a very stable and common library.

    Leave a comment:


  • bbruyn
    replied
    Originally posted by Isomorphic View Post
    Also, commons-fileupload is basically required by isomorphic_core_rpc even in the absence of compression (there are a few more cases where it would be called).
    Going how far back? Is that new to 4.0d?

    Leave a comment:


  • Isomorphic
    replied
    That particular omission is actually already addressed. Also, commons-fileupload is basically required by isomorphic_core_rpc even in the absence of compression (there are a few more cases where it would be called).

    Leave a comment:


  • bbruyn
    replied
    I assume you're referring to this?

    The isomorphic-core-rpc artifact still declares commons-fileupload as optional, but I did find through testing that it's required by isomorphic-compression. It's been addressed there.

    If you find that you still have some problem with it, please provide a stack trace. Meanwhile, I've let Isomorphic know about the omission in the official documentation.

    Leave a comment:


  • jpappalardo
    replied
    I just realized that artifactory was likely needing help finding the repos.

    Does this plugin fix the dependency issue that was present in the last project needing FileUpdate.jar?

    Leave a comment:


  • bbruyn
    replied
    Looks like you're trying to resolve the plugin from Artifactory. I assume you'll need to set up a proxy to the Sonatype repo or disable whatever mirror you have set up that causes resolution from there (again, just until release).

    By the way, you should probably just run this from a directory without the old thing in it (any directory is fine).

    Leave a comment:


  • jpappalardo
    replied
    I tried that and I got this

    $ mvn com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for com.isomorphic:smartgwt:pom:1.0.0
    [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Build Order:
    [INFO]
    [INFO] smartgwt
    [INFO] binary-distribution
    [INFO] isomorphic-core-rpc
    [INFO] isomorphic-sql
    [INFO] isomorphic-jpa
    [INFO] isomorphic-hibernate
    [INFO] isomorphic-spring
    [INFO] isomorphic-network
    [INFO] isomorphic-struts
    [INFO] isomorphic-tools
    [INFO] smartgwt-lgpl
    [INFO] smartgwt-skins
    [INFO] isomorphic-contentexport
    [WARNING] The POM for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:jar:3.0 is missing, no dependency information available
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] smartgwt .......................................... SKIPPED
    [INFO] binary-distribution ............................... SKIPPED
    [INFO] isomorphic-core-rpc ............................... SKIPPED
    [INFO] isomorphic-sql .................................... SKIPPED
    [INFO] isomorphic-jpa .................................... SKIPPED
    [INFO] isomorphic-hibernate .............................. SKIPPED
    [INFO] isomorphic-spring ................................. SKIPPED
    [INFO] isomorphic-network ................................ SKIPPED
    [INFO] isomorphic-struts ................................. SKIPPED
    [INFO] isomorphic-tools .................................. SKIPPED
    [INFO] smartgwt-lgpl ..................................... SKIPPED
    [INFO] smartgwt-skins .................................... SKIPPED
    [INFO] isomorphic-contentexport .......................... SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 0.744s
    [INFO] Finished at: Tue Jan 15 14:16:39 EST 2013
    [INFO] Final Memory: 5M/244M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Plugin com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0 or one of its dependencies could not be resolved: Failed to read artifac
    t descriptor for com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:jar:3.0: Failure to find com.googlecode.smartgwt-maven-plugin:smartgwt-mav
    en-plugin:pom:3.0 in http://salgs2cm01:8081/artifactory/plugins-release was cached in the local repository, resolution will not be reattempted until t
    he update interval of central has elapsed or updates are forced -> [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/PluginResolutionException

    Leave a comment:


  • bbruyn
    replied
    Yeah, that's apparently just the way Maven plugins work. It wants to run the latest version you have installed locally, or get latest from the remote repository the first time.

    To change that behavior, you have to qualify with the groupId and version number.

    Code:
    mvn com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:3.0:install
    My understanding is that you'll need the long form while it's still in staging. When it's released, you should be able to use the short form after the first time.

    Leave a comment:


  • jpappalardo
    replied
    is there a switch to get 3.0p, running the install command appears to grab 3.1p by default

    Leave a comment:


  • sabaka
    replied
    java-engine.jar is no longer used. Java engine is now part of isomorphic_core_rpc.jar.

    Yes, this works only on java6, cause we are using Java Scripting API (since java6).

    Leave a comment:


  • bbruyn
    replied
    I guess I'll want to add another artifact for the modified java-engine.jar provided in the SDK for Java-based JSR223 datasource scriptlets. Forgot about that.

    Isomorphic, does it make sense to rename that JAR to include a version number, and perhaps an isc- prefix, for clarity/consistency's sake (e.g., see isc-jakarta-oro-2.0.6)? Doesn't seem to make much sense to version that one with every nightly build...

    By the way, you only need this for Java scripting, yes? Does it make sense to declare this as an optional dependency of isomorphic-core-rpc? I wouldn't try to include every available language, but I think it makes sense for this one...

    By the way, is this meant to work on java6 only?

    Leave a comment:

Working...
X