Share

XNap Commons - Java Utility Library

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-07-17 cvs -d:pserver:anonymous@xnap-commons.cvs.sourceforge.net:/cvsroot/xnap-commons login

cvs -z3 -d:pserver:anonymous@xnap-commons.cvs.sourceforge.net:/cvsroot/xnap-commons co -P modulename

Show:

What's happening?

  • XNap Commons - Java Utility Library

    squig committed patchset 32 of module maven-plugins to the XNap Commons - Java Utility Library CVS repository, changing 1 files.

    2009-07-17 11:19:55 UTC by squig

  • XNap Commons - Java Utility Library

    squig committed patchset 31 of module maven-plugins to the XNap Commons - Java Utility Library CVS repository, changing 2 files.

    2009-04-19 02:07:28 UTC by squig

  • Comment: Completion dropdown sometimes causes NPE

    Attached patch hides popup when there are no completions. Works for the attached testcase. File Added: completion.patch.

    2007-10-04 11:48:40 UTC by iwilcox

  • Completion dropdown sometimes causes NPE

    A completion dropdown can get into a state where the completions dropdown is empty but still visible. Clicking the empty dropdown causes an NPE on the event-handling thread. Compile and run the attached test case. Type a, a, , , , o. You should end up with an empty dropdown. Click on it, and you'll see the NPE on the console.

    2007-10-04 11:05:49 UTC by iwilcox

  • Comment: F) locale-specific i18n objects in webapps.

    Well gettext-commons-0.9.1 works, but I had to call it the long way using: return I18nFactory.getI18n(clazz.getName(), "i18n.Messages", clazz.getClassLoader(), locale, I18nFactory.DEFAULT); The short method 18nFactory.getI18n(Class clazz,

    2007-08-24 15:32:04 UTC by softadm

  • Comment: F) locale-specific i18n objects in webapps.

    FYI, I've manually deployed gettext-commons-0.9.1 to the following maven2 repository, which is maintained by fellow company: org.clazzes Clazzes.org repository. http://maven.clazzes.org I will test, the next factory and come back again here..

    2007-08-24 08:02:31 UTC by softadm

  • Comment: F) locale-specific i18n objects in webapps.

    Thanks for the feedback. We'll definitely consider switching to Maven2 at some point. I would also like to upload the gettext-commons library and Maven plugins to the ibiblio repository for the next release making it entirely unnecessary to add a custom repository.

    2007-08-23 17:28:18 UTC by squig

  • Comment: F) locale-specific i18n objects in webapps.

    Yes, I did add it and it works with the maven 2.0.7 command line program, but with very aggressive warnings. AFAIK maven2 is very widespread these days, most mainstream libs are now available via a maven2 repo and it seems, that the support for maven1 repos is gradually vanishing. So, IMHO it would be very benefitial, if you could switch to a maven2 repository layout. TIA, Wolfgang.

    2007-08-23 17:21:29 UTC by softadm

  • Comment: F) locale-specific i18n objects in webapps.

    Did you add the legacy options? Maybe downloading the dependency once from the command line helps so it's available from the local cache. The advantage of a Maven 1.x repository is that it works for all Maven versions.

    2007-08-23 14:50:12 UTC by squig

  • Comment: F) locale-specific i18n objects in webapps.

    Well, the repository does not seem to work with the current maven eclipse plugin, please consider porting the whole gettext-commons project to maven2 and a maven2 repository. TIA, best reagrds, Wolfgang.

    2007-08-23 14:19:37 UTC by softadm