Page 1 of 1

3360 src error building =[

Posted: 18 May 2013, 00:27
by Ricky1252
Just look at downloads and saw that 3360 src was released! So excited and then dependency error booo! =[


Failed to execute goal on project subsonic-main: Could not resolve dependencies for project net.sourceforge.subsonic:subsonic-main:war:4.8.beta3: Failure to find net.sourceforge.subsonic:subsonic-lastfm-java:jar:0.1.6-SNAPSHOT in http://repository.springsource.com/mave ... es/release was cached in the local repository, resolution will not be reattempted until the update interval of com.springsource.repository.bundles.release has elapsed or updates are forced -> [Help 1]

Re: 3360 src error building =[

Posted: 18 May 2013, 08:35
by Madsonic
Hi Ricky,

yes the build is a little tricky ;)

i send you the latest Snapshot, extract all sources and build as follow

Code: Select all

:: standalone ::
CD %sourcePath%\subsonic-booter
mvn install -DskipTests -q

:: java-LastFM ::
CD %sourcePath%\subsonic-lastfm-java
mvn install -DskipTests -q

:: main ::
CD %sourcePath%\subsonic-main
mvn install -DskipTests -q

:: installer ::
CD %sourcePath%\subsonic-installer-windows
mvn install -DskipTests -q
best regards

Re: 3360 src error building =[

Posted: 18 May 2013, 14:49
by Ricky1252
awesome thanks so much! yay! it built perfectly now. =]

Re: 3360 src error building =[

Posted: 26 May 2013, 03:55
by bwood
Hi. I got this same error attempting to build from source. It appears that the source for "subsonic-lastfm-java" is missing from the source download...

Is it possible to get the source for the missing module?

Regards,
Bruce

Re: 3360 src error building =[

Posted: 26 May 2013, 23:20
by Madsonic
bwood wrote:Hi. I got this same error attempting to build from source. It appears that the source for "subsonic-lastfm-java" is missing from the source download...

Is it possible to get the source for the missing module?

Regards,
Bruce
hi,

i send you a new one (PM), this version should have all needed references as described above.

best regards