Re: fulcrum trunk build errors and generate class errors
Jeffery Painter <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Georg, I had downloaded and built Torque-4.1, but I had not done that prior to trying to rebuild fulcrum/security/torque Dependency order does matter :-) After taking care of that, I used your updated dependency and properties from the docker template pom.xml and everything is working again. I am seeing the tests in fulcrum/jetty hanging, but I didn't dig too deeply into that. I had a request to convert the backend database to PostgreSQL from MySQL, so I was just trying to update to the latest and make sure nothing else was an issue going forward :-) Sorry for the noise, and thanks for all your hard work! Sorry I have not had more time to work on stuff - Jeff On 3/20/20 3:50 AM, Georg Kallidis wrote: > yes, this is very probably because of the updated dependency to > Torque-4.1-SNAPSHOT (current Torque trunk). You may have to checkout > Torque trunk and rebuild the SNAPSHOTS locally. I think, I asked on on the > mailing list, if we should proceed like this. But we did it very similar > in the last (big) release, which had a lot of Fulcrum SNAPSHOTs. Now we > have this Torque SNAPSHOT. > > I think, I accomplished the task and got it running with existing Turbine > apps, but also check the Turbine Archetype docker branch, which has the > new dependencies - I got it running there as well. This latter project may > be also a good starting point, as the next steps after the release of > (long overdue) Turbine Archetype 1.1.3 will be the merge of this branch > into trunk (version update to 2.0.0 like the Fulcurm versions). you may > find also some hints more there! Also check the Turbine dev mailing list, > where this was discussed only recently. > > Best regards, Georg > > > > Von: Jeffery Painter <[email protected]> > An: [email protected] > Datum: 20.03.2020 00:48 > Betreff: fulcrum trunk build errors and generate class errors > > > > Hi guys, > > I just built a new machine and installed OS from scratch. > > Checked out turbine (5.1-SNAPSHOT), fulcrum, torque... getting some > build errors on fulcrum/security-torque > > When I try to re-build my app (which was working with 5.1-SNAPSHOT > before), I am getting lots of errors in the generated-sources base > classes. > > There are import calls for: > > import org.apache.torque.criteria.CriteriaInterface; > > and I am getting a non-resolved error in Eclipse for these that I never > saw before. > > Any ideas? > > Thanks, > > Jeff > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >