Search |
||
forceTen 0.5.0 releasedPosted by fabriziogiudici on November 9, 2009 at 7:41 PM PST
forceTen has gotten the first public release and it's now possible to download it both as a binary application and as a project to compile from sources (in addition to the cloning of the source repository). Also, I've set up the mailing lists, a user's forum and the issue tracker. I don't like the graphics of the new web site (it seems I'm suffering from a lack of fantasy for the clip art), but they are a reasonable starter.
As an application, forceTen has got only a handful of features, but I'm working on the trip management capabilities of blueMarine that will be part of forceTen - I think that there will be something interesting by Christmas. I'm also finishing a few screencasts about how to develop for forceTen - they are relevant for blueMarine too, of course, and for people interested in developing with the NetBeans Platform. So, stay tuned. ![]() »
Related Topics >>
Blogs Comments
Comments are listed in date ascending order (oldest first)
Sorry for the late response,
Submitted by fabriziogiudici on Wed, 2010-01-06 17:11.
Sorry for the late response, but I received only now the email notifying your comment. The project compiles fine under Hudson, but I think there's still something wrong in the configuration of Maven caches (Nexus) so they "see" something that is not publicy available. They are some libraries from the OpenBlueSky project which is being mavenized as well. Can you retry with the latest forceTen update from the repository, please? I've done a few changes in the past days. Thanks. |
||
|
Cannot build forceTen 0.5.0 from souces by maven
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) it.tidalwave.openbluesky:it-tidalwave-openide-windowmanager:jar:1.4.4
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=it.tidalwave.openbluesky -DartifactId=it-tidalwave-openide-windowmanager -Dversion=1.4.4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=it.tidalwave.openbluesky -DartifactId=it-tidalwave-openide-windowmanager -Dversion=1.4.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) it.tidalwave.geo:it-tidalwave-forceten-lookandfeel:nbm:1.1.32
2) it.tidalwave.openbluesky:it-tidalwave-openide-windowmanager:jar:1.4.4
----------
1 required artifact is missing.
for artifact:
it.tidalwave.geo:it-tidalwave-forceten-lookandfeel:nbm:1.1.32
from the specified remote repositories:
maven2-release-repository.bluemarine.kenai.com (https://kenai.com/website/bluemarine/maven-repository/releases),
central (http://repo1.maven.org/maven2),
maven2-release-repository.openbluesky.kenai.com (https://kenai.com/website/openbluesky/maven-repository/releases),
netbeans (http://bits.netbeans.org/maven2/),
maven2-release-repository.nbpwr.kenai.com (https://kenai.com/website/nbpwr/maven-repository/releases)