Thanks Jan, it is working well! C:\dev\svn\ace>gradlew.bat run-target:export :run-target:compileJava UP-TO-DATE :run-target:processResources UP-TO-DATE :run-target:classes UP-TO-DATE :run-target:jar SKIPPED :run-target:assemble UP-TO-DATE :run-target:export.target :run-target:export
BUILD SUCCESSFUL Total time: 3.847 secs On Sun, Jun 19, 2016 at 4:27 PM, Jan Willem Janssen < [email protected]> wrote: > Hi, > > > On 19 Jun 2016, at 15:30, Jorge Martín Cuervo <[email protected]> > wrote: > > > > I have managed to remove all the errors and compile (converting the ace > > root project from general project to bnd). > > I had also changed the run-target to use java 8, right now in trunk is > > configured to use 7. > > > > > https://drive.google.com/file/d/0B4YVoYG0tdzzZDlEeUJ6X3U4SHM/view?pref=2&pli=1 > > > > Just a questions, how should I package? > > > > In https://ace.apache.org/docs/setup-dev-environment.html says to use > ant: > > > > $ cd build$ ant package-bin > > > > but i have not found any build.xml file. > > Drats, we forgot to update this part of the documentation when we migrated > the > ACE build from ant to gradle. Unfortunately, this cannot be done directly > from > Eclipse. Instead, use your command prompt to issue: > > C:\path\to\ace\source\> gradlew.bat run-target:export > … > :run-target:export > > BUILD SUCCESSFUL > > Total time: 6.967 secs > C:\path\to\ace\source\> > > A `target.jar’ should be created in the > "run-target\generated\distributions\executable” directory. > > Hope this helps. We’ll fix our documentation on this point. > > -- > Met vriendelijke groeten | Kind regards > > Jan Willem Janssen | Software Architect > +31 631 765 814 > > > My world is something with Amdatu and Apache > > Luminis Technologies > Churchillplein 1 > 7314 BZ Apeldoorn > +31 88 586 46 00 > > https://www.luminis.eu > > KvK (CoC) 09 16 28 93 > BTW (VAT) NL8170.94.441.B.01 > > -- ____________________________________ Jorge Martin Cuervo email <[email protected]> voice 0032 489 336 802 voice 0034 660 026 384 skype jorgemartincuervo ____________________________________
