Opened 14 years ago
Closed 14 years ago
#223 closed task (fixed)
Add target in build.xml for downloading required GenePattern jar files
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | ZZ GenePattern integration v1.0 |
Component: | net.sf.basedb.genepattern | Keywords: | |
Cc: |
Description
The GenePattern? license doesn't allow us to distribute their jar files. But we need the jar files to compile our own code. To make things simpler for developers we should add a target in build.xml that downloads the required files.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
(In [1138]) References #223: Add target in build.xml for downloading required GenePattern? jar files
Now also downloads runVisualizer.jar. Added a separate ant script for downloading the same files as part of installing the package. Updated installation instructions.
comment:4 Changed 14 years ago by
(In [1139]) References #223: Add target in build.xml for downloading required GenePattern? jar files
Make sure the download directory exists.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [1103]) References #223: Add target in build.xml for downloading required GenePattern? jar files
Downloads some of required JAR files. There are probably some more, but which ones we need depends on the code we are writing.