bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

The maven dependency com.apple:ui:1.2 is missing. #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Fetch swixml 2.6-SNAPSHOT from Sonatype repository.

What is the expected output? What do you see instead?

[WARNING] The POM for com.apple:ui:jar:1.2 is missing, no dependency 
information available

[ERROR] Failed to execute goal on project meta: Could not resolve dependencies 
for project blabla:bla:pom:1.0: Failure to find com.apple:ui:jar:1.2 in 
http://repo1.maven.org/maven2/ was cached in the local repository, resolution 
will not be reattempted until the update interval of repo1.maven.org has 
elapsed or u pdates are forced -> [Help 1]

What version of the product are you using? On what operating system?

Windows 7, Java 6, Maven 2

Please provide any additional information below.

Original issue reported on code.google.com by hasteb...@gmail.com on 24 Dec 2011 at 7:03

GoogleCodeExporter commented 9 years ago
*Solution for users of already release versions:*

Add this repository:

<repository>
    <id>google-swixml2</id>
    <url>http://swixml2.googlecode.com/svn/mavenrepo</url>
</repository>

*Possible solution for new releases:*

Change dependency com.apple:ui:1.2 to com.apple:AppleJavaExtensions:1.4. The 
old classes are in the new jar, but I don't know if there where some breaking 
changes.

Original comment by hasteb...@gmail.com on 24 Dec 2011 at 7:16

GoogleCodeExporter commented 9 years ago
i've deployed release 2.6.20130530 that use the suggested dependency

Original comment by bartolom...@gmail.com on 30 May 2013 at 8:42