|
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
|