jajuk-team / jajuk

Advanded jukebox for users with large or scattered music collections
48 stars 19 forks source link

Class com.danielreese.nsisant.Task not found during compilation on windows #1930

Closed bflorat closed 9 years ago

bflorat commented 9 years ago

Reported by mheja on 18 May 2013 18:37 UTC When trying to compile source v1.10.5 in Windows I received an error message (please see attached screenshot); apparently one class is missing from the source. This did not happen with versin 1.10.2 (the previous versin I installed and compiled with same tolos that failed to compile versin 1.10.5).

My setup: Windows 8 x64 Java jdk1.7.0_13 Compiler Apache Ant 1.8.2

bflorat commented 9 years ago

Commented by bflorat on 20 May 2013 07:04 UTC Thanks for reporting.

If you just want to compile (and get the jajuk.jar file), either do : $ ant package_jar (contrary to what's written in the README.txt file that state 'ant' only, this will be fixed) or if you have maven : $ mvn package

If you want to build the default ant target and build all artifacts for every OSes, you'll need some additional tools like NSIS and NSIS ant task or launch4j but I doubt it's your goal. If it is, please ask int this ticket, I'll provide more details.