iLCSoft / LCIO

Linear Collider I/O
BSD 3-Clause "New" or "Revised" License
17 stars 34 forks source link

compiling java LCIO #154

Closed chekanov closed 1 year ago

chekanov commented 1 year ago

Hello,

I'm trying to create a new LCIO jar file for this project https://atlaswww.hep.anl.gov/asc/jas4pp/ using the master version (2.17). When I use maven to build the java part of LCIO, I'm getting errors:

SIOLCParameters.java:[99,22] cannot find symbol
[ERROR] symbol:   method getDoubleKeys()
[ERROR] location: variable params of type hep.lcio.event.LCParameters

Is any place to download pre-built jar for most recent lcio library ?

best, Sergei