summaryrefslogtreecommitdiff
path: root/classes/java.bbclass
AgeCommit message (Collapse)AuthorFiles
2009-11-05java.bbclass: fixed oe_jarinstall for broken symlinksMarcin Juszkiewicz1
Code checked for existance of JAR file and if it was present then it had to be removed before symlinking to it. But it was not working sometimes so we forced symlinking. Proper fix is to check "does file exists or is a symlink" which we do now. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-04-16java.bbclass: Use force (-f) for ln (suggested by Marcin).Robert Schuster1
2009-03-14java.bbclass: Make oe_makeclasspath more flexible (partly by Marcin ↵Robert Schuster1
Juszkiewicz <hrw@openembedded.org>) - converted tabs to spaces - allow entries which have no corresponding jar file (just skip) - document that behavior
2008-10-22java.bbclass: Fixed indentation.Robert Schuster1
2008-10-10java.bbclass: Make oe_makeclasspath automatically use staging or staging native.Robert Schuster1
2008-10-07java.bbclass: Make oe_makeclasspath behavior more sane.Robert Schuster1
* return oe_makeclasspath result in variable * check for file existence only when -s is given
2008-10-07java.bbclass: Fixed oe_makeclasspath classpath generation.Robert Schuster1
2008-10-02java.bbclass: Error out if classpath entry cannot be found.Robert Schuster1
2008-06-06java.bbclass:Robert Schuster1
* Added libdir_jvm variable * Added STAGING_LIBDIR_JVM variable
2008-05-15java-library.bbclass: Default implementation for do_install/do_stage.Robert Schuster1
java.bbclass: Added oe_makeclasspath function.
2008-02-09java.bbclass: Added function to generate very simple wrapper scripts.Robert Schuster1
2008-01-17java.bbclass: New bbclass for java recipes.Robert Schuster1
java-library.bbclass: New bbclass for java library (jar) recipes. swt3.3-gtk: New recipe. swt3.4-gtk: New recipe. swt3.4-gtk-hildon: New recipe.