[Geonetwork-devel] Re: compile errors

Um, I'm still getting the exact same errors (sorry for the delay, had
other things going on). I just updated yesterday, and today.

here's the error again:

Buildfile: build.xml

compile:
   [delete] Deleting directory C:\cygwin\home\Chris\geonetwork\.build
    [mkdir] Created dir: C:\cygwin\home\Chris\geonetwork\.build
    [javac] Compiling 93 source files to
C:\cygwin\home\Chris\geonetwork\.build
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:11:
package org.fao.geonet.util does not exist
    [javac] import org.fao.geonet.util.*;
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:114:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] private McKoiDB setupMcKoi(String installDir, Element jdbc)
throws Exception
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:63:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] McKoiDB mcKoiDB = setupMcKoi(installDir, jdbc);
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] McKoiDB mcKoi = new McKoiDB();
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] McKoiDB mcKoi = new McKoiDB();
    [javac] ^
    [javac] Note:
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\services\util\z3950\GNSearchTask.java
uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 5 errors

Looking at the code in class Setup.java there's no direct import of
McKoiDB, and it's not in the same package or in the

There still appears to be no geonet.util class. I tried using
net.sf.tapestry.contrib.mckoi.McKoiDB, as it's a class in the
WEB-INF/lib directory but got this set of errors:

  [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:107:
cannot access org.jboss.system.ServiceMBeanSupport
    [javac] file org\jboss\system\ServiceMBeanSupport.class not found
    [javac] if (mcKoiDB != null)
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:110:
cannot resolve symbol
    [javac] symbol : method stop ()
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoiDB.stop();
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:147:
cannot resolve symbol
    [javac] symbol : method setConfigFile (java.lang.String)
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoi.setConfigFile(dbPath);
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:151:
cannot resolve symbol
    [javac] symbol : method create (java.lang.String,java.lang.String)
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoi.create(user, password);
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:154:
cannot resolve symbol
    [javac] symbol : method start ()
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoi.start();

Any other suggestions? I'd like to get working off of cvs, may even be
able to contribute stuff back...

thanks,

Chris

I"m sure you did a cvs checkout when I was commiting my changes.
Try again now.

Cheers,
Andrea

Alle 12:07, giovedì 19 maggio 2005, Chris Holmes ha scritto:
> Hey all, I just checked out from cvs, and typed "ant" and "ant
compile"
> and got the following errors:
>
> Buildfile: build.xml
>
> compile:
> [delete] Deleting directory C:\cygwin\home\Chris\geonetwork\.build
> [mkdir] Created dir: C:\cygwin\home\Chris\geonetwork\.build
> [javac] Compiling 93 source files to
> C:\cygwin\home\Chris\geonetwork\.build
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:11:
> package org.fao.geonet.util does not exist
> [javac] import org.fao.geonet.util.*;
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:114:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] private McKoiDB setupMcKoi(String installDir, Element
> jdbc) throws Exception
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:63:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoiDB = setupMcKoi(installDir, jdbc);
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoi = new McKoiDB();
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoi = new McKoiDB();
> [javac] ^
> [javac] Note:
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\services\util\z3950\GNSearchTask.java
> uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 5 errors
>
> Is there some class that wasn"t committed?
>
> thanks,
>
> Chris
>

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

I don't understand why you are not able to compile.
Right now, I issued these commands:

cvs -z3 -d:pserver:anonymous@anonymised.com:/cvsroot/geonetwork co -P geonetwork

cd geonetwork

ant

and geonetwork compiled without problems.

Buildfile: build.xml

compile:
    [mkdir] Created dir: /my/work/geonetwork/.build
    [javac] Compiling 95 source files to /my/work/geonetwork/.build
    [javac] Note: /my/work/geonetwork/src/org/fao/geonet/services/util/z3950/GNSearchTask.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
      [jar] Building jar: /my/work/geonetwork/web/WEB-INF/lib/geonetwork.jar
      [jar] Building jar: /my/work/geonetwork/web/WEB-INF/lib/setup.jar
   [delete] Deleting directory /my/work/geonetwork/.build

BUILD SUCCESSFUL
Total time: 4 seconds

Anyway, please note that there are 95 files compiled and not 93 as you have.

Cheers,
Andrea

Alle 11:57, mercoledì 29 giugno 2005, Chris Holmes ha scritto:

