Opened 16 years ago

Closed 16 years ago

#104 closed defect (fixed)

Add information that BASE2WSClient.jar is needed to compile the plug-ins

Reported by: Nicklas Nordborg Owned by: Jari Häkkinen
Priority: major Milestone: Illumina package v1.1
Component: net.sf.basedb.illumina Keywords:
Cc:

Description

Without this file you get the following compile error:

build:
    [javac] Compiling 13 source files to /home/auster/nicklas/projects/eclipse/IlluminaPlugins/build
    [javac] /home/auster/nicklas/projects/eclipse/IlluminaPlugins/src/net/sf/basedb/illumina/plugins/SnpIntensityCalculator.java:129: 
cannot access net.sf.basedb.info.ToTransferable
    [javac] class file for net.sf.basedb.info.ToTransferable not found
    [javac]             new StringParameterType(BioAssaySet.MAX_NAME_LENGTH, "New bioassayset", true);
    [javac]                                                ^
    [javac] 1 error

The check in the build.xml should also be extended.

Another option is to simply check in the required JAR files into the repository.

Change History (2)

comment:1 by Jari Häkkinen, 16 years ago

Owner: changed from Nicklas Nordborg to Jari Häkkinen
Status: newassigned

comment:2 by Jari Häkkinen, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [684]) Fixes #104. Docs already fixed, added build check.

Note: See TracTickets for help on using tickets.