On Nov 13 2012 10:49 AM, Oliver wrote:
> Hi,
>
>> I am starting to migrate my collection to a more jabref friendly 
>> style.
>> One of the changes I am working on is to rename any copies I have of
>> the literature to match the citekey.
>
> Please try 2.9 beta 1. There, we have the CleanUp functionality.
> There, you can rename your files by one click. No need for manual
> work.

The cleanup worked for the file={oldname.pdf:citekey.pdf:PDF}  but not 
for pdf={oldname.pdf}  I'm assuming that it is the same situation for 
ps={oldname.pdf}  Maybe you can add a pdf/ps migration to the cleanup.

>>  So, I now tried setting
>> Preferences->External programs->Autolink files with names starting 
>> with
>> BibTeX key.  I then go to the entry and punch the 
>> General->File->Auto
>> button in the editor window, and get the following error:
>
> Whow. Never stumbled over that bug. Could you try 2.9 beta 1?

just tried it, and exactly the same behaviour:

Exception in thread "Thread-6" java.lang.NullPointerException
         at java.io.File.<init>(File.java:239)
         at 
net.sf.jabref.gui.FileListEditor$14.run(FileListEditor.java:491)
         at java.lang.Thread.run(Thread.java:679)

Appended is the gentoo ebuild I hacked -- just in case anyone sees 
something stupid I forgot (besides some missing build dependencies which 
have been built but not added yet to the ebuild)

   EBo --

=========== jabref ebuild hacked from dmol's 2.8.1 ==============

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:  $

EAPI=4

WANT_ANT_TASKS="dev-java/jarbundler:0"
#docs aren't builded correctly?
JAVA_PKG_IUSE=""
inherit eutils java-pkg-2 java-ant-2

MY_PV="${PV/_beta/b}"

DESCRIPTION="GUI frontend for BibTeX, written in Java"
HOMEPAGE="http://jabref.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/JabRef-${MY_PV}-src.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mysql"

#do not include antlr-3, use shipped antlr-3.0b5.jar ?
#       >=dev-java/antlr-3.1.3:3[java]
CDEPEND="dev-java/spin:0
        dev-java/glazedlists:1.8
        dev-java/jempbox:1.7
        dev-java/pdfbox:1.7
        >=dev-java/antlr-2.7.3:0[java]
        >=dev-java/jgoodies-forms-1.1.0:0
        dev-java/jgoodies-looks:2.0
        >=dev-java/microba-0.4.3:0
        dev-java/commons-logging:0
        dev-java/jpf:1.5
        dev-java/jpfcodegen:0
        dev-java/jgoodies-forms:0
        mysql? ( dev-java/jdbc-mysql:0 )"

RDEPEND=">=virtual/jre-1.6
        ${CDEPEND}"

DEPEND=">=virtual/jdk-1.6
        ${CDEPEND}"

S="${WORKDIR}/${PN}-${MY_PV}"

JAVA_ANT_REWRITE_CLASSPATH="true"
#EANT_ANT_TASKS="jarbundler"
EANT_BUILD_TARGET="jars"
EANT_DOC_TARGET="docs"

#do not include antlr-3, use shipped antlr-3.0b5.jar
EANT_GENTOO_CLASSPATH="antlr,commons-logging,glazedlists-1.8,jempbox-1.7,jgoodies-forms,jgoodies-looks-2.0,jpf-1.5,microba,pdfbox-1.7,spin"
EANT_GENTOO_CLASSPATH_EXTRA="${S}/lib/antlr-3.0b5.jar"

src_install() {
        java-pkg_newjar build/lib/JabRef-${MY_PV}.jar
        java-pkg_dojar lib/antlr-3.0b5.jar
        java-pkg_dojar lib/plugin/JPFCodeGenerator-rt.jar

        #are not builded? Investigate why
        #use doc && java-pkg_dojavadoc build/docs/API
        dodoc src/txt/README

        java-pkg_dolauncher ${PN} \
                --main net.sf.jabref.JabRef

        dodir /usr/share/${PN}/lib/plugins
        keepdir /usr/share/${PN}/lib/plugins

        java-pkg_register-optional-dependency jdbc-mysql

        newicon src/images/JabRef-icon-48.png JabRef-icon.png || die
        make_desktop_entry ${PN} JabRef JabRef-icon Office
        echo "MimeType=text/x-bibtex;" >> 
"${D}/usr/share/applications/${PN}-${PN}.desktop"
}


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Jabref-users mailing list
Jabref-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jabref-users

Reply via email to