3360 src error building =[

Need help? Post your questions here.
Ricky1252
Contributor
Contributor
Posts: 12
Joined: 18 Mar 2013, 01:13
Has thanked: 4 times
Been thanked: 7 times

3360 src error building =[

Unread post 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]
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: 3360 src error building =[

Unread post 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
These users thanked the author Madsonic for the post:
Ricky1252
Rating: 7.69%
Ricky1252
Contributor
Contributor
Posts: 12
Joined: 18 Mar 2013, 01:13
Has thanked: 4 times
Been thanked: 7 times

Re: 3360 src error building =[

Unread post by Ricky1252 »

awesome thanks so much! yay! it built perfectly now. =]
These users thanked the author Ricky1252 for the post:
Madsonic
Rating: 7.69%
bwood
Posts: 5
Joined: 10 Feb 2013, 07:09
Has thanked: 1 time
Been thanked: 3 times

Re: 3360 src error building =[

Unread post 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
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: 3360 src error building =[

Unread post 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
Post Reply