[
http://jira.codehaus.org/browse/MOJO-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_114478
]
Pete commented on MOJO-549:
---------------------------
I am using the plugin hosted at
http://www.saumya.de/projects/gwt-tools/gwt-maven-plugin
, it works fine under windows, but on a Mac it determine mac dependency is
needed but that jar doesn't seem to be in the repo.
Any chance of adding jar ?
thanks
Pete
Downloading:
http://www.saumya.de/repository/com/google/gwt/gwt-dev-mac/1.4.60/gwt-dev-mac-1.4.60.jar
Downloading:
file:///Users/peteth/.m2/fake_remote_alliance/com/google/gwt/gwt-dev-mac/1.4.60/gwt-dev-mac-1.4.60.jar
Downloading:
http://repo1.maven.org/maven2/com/google/gwt/gwt-dev-mac/1.4.60/gwt-dev-mac-1.4.60.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.google.gwt:gwt-dev-mac:jar:1.4.60
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.google.gwt
-DartifactId=gwt-dev-mac \
-Dversion=1.4.60 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.google.gwt -DartifactId=gwt-dev-mac \
-Dversion=1.4.60 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.au.treasury:treasury-web:war:1.0-SNAPSHOT
2) com.google.gwt:gwt-dev:pom:1.4.60
3) com.google.gwt:gwt-dev-mac:jar:1.4.60
----------
1 required artifact is missing.
for artifact:
com.au.treasury:treasury-web:war:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
gwt-snapshots (http://www.saumya.de/repository),
remote_alliance (file:///Users/peteth/.m2/fake_remote_alliance)
> submitting new gwt-plugin
> -------------------------
>
> Key: MOJO-549
> URL: http://jira.codehaus.org/browse/MOJO-549
> Project: Mojo
> Issue Type: New Feature
> Components: Plugin Submission
> Environment: Gentoo Linux, maven-2.0.4, java build Blackdown-1.4.2-03
> Reporter: kristian meier
> Attachments: gwt-plugin.tar.gz, gwt-plugin2.tar.gz,
> gwt-plugin3.tar.gz, gwt-plugin_forkShellParam.patch.txt
>
>
> after asking the mojo-mailing list if there is interest in a
> gwt-maven-plugin, I hereby attaching the plugin code. I tried to obey the
> developer guidelines, but I have to admint I did have quite a struggle with
> it. so any feedback is welcome.
> I wanted to contribute a plugin with which you can compile GWT applications
> (code.google.com/gwt) from within maven. actually I have also two archetypes
> along with this plugin, but I do not know how to incorporate these in the
> given plugin structure of codehaus. so I just took the plugin tried to follow
> the guidelines as much as possible and added some documentation to it.
> the best understanding you get if you follow the example from the docu. I
> also stopped at a certain point, because first I want to see what Codehaus is
> doing with this and how I can contribute to this plugin when it is part of
> the mojo-project.
> with best wishes
> Kristian
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email