|
From: Jody G. <jga...@re...> - 2004-07-14 21:14:32
|
Is ibiblio slow for everyone or just me? It is very annoying that maven 1.0 wants to check for geoapi-SNAPSHOT each time, especially when involves a timeout. It also ends up skipping the build of main (even though it confesses that geoapi-SNAPSHOT was found locally). Is there anything we can do about this? > Attempting to download geoapi-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.ibiblio.org/maven/geoapi/jars/geoapi-SNAPSHOT.jar]: > java.net.ConnectException > : Connection timed out: connect > Artifact /geoapi/jars/geoapi-SNAPSHOT.jar doesn't exists in remote > repository, but it exists locally > Plugin 'maven-deploy-plugin' in project 'main' is not available > build:start: > .... |
|
From: Paul R. <pr...@re...> - 2004-07-14 21:18:58
|
I could set up a webdav folder for geotools that would be readable globally but writable only by geotools developers. That way you could upload whatever files you need and point maven there. Jody Garnett wrote: > Is ibiblio slow for everyone or just me? > > It is very annoying that maven 1.0 wants to check for geoapi-SNAPSHOT > each time, especially when involves a timeout. It also ends up skipping > the build of main (even though it confesses that geoapi-SNAPSHOT was > found locally). > > Is there anything we can do about this? > >> Attempting to download geoapi-SNAPSHOT.jar. >> Error retrieving artifact from >> [http://www.ibiblio.org/maven/geoapi/jars/geoapi-SNAPSHOT.jar]: >> java.net.ConnectException >> : Connection timed out: connect >> Artifact /geoapi/jars/geoapi-SNAPSHOT.jar doesn't exists in remote >> repository, but it exists locally >> Plugin 'maven-deploy-plugin' in project 'main' is not available >> build:start: >> .... |
|
From: Jody G. <jga...@re...> - 2004-07-14 21:36:12
|
Paul Ramsey wrote: > I could set up a webdav folder for geotools that would be readable > globally but writable only by geotools developers. That way you could > upload whatever files you need and point maven there. Usually things are okay, it could be a connection problem on our end Paul (since Richard has the same issue). Jody |
|
From: Richard G. <rg...@re...> - 2004-07-14 21:21:31
|
It is giving me severe problems. Main won't build until it has all the
jars downloaded, but the jars usually time out. Occsionally they
actually download. After about 20 runs of 'maven build' I have all the
jars finally downloaded.
But building is now giving me other errors:
(This is a sample, there are over 100 errors)
C:\java\projects\geotools\gt\module\main\src\org\geotools\cs\AxisInfo.java:37:
cannot resolve symbol
symbol : class Identifier
location: package referencing
import org.opengis.referencing.Identifier;
^
C:\java\projects\geotools\gt\module\main\src\org\geotools\cs\AxisInfo.java:230:
cannot resolve symbol
symbol : class Identifier
location: class org.geotools.cs.AxisInfo
public Identifier[] getIdentifiers() {
^
C:\java\projects\geotools\gt\module\main\src\org\geotools\cs\Info.java:33:
cannot resolve symbol
symbol : class Identifier
location: package referencing
import org.opengis.referencing.Identifier;
Anyone have any suggestions?
Thanks!
Richard
Jody Garnett wrote:
> Is ibiblio slow for everyone or just me?
>
> It is very annoying that maven 1.0 wants to check for geoapi-SNAPSHOT
> each time, especially when involves a timeout. It also ends up
> skipping the build of main (even though it confesses that
> geoapi-SNAPSHOT was found locally).
>
> Is there anything we can do about this?
>
>> Attempting to download geoapi-SNAPSHOT.jar.
>> Error retrieving artifact from
>> [http://www.ibiblio.org/maven/geoapi/jars/geoapi-SNAPSHOT.jar]:
>> java.net.ConnectException
>> : Connection timed out: connect
>> Artifact /geoapi/jars/geoapi-SNAPSHOT.jar doesn't exists in remote
>> repository, but it exists locally
>> Plugin 'maven-deploy-plugin' in project 'main' is not available
>> build:start:
>> ....
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _______________________________________________
> Geotools-devel mailing list
> Geo...@li...
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
|
|
From: Martin D. <mar...@te...> - 2004-07-15 07:44:30
|
Richard Gould a =E9crit : > But building is now giving me other errors: >=20 > (This is a sample, there are over 100 errors) >=20 > C:\java\projects\geotools\gt\module\main\src\org\geotools\cs\AxisInfo.j= ava:37:=20 > cannot resolve symbol > symbol : class Identifier > location: package referencing > import org.opengis.referencing.Identifier; Did you run "svn update" first? As mentioned in my previous mail, this=20 is mandatory because of changes in geoapi CRS interfaces (as a result of=20 last OGC meeting in Southampton). More changes will comes in a yet=20 future update, since I have not finished applying all changes voted. Martin. |
|
From: Ian S. <Ian...@ar...> - 2004-07-14 21:50:46
|
On Wednesday 14 July 2004 03:14 pm, Jody Garnett wrote: > Is ibiblio slow for everyone or just me? > > It is very annoying that maven 1.0 wants to check for geoapi-SNAPSHOT > each time maven -o ? (Offline) |
|
From: Martin D. <mar...@te...> - 2004-07-15 07:34:33
|
Jody Garnett a =E9crit : > It is very annoying that maven 1.0 wants to check for geoapi-SNAPSHOT=20 > each time, especially when involves a timeout. It also ends up skipping= =20 > the build of main (even though it confesses that geoapi-SNAPSHOT was=20 > found locally). Since geoapi-SNAPSHOT is not updated that often, it may be replaced by=20 geoapi-<date> or geoapi-1.1beta I guess... Martin. |