I've followed Installation and HelloWorld Tutorial instructions but am having
problems as below dragging in some org.eclipse dependencies. 

After running this one:

mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create \
-DarchetypeGroupId=org.fornax.cartridges \
-DarchetypeArtifactId=fornax-cartridges-sculptor-archetype-standalone
-DarchetypeVersion=1.7.0-SNAPSHOT \
-DremoteRepositories=http://www.fornax-platform.org/archiva/repository/snapshots/
\
-DgroupId=org.helloworld -DartifactId=helloworld

I'd tried mvn eclipse:eclipse but got this:


Downloading:
http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/3.2.200/preferences-3.2.200.jar
Downloading:
http://repo1.maven.org/maven2/org/eclipse/core/contenttype/3.3.0/contenttype-3.3.0.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.eclipse.equinox:preferences:jar:3.2.200

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.eclipse.equinox
-DartifactId=preferences -Dversion=3.2.200 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.eclipse.equinox
-DartifactId=preferences -Dversion=3.2.200 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url]
 -DrepositoryId=[id]

  Path to dependency:
        1) org.helloworld:helloworld:jar:1.0-SNAPSHOT
        2)
org.fornax.cartridges:fornax-cartridges-sculptor-generator:jar:1.7.0-SNAPSHOT
        3)
org.fornax.cartridges:fornax-cartridges-sculptor-metamodel:jar:1.7.0-SNAPSHOT
        4) org.eclipse.emf:common:jar:2.3.0
        5) org.eclipse.core:runtime:jar:3.3.100-v20070530
        6) org.eclipse.equinox:preferences:jar:3.2.200

2) org.eclipse.core:contenttype:jar:3.3.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.eclipse.core
-DartifactId=contenttype -Dversion=3.3.0 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.eclipse.core
-DartifactId=contenttype -Dversion=3.3.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -Dre
positoryId=[id]

  Path to dependency:
        1) org.helloworld:helloworld:jar:1.0-SNAPSHOT
        2)
org.fornax.cartridges:fornax-cartridges-sculptor-generator:jar:1.7.0-SNAPSHOT
        3)
org.fornax.cartridges:fornax-cartridges-sculptor-metamodel:jar:1.7.0-SNAPSHOT
        4) org.eclipse.emf:common:jar:2.3.0
        5) org.eclipse.core:runtime:jar:3.3.100-v20070530
        6) org.eclipse.core:contenttype:jar:3.3.0

----------
2 required artifacts are missing.

I've now spent many days just to get to this point and I'm wondering is
there an easier way? eg. is this needing me to specify a specific repository
so i can grab those dependencies OR  should i even be using 1.7.0-SNAPSHOT
version of fornax-cartridges-sculptor-archetype-standalone ? ie. is there a
stable version that I should use instead.

Pls help as the sculptor DSL looks great - would love to be playing with it
but so far very frustrated%-|
-- 
View this message in context: 
http://www.nabble.com/Sculptor-Newbie---can%27t-build-HelloWorld%21-tp25501992s17564p25501992.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to