Opened 15 years ago
Closed 15 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 Changed 15 years ago by
Owner: | changed from Nicklas Nordborg to Jari Häkkinen |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [684]) Fixes #104. Docs already fixed, added build check.