[opensuse-packaging] help needed with compiling jUploadr
jUploadr is a flikr client that I'd like to package as part of my hack week IV project (see https://features.opensuse.org/306641). Can someone please help me with compiling the Java sources? Find download info here: http://sourceforge.net/projects/juploadr/develop -- Karl Eichwalder R&D / Documentation SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Hi Karl, i had a quick look at the sources and it seems that the developers provide an ant script to build from source (lucky you, no problem there). try to build it on the command line, usually just call "ant" in the src directory />ant see ant documentation for more options (useful option is "-projecthelp") that is working, go to http://en.opensuse.org/Java and try to follow the examples under "Development & Packaging" Good luck and have fun Denny On Monday 20 July 2009 10:53:15 Karl Eichwalder wrote:
jUploadr is a flikr client that I'd like to package as part of my hack week IV project (see https://features.opensuse.org/306641). Can someone please help me with compiling the Java sources? Find download info here:
http://sourceforge.net/projects/juploadr/develop
-- Karl Eichwalder R&D / Documentation
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Denny Beyer <opensuse@dennybeyer.de> writes:
i had a quick look at the sources and it seems that the developers provide an ant script to build from source (lucky you, no problem there).
Thanks, I was able to build it locally. I could even run it, but it crashed pretty soon ;) Unfortunately, it wants Sun's Java and that's obviously not available in openSUSE:Factory. I found it in openSUSE:Factory:NonFree. Trying to add this target to my BS home project.... It now builds in the BS: https://build.opensuse.org/package/show?package=juploadr&project=home%3Akeichwa Now I must package it properly...
try to build it on the command line, usually just call "ant" in the src directory />ant see ant documentation for more options (useful option is "-projecthelp") that is working, go to http://en.opensuse.org/Java and try to follow the examples under "Development & Packaging"
Thanks, this looks useful. -- Karl Eichwalder R&D / Documentation SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Unfortunately, it wants Sun's Java and that's obviously not available in openSUSE:Factory. I found it in openSUSE:Factory:NonFree. Trying to add this target to my BS home project....
Another option is to create links to those packages within your home project, this way you can solve dependencies without creating a new target. Have fun. Denny -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Denny Beyer
-
Karl Eichwalder