Um, I'm still getting the exact same errors (sorry for the delay, had
other things going on). I just updated yesterday, and today.

here's the error again:

Buildfile: build.xml

compile:
   [delete] Deleting directory C:\cygwin\home\Chris\geonetwork\.build
    [mkdir] Created dir: C:\cygwin\home\Chris\geonetwork\.build
    [javac] Compiling 93 source files to
C:\cygwin\home\Chris\geonetwork\.build
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:11:
package org.fao.geonet.util does not exist
    [javac] import org.fao.geonet.util.*;
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:114:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] private McKoiDB setupMcKoi(String installDir, Element jdbc)
throws Exception
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:63:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] McKoiDB mcKoiDB = setupMcKoi(installDir, jdbc);
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] McKoiDB mcKoi = new McKoiDB();
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
cannot resolve symbol
    [javac] symbol : class McKoiDB
    [javac] location: class org.fao.geonet.apps.setup.Setup
    [javac] McKoiDB mcKoi = new McKoiDB();
    [javac] ^
    [javac] Note:
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\services\util\z3950\GNSearchTask.java
uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 5 errors

Looking at the code in class Setup.java there's no direct import of
McKoiDB, and it's not in the same package or in the

There still appears to be no geonet.util class. I tried using
net.sf.tapestry.contrib.mckoi.McKoiDB, as it's a class in the
WEB-INF/lib directory but got this set of errors:

  [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:107:
cannot access org.jboss.system.ServiceMBeanSupport
    [javac] file org\jboss\system\ServiceMBeanSupport.class not found
    [javac] if (mcKoiDB != null)
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:110:
cannot resolve symbol
    [javac] symbol : method stop ()
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoiDB.stop();
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:147:
cannot resolve symbol
    [javac] symbol : method setConfigFile (java.lang.String)
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoi.setConfigFile(dbPath);
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:151:
cannot resolve symbol
    [javac] symbol : method create (java.lang.String,java.lang.String)
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoi.create(user, password);
    [javac] ^
    [javac]
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:154:
cannot resolve symbol
    [javac] symbol : method start ()
    [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
    [javac] mcKoi.start();

Any other suggestions? I'd like to get working off of cvs, may even be
able to contribute stuff back...

thanks,

Chris

> I"m sure you did a cvs checkout when I was commiting my changes.
> Try again now.

Cheers,
Andrea

Alle 12:07, giovedì 19 maggio 2005, Chris Holmes ha scritto:
> Hey all, I just checked out from cvs, and typed "ant" and "ant
compile"
> and got the following errors:
>
> Buildfile: build.xml
>
> compile:
> [delete] Deleting directory C:\cygwin\home\Chris\geonetwork\.build
> [mkdir] Created dir: C:\cygwin\home\Chris\geonetwork\.build
> [javac] Compiling 93 source files to
> C:\cygwin\home\Chris\geonetwork\.build
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:11:
> package org.fao.geonet.util does not exist
> [javac] import org.fao.geonet.util.*;
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:114:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] private McKoiDB setupMcKoi(String installDir, Element
> jdbc) throws Exception
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:63:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoiDB = setupMcKoi(installDir, jdbc);
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoi = new McKoiDB();
> [javac] ^
> [javac]
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:
> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoi = new McKoiDB();
> [javac] ^
> [javac] Note:
>
C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\services\util\z3950\GNSearchTask.java
> uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 5 errors
>
> Is there some class that wasn"t committed?
>
> thanks,
>
> Chris
>

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=Click
_______________________________________________
Geonetwork-devel mailing list
Geonetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

Ah, there we go. My bad, I forgot to use -d to do the check out, so it
wasn't getting the new util directory. I've been spoiled by subversion
lately.

Also, I'm trying the remote search, and it seems like every time I get a
page with:
Tranformation exception
Could not compile stylesheet

The logs say Error 'file:///C:/Program
Files/geonetwork/web/xsl/metadata.xsl: line 359: At least one
<xsl"when> element required in <xsl:choose>.'
-> exception during transformation for : remote.show

Chris

Quoting Andrea Carboni <acarboni@anonymised.com>:

I don't understand why you are not able to compile.
Right now, I issued these commands:

cvs -z3 -d:pserver:anonymous@anonymised.com:/cvsroot/geonetwork
co -P geonetwork

cd geonetwork

ant

and geonetwork compiled without problems.

Buildfile: build.xml

compile:
    [mkdir] Created dir: /my/work/geonetwork/.build
    [javac] Compiling 95 source files to /my/work/geonetwork/.build
    [javac] Note:

/my/work/geonetwork/src/org/fao/geonet/services/util/z3950/GNSearchTask.java

uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
      [jar] Building jar:
/my/work/geonetwork/web/WEB-INF/lib/geonetwork.jar
      [jar] Building jar:
/my/work/geonetwork/web/WEB-INF/lib/setup.jar
   [delete] Deleting directory /my/work/geonetwork/.build

BUILD SUCCESSFUL
Total time: 4 seconds

Anyway, please note that there are 95 files compiled and not 93 as
you have.

Cheers,
Andrea

Alle 11:57, mercoledì 29 giugno 2005, Chris Holmes ha scritto:
> Um, I'm still getting the exact same errors (sorry for the delay,
had
> other things going on). I just updated yesterday, and today.
>
> here's the error again:
>
> Buildfile: build.xml
>
> compile:
> [delete] Deleting directory
C:\cygwin\home\Chris\geonetwork\.build
> [mkdir] Created dir: C:\cygwin\home\Chris\geonetwork\.build
> [javac] Compiling 93 source files to
> C:\cygwin\home\Chris\geonetwork\.build
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:11:

