Pony7 / cspoker

Automatically exported from code.google.com/p/cspoker
GNU General Public License v2.0
1 stars 0 forks source link

Compile problem on Windows 7 #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just downloaded and compiled using eclipse and Netbeans.
Getting same error.

NetBeans: Executing 'mvn.bat -Dnetbeans.execution=true --also-make --projects 
org.cspoker:client-gui-swt -Pwin64 install'
NetBeans:      JAVA_HOME=C:\Program Files\Java\jdk1.6.0_21
Scanning for projects...
Reactor build order: 
  CSPoker Client-GUI
  CSPoker Client-GUI-SWT
------------------------------------------------------------------------
Building CSPoker Client-GUI
   task-segment: [install]
------------------------------------------------------------------------
[site:attach]
[install:install]
Installing C:\hari\cspokernb\client\gui\pom.xml to 
C:\Users\hari\.m2\repository\org\cspoker\client-gui\0.1-SNAPSHOT\client-gui-0.1-
SNAPSHOT.pom
------------------------------------------------------------------------
Building CSPoker Client-GUI-SWT
   task-segment: [install]
------------------------------------------------------------------------
[resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, 
i.e. build is platform dependent!
Copying 77 resources
snapshot org.cspoker:server:0.1-SNAPSHOT: checking for updates from 
maven2-repository.dev.java.net
[WARNING] repository metadata for: 'snapshot org.cspoker:server:0.1-SNAPSHOT' 
could not be retrieved from repository: maven2-repository.dev.java.net due to 
an error: Error transferring file: download.java.net
Repository 'maven2-repository.dev.java.net' will be blacklisted
snapshot org.cspoker:server:0.1-SNAPSHOT: checking for updates from 
maven1-repository.dev.java.net
[WARNING] repository metadata for: 'snapshot org.cspoker:server:0.1-SNAPSHOT' 
could not be retrieved from repository: maven1-repository.dev.java.net due to 
an error: Error transferring file: download.java.net
Repository 'maven1-repository.dev.java.net' will be blacklisted
snapshot org.cspoker:server:0.1-SNAPSHOT: checking for updates from 
public.cspoker.org
[WARNING] repository metadata for: 'snapshot org.cspoker:server:0.1-SNAPSHOT' 
could not be retrieved from repository: public.cspoker.org due to an error: 
Error transferring file: cspoker.org
Repository 'public.cspoker.org' will be blacklisted
------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Failed to resolve artifact.

What steps will reproduce the problem?
1.
2.
3.

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

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

Please provide any additional information below.

If you need any more info, please send email to 
hari2krishna@yahoo.com

Thanks,
--Hari

Original issue reported on code.google.com by hari.kon...@gmail.com on 4 Sep 2010 at 12:17

GoogleCodeExporter commented 9 years ago
Do you still have the problem after yesterday's fixes? Can you try to update?

Original comment by guy...@gmail.com on 5 Sep 2010 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by guy...@gmail.com on 5 Sep 2010 at 10:24

GoogleCodeExporter commented 9 years ago
Looks like one error gone, but one more present.

NetBeans: Executing 'mvn.bat -Dnetbeans.execution=true --also-make --projects 
org.cspoker:client-gui-swt install'
NetBeans:      JAVA_HOME=C:\Program Files\Java\jdk1.6.0_21
Scanning for projects...
Reactor build order: 
  CSPoker Client-GUI
  CSPoker Client-GUI-SWT
------------------------------------------------------------------------
Building CSPoker Client-GUI
   task-segment: [install]
------------------------------------------------------------------------
[site:attach]
[install:install]
Installing C:\hari\cspokernb3\trunk\client\gui\pom.xml to 
C:\Users\hari\.m2\repository\org\cspoker\client-gui\0.1-SNAPSHOT\client-gui-0.1-
SNAPSHOT.pom
------------------------------------------------------------------------
Building CSPoker Client-GUI-SWT
   task-segment: [install]
------------------------------------------------------------------------
[resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, 
i.e. build is platform dependent!
Copying 77 resources
------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Failed to resolve artifact.

No versions are present in the repository for the artifact with a range 
[3.2.0,4.0.0)
  org.eclipse.swt.win32.win32:x86_64:jar:null

from the specified remote repositories:
  public.cspoker.org (http://cspoker.org:8080/nexus/content/groups/public/),
  central (http://repo1.maven.org/maven2),
  maven1-repository.dev.java.net (http://download.java.net/maven/1),
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)

Path to dependency: 
        1) org.cspoker:client-gui-swt:jar:0.1-SNAPSHOT

Original comment by hari.kk...@gmail.com on 5 Sep 2010 at 3:39

GoogleCodeExporter commented 9 years ago
> No versions are present in the repository for the artifact with a range 
[3.2.0,4.0.0)
>   org.eclipse.swt.win32.win32:x86_64:jar:null

I have this problem too. I guess I would have to find a that artifact 
(package?) or a repository that holds it?

Original comment by ilk...@gmail.com on 24 Oct 2010 at 4:14

GoogleCodeExporter commented 9 years ago
I uploaded a tar file of the package (org.eclipse.swt.win32.win32:x86_64) here:
https://dl-web.dropbox.com/get/org.eclipse.swt.win32.win32.x86_64.tar?w=bc1b221c
&dl=1

Original comment by ilk...@gmail.com on 26 Oct 2010 at 3:44