Heather,

try:
  ant clean
and then
  ant

also, please make sure you are running the above commands from the following directory:

/lscratch/apps/BioMart8/trunk_jan_26/trunk/

thanks
Syed

On 09/02/2011 23:36, Estrella, Heather wrote:
Hi,

I’m trying to upgrade my RC3 installation to the new RC3 code that fixes the 
copy/paste URL bug. I ran

svn update

ant

When I ran ant, I received the following compiler error:

Buildfile: build.xml

-load.properties:

-init:

compile.main:

     [javac] Compiling 114 source files to 
/lscratch/apps/BioMart8/trunk_jan_26/trunk/build/classes/main

     [javac] ----------

     [javac] 1. ERROR in 
/lscratch/apps/BioMart8/trunk_jan_26/trunk/src/org/biomart/configurator/utils/McGuiUtils.java
 (at line 1)

     [javac]     package org.biomart.configurator.utils;

     [javac]     ^^

     [javac] The type Enum is not generic; it cannot be parameterized with 
arguments<McGuiUtils>

     [javac] ----------

     [javac] 1 problem (1 error)

BUILD FAILED

/lscratch/apps/BioMart8/trunk_jan_26/trunk/build.xml:32: Compile failed; see 
the compiler error output for details.

This is the portion of the McGuiType.java script that is having issues

…

/**

  * this class should not be used for web, should only be used for

  * MartConfigurator GUI.

  */

public enum McGuiUtils {

         INSTANCE;

         private McGuiType guiType;

…

What am I missing?

Thanks,

Heather

_______________________________________________
Users mailing list
[email protected]
https://lists.biomart.org/mailman/listinfo/users

Reply via email to