> package org.fao.geonet.util does not exist
> [javac] import org.fao.geonet.util.*;
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:114:

> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] private McKoiDB setupMcKoi(String installDir, Element
jdbc)
> throws Exception
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:63:

> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoiDB = setupMcKoi(installDir, jdbc);
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:

> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoi = new McKoiDB();
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:

> cannot resolve symbol
> [javac] symbol : class McKoiDB
> [javac] location: class org.fao.geonet.apps.setup.Setup
> [javac] McKoiDB mcKoi = new McKoiDB();
> [javac] ^
> [javac] Note:
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\services\util\z3950\GNSearchTask.java

> uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 5 errors
>
>
> Looking at the code in class Setup.java there's no direct import of
> McKoiDB, and it's not in the same package or in the
>
> There still appears to be no geonet.util class. I tried using
> net.sf.tapestry.contrib.mckoi.McKoiDB, as it's a class in the
> WEB-INF/lib directory but got this set of errors:
>
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:107:

> cannot access org.jboss.system.ServiceMBeanSupport
> [javac] file org\jboss\system\ServiceMBeanSupport.class not
found
> [javac] if (mcKoiDB != null)
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:110:

> cannot resolve symbol
> [javac] symbol : method stop ()
> [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
> [javac] mcKoiDB.stop();
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:147:

> cannot resolve symbol
> [javac] symbol : method setConfigFile (java.lang.String)
> [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
> [javac] mcKoi.setConfigFile(dbPath);
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:151:

> cannot resolve symbol
> [javac] symbol : method create
(java.lang.String,java.lang.String)
> [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
> [javac] mcKoi.create(user, password);
> [javac] ^
> [javac]
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:154:

> cannot resolve symbol
> [javac] symbol : method start ()
> [javac] location: class net.sf.tapestry.contrib.mckoi.McKoiDB
> [javac] mcKoi.start();
>
>
> Any other suggestions? I'd like to get working off of cvs, may
even be
> able to contribute stuff back...
>
> thanks,
>
> Chris
>
> > I"m sure you did a cvs checkout when I was commiting my changes.
> > Try again now.
>
> Cheers,
> Andrea
>
>
> Alle 12:07, giovedì 19 maggio 2005, Chris Holmes ha scritto:
> > Hey all, I just checked out from cvs, and typed "ant" and "ant
> compile"
> > and got the following errors:
> >
> > Buildfile: build.xml
> >
> > compile:
> > [delete] Deleting directory
C:\cygwin\home\Chris\geonetwork\.build
> > [mkdir] Created dir: C:\cygwin\home\Chris\geonetwork\.build
> > [javac] Compiling 93 source files to
> > C:\cygwin\home\Chris\geonetwork\.build
> > [javac]
> >
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:11:

> > package org.fao.geonet.util does not exist
> > [javac] import org.fao.geonet.util.*;
> > [javac] ^
> > [javac]
> >
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:114:

> > cannot resolve symbol
> > [javac] symbol : class McKoiDB
> > [javac] location: class org.fao.geonet.apps.setup.Setup
> > [javac] private McKoiDB setupMcKoi(String installDir,
Element
> > jdbc) throws Exception
> > [javac] ^
> > [javac]
> >
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:63:

> > cannot resolve symbol
> > [javac] symbol : class McKoiDB
> > [javac] location: class org.fao.geonet.apps.setup.Setup
> > [javac] McKoiDB mcKoiDB = setupMcKoi(installDir, jdbc);
> > [javac] ^
> > [javac]
> >
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:

> > cannot resolve symbol
> > [javac] symbol : class McKoiDB
> > [javac] location: class org.fao.geonet.apps.setup.Setup
> > [javac] McKoiDB mcKoi = new McKoiDB();
> > [javac] ^
> > [javac]
> >
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\apps\setup\Setup.java:126:

> > cannot resolve symbol
> > [javac] symbol : class McKoiDB
> > [javac] location: class org.fao.geonet.apps.setup.Setup
> > [javac] McKoiDB mcKoi = new McKoiDB();
> > [javac] ^
> > [javac] Note:
> >
>

C:\cygwin\home\Chris\geonetwork\src\org\fao\geonet\services\util\z3950\GNSearchTask.java

> > uses or overrides a deprecated API.
> > [javac] Note: Recompile with -deprecation for details.
> > [javac] 5 errors
> >
> > Is there some class that wasn"t committed?
> >
> > thanks,
> >
> > Chris
> >
>
>
>
>
> ----------------------------------------------------------
> This mail sent through IMP: https://webmail.limegroup.com/
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration
Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=Click
> _______________________________________________
> Geonetwork-devel mailing list
> Geonetwork-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
> GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
>

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration
Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Geonetwork-devel mailing list
Geonetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

You are probably using java 1.5. In that file there is an empty
<xsl:choose> that is not accepted by the xsl processor present
in java 1.5.

Solution: use java 1.4 or remove that empty <xsl:choose> by hand.

Cheers,
Andrea

Alle 14:12, mercoledì 29 giugno 2005, Chris Holmes ha scritto:

Ah, there we go. My bad, I forgot to use -d to do the check out, so it
wasn't getting the new util directory. I've been spoiled by subversion
lately.

Also, I'm trying the remote search, and it seems like every time I get a
page with:
Tranformation exception
Could not compile stylesheet

The logs say Error 'file:///C:/Program
Files/geonetwork/web/xsl/metadata.xsl: line 359: At least one
<xsl"when> element required in <xsl:choose>.'
-> exception during transformation for : remote.show

Chris

Quoting Andrea Carboni <acarboni@anonymised.com>:

You are probably using java 1.5. In that file there is an empty
<xsl:choose> that is not accepted by the xsl processor present
in java 1.5.

Solution: use java 1.4 or remove that empty <xsl:choose> by hand.

Ah, looks like. I use JAVA_HOME to set to 1.4 usually, but it looks
like geonetwork doesn't make use of JAVA_HOME. If possible I'd
recommend looking to it for the java to use, that's what ant, maven,
and geoserver, among others, all use. It's much nicer to be able to
switch between different jvms you may have installed by just changing
an environment variable.

And do you have a time frame for when intermap will be available? I
heard there were some nice javascripty improvements to it. Is
development taking place in the intermap cvs? Is that where I should
look if I want the latest? Or I suppose I could also just use
MapBuilder, but I do like intermaps composition of images into one,
many of my users will be low bandwidth.

best regards,

Chris

Cheers,
Andrea

Alle 14:12, mercoledì 29 giugno 2005, Chris Holmes ha scritto:
> Ah, there we go. My bad, I forgot to use -d to do the check out,
so it
> wasn't getting the new util directory. I've been spoiled by
subversion
> lately.
>
> Also, I'm trying the remote search, and it seems like every time I
get a
> page with:
> Tranformation exception
> Could not compile stylesheet
>
> The logs say Error 'file:///C:/Program
> Files/geonetwork/web/xsl/metadata.xsl: line 359: At least one
> <xsl"when> element required in <xsl:choose>.'
> -> exception during transformation for : remote.show
>
> Chris

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration
Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Geonetwork-devel mailing list
Geonetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/