pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

Ajaxplorer-sync maven repo #16

Closed bvanalderweireldt closed 10 years ago

bvanalderweireldt commented 11 years ago

I want to contribute building ajaxxplorer-sync on ubuntu but i cannor build it a lot of dependencies link are broken ? Do you use a special repo in settings.xml maven installation ?

cdujeu commented 11 years ago

hi, welcome! we switched to maven to avoid specific dependencies settings, there might be just some tweaks on a couple of artifacts to point to the correct OS SWT version. First thing, did you checkout and build ajaxplorer-sdk-java before?

bvanalderweireldt commented 11 years ago

Hi, first thanks for your answer :) I really like ajaxplorer ecosystem i installed it a week ago and synchronize successfully from my server to my mac with ajaxplorer-sync, you really did a great work :)

I use at work xubuntu, so i want to try to make it work on it :)

I haven't build the sdk yet, i will do it tomorrow, what are the tweaks you're talking about ?

bvanalderweireldt commented 11 years ago

Hi i build the SDK on linux without any problem, but i don't know what to do with that :

[0] 'dependencies.dependency.artifactId' with value '${swt.version}' does not match a valid id pattern.

?

catchin commented 11 years ago

Oh by the way: you can solve this problem by specifying a "profile" in maven, like: mvn -P linux_x86 [goal] or mvn -P linux_x86_64 [goal]