Re: [Neo4j] building utilities from svn source (maven + windows x64)

2010-06-23 Thread Дмитрий Медведев
I have just downloaded source from svn from scratch. Magic. It now works.
Obviously, I am missing something...

Best Regards,
Dmitry N. Medvedev,

Tel.:
+7 (903) 506 0376

E-mail:
dmitry.medve...@gmail.com
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] building utilities from svn source (maven + windows x64)

2010-06-23 Thread Anders Nawroth
Nice to hear it's working now.

Maybe Maven just had a bad day ;-)

/anders

On 06/23/2010 10:04 AM, Дмитрий Медведев wrote:
 I have just downloaded source from svn from scratch. Magic. It now works.
 Obviously, I am missing something...

 Best Regards,
 Dmitry N. Medvedev,

 Tel.:
 +7 (903) 506 0376

 E-mail:
 dmitry.medve...@gmail.com
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] building utilities from svn source (maven + windows x64)

2010-06-22 Thread Дмитрий Медведев
Hi!
I have failed to build utilities from svn sources with Maven on Windows x64.
Please, point me out to a solution. Any help is greatly appreciated.

Here is a log:


[INFO] Scanning for projects...
[INFO]

[INFO] Building Neo4j - utilities
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory H:\diamatix\virt...@office\src\3rdparties\
svn.neo4j.org\components\utils\trunk\target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory H:\diamatix\virt...@office
\src\3rdParties\svn.neo4j.org\components\utils\trunk\src\main\resources
[INFO] Copying 3 resources to META-INF
Downloading:
http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/neo4j-kernel-1.1-SNAPSHOT.pom
[INFO] Unable to find resource 'org.neo4j:neo4j-kernel:pom:1.1-SNAPSHOT' in
repository neo4j-public-repository (http://m2.neo4j.org)
Downloading:
http://m2.neo4j.org/org/neo4j/neo4j-index/1.1-SNAPSHOT/neo4j-index-1.1-SNAPSHOT.pom
[INFO] Unable to find resource 'org.neo4j:neo4j-index:pom:1.1-SNAPSHOT' in
repository neo4j-public-repository (http://m2.neo4j.org)
Downloading:
http://m2.neo4j.org/org/neo4j/neo4j-index/1.1-SNAPSHOT/neo4j-index-1.1-SNAPSHOT.jar
[INFO] Unable to find resource 'org.neo4j:neo4j-index:jar:1.1-SNAPSHOT' in
repository neo4j-public-repository (http://m2.neo4j.org)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.neo4j:neo4j-index:jar:1.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.neo4j -DartifactId=neo4j-index
-Dversion=1.1-SNAPSHOT -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.neo4j -DartifactId=neo4j-index
-Dversion=1.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
   1) org.neo4j:neo4j-utils:bundle:1.1-SNAPSHOT
   2) org.neo4j:neo4j-index:jar:1.1-SNAPSHOT

--
1 required artifact is missing.

for artifact:
  org.neo4j:neo4j-utils:bundle:1.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  neo4j-public-repository (http://m2.neo4j.org)



[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 3 seconds
[INFO] Finished at: Tue Jun 22 23:50:36 MSD 2010
[INFO] Final Memory: 16M/39M
[INFO]




Best Regards,
Dmitry N. Medvedev,

Tel.:
+7 (903) 506 0376

E-mail:
dmitry.medve...@gmail.com
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] building utilities from svn source (maven + windows x64)

2010-06-22 Thread Anders Nawroth
Hi Dmitry!

Have you tried to do mvn install on the dependencies first?

 Downloading:
 http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/neo4j-kernel-1.1-SNAPSHOT.pom

This looks a bit strange, that file shouldn't exist as the snapshot are 
deployed using timestamps in the file name, see the file names at:
http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/
(and Maven should be smart enough to figure this out)

When I try the same thing this is the corresponding output:
Downloading: 
http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.1-SNAPSHOT/neo4j-kernel-1.1-20100622.220242-104.pom

If you're building from source just to get the latest and greatest 
version, you could as well use the artifacts in the Neo4j m2 repository, 
as they're deployed within a few minutes after every commit.


/anders


 [INFO] Unable to find resource 'org.neo4j:neo4j-kernel:pom:1.1-SNAPSHOT' in
 repository neo4j-public-repository (http://m2.neo4j.org)
 Downloading:
 http://m2.neo4j.org/org/neo4j/neo4j-index/1.1-SNAPSHOT/neo4j-index-1.1-SNAPSHOT.pom
 [INFO] Unable to find resource 'org.neo4j:neo4j-index:pom:1.1-SNAPSHOT' in
 repository neo4j-public-repository (http://m2.neo4j.org)
 Downloading:
 http://m2.neo4j.org/org/neo4j/neo4j-index/1.1-SNAPSHOT/neo4j-index-1.1-SNAPSHOT.jar
 [INFO] Unable to find resource 'org.neo4j:neo4j-index:jar:1.1-SNAPSHOT' in
 repository neo4j-public-repository (http://m2.neo4j.org)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.neo4j:neo4j-index:jar:1.1-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.neo4j -DartifactId=neo4j-index
 -Dversion=1.1-SNAPSHOT -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.neo4j -DartifactId=neo4j-index
 -Dversion=1.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
 -DrepositoryId=[id]

Path to dependency:
 1) org.neo4j:neo4j-utils:bundle:1.1-SNAPSHOT
 2) org.neo4j:neo4j-index:jar:1.1-SNAPSHOT

 --
 1 required artifact is missing.

 for artifact:
org.neo4j:neo4j-utils:bundle:1.1-SNAPSHOT

 from the specified remote repositories:
central (http://repo1.maven.org/maven2),
neo4j-public-repository (http://m2.neo4j.org)



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 3 seconds
 [INFO] Finished at: Tue Jun 22 23:50:36 MSD 2010
 [INFO] Final Memory: 16M/39M
 [INFO]
 



 Best Regards,
 Dmitry N. Medvedev,

 Tel.:
 +7 (903) 506 0376

 E-mail:
 dmitry.medve...@gmail.com
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user