Menu

#26 compilation problem on current trunk

v1.0 (example)
open
nobody
None
5
2013-08-27
2013-08-18
Collette
No

I tried to compile the current trunk and I met an error.
I think tuxguitar-gm-utils.jar is not on the classpath for a lot of subdirectories in tuxguitar.
I attached a log of the compilation initiated by 'make' in the trunk directory.

1 Attachments

Discussion

  • Collette

    Collette - 2013-08-18

    And there is no build.xml ant file in TuxGuitar-gm-utils.
    The tuxguitar-gm-utils.jar is not build via make.

     
  • Julian Casadesus

    sorry these build scripts where not updated yet.

    Try to build app with maven:

    cd build-scripts/tuxguitar-${platform-arch}/
    mvn clean package

    then find the release at the target/ folder

     
  • Collette

    Collette - 2013-08-27

    Is this bug still valid ?
    Because now, maven is used to build tuxguitar, the ant build.xml files are now maybe not necessary anymore ...

     

Log in to post a comment.