Re: [picocontainer-dev] RE: [picocontainer-scm] [4327] java/2.x/trunk/nanoextras/pom.xml: persistence does not build on Java 1.6 cos of unimpl'd interfaces
Paul Hammant <[email protected]>
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
I'd push that page up, but I'm getting some weird issue with Maven
presently -
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Picocontainer Distribution
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory /scm/oss/pico/trunk/pico/distribution/target
> [INFO] [dependency:unpack {execution: unpack}]
> [INFO] Configured Artifact: org.picocontainer:picocontainer:javadoc:
> 2.3-SNAPSHOT:jar
> Downloading: http://www.astrogrid.org/maven/org.picocontainer/jars/picocontainer-2.3-SNAPSHOT-javadoc.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to find artifact.
>
> Embedded error: Unable to download the artifact from any repository
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.picocontainer -
> DartifactId=picocontainer \
> -Dversion=2.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>
>
> org.picocontainer:picocontainer:jar:2.3-SNAPSHOT
>
> from the specified remote repositories:
> astrogrid.org-repository (http://www.astrogrid.org/maven),
> central (http://repo1.maven.org/maven2)
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4 seconds
> [INFO] Finished at: Sat May 10 14:41:56 PDT 2008
> [INFO] Final Memory: 15M/36M
> [INFO]
> ------------------------------------------------------------------------
On May 10, 2008, at 12:59 PM, Michael Rimov wrote:
> Hi guys,
>
> I had mentioned this off-list to Mauro I think perhaps about a year
> ago. Unfortunately, the interface changes are completely
> incompatible to JDK 1.5. Does anybody have a solution on how to
> build for both JDK’s?
>
> -Mike
>
> From: paul-yCVjj/[email protected] [mailto:paul-yCVjj/[email protected]]
> Sent: Saturday, May 10, 2008 7:38 AM
> To: scm-qxt/[email protected]
> Subject: [picocontainer-scm] [4327] java/2.x/trunk/nanoextras/
> pom.xml: persistence does not build on Java 1.6 cos of unimpl'd
> interfaces
>
> Revision
> 4327
> Author
> paul
> Date
> 2008-05-10 09:38:04 -0500 (Sat, 10 May 2008)
> Log Message
>
> persistence does not build on Java 1.6 cos of unimpl'd interfaces
> Modified Paths
>
> java/2.x/trunk/nanoextras/pom.xml
> Diff
>
> Modified: java/2.x/trunk/nanoextras/pom.xml (4326 => 4327)
>
> --- java/2.x/trunk/nanoextras/pom.xml 2008-05-10 12:39:20 UTC (rev
> 4326)
> +++ java/2.x/trunk/nanoextras/pom.xml 2008-05-10 14:38:04 UTC (rev
> 4327)
> @@ -10,8 +10,8 @@
> <modules>
> <module>nanosar</module>
> <module>nanowar</module>
> + <module>remoting</module>
> <module>persistence</module>
> - <module>remoting</module>
> </modules>
>
> <organization>
>
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
>