Showing posts with label tech. Show all posts
Showing posts with label tech. Show all posts

January 17, 2011

note to self: get maven nature on projects in (my)eclipse

myeclipse: v8.6
plugins/ software:
mavensupport for myeclipse (m4e)
maven integration for eclipse (m2)

now, if a project wasn't "maven-enabled", i often had to manually edit the .project file to make it so, even with mavensupport installed.

but if you also install "maven integration for eclipse", you can right-click a project without maven nature and select "(m2) myeclipse maven -> enable dependency management".

a last piece of the puzzle seems to be needed - i think i enabled some advanced option in m4e (might even have been seemingly unrelated, like advanced tabs in pom).  but a coworker disabled m4e after installing m2 and then got the right-click option to enable maven for a project...

edit: it seems i only had to enter the maven settings (myeclipse -> maven), and then exit (apply).  without changing anything... then the "(m2) myeclipse maven -> enable dependency management" option emerged...

September 4, 2010

Script Junkie | How to Debug Your jQuery Code

  • Firebug—Although many developers have used Firebug, I don't think that many understand the true potential of its debugging capabilities. If you know your tools inside out, you can become a more productive and efficient programmer. Note: If you aren't using Firefox, the Firebug Lite bookmarklet can come in handy to provide many of the nice debugging features of its Firefox add-on counterpart. I tend to use this bookmarklet primarily with Google Chrome.
  • FireQuery—This Firefox Firebug add-on provides some nice features to Firebug, such as letting you see which jQuery events are attached to what DOM elements, displaying any data elements that are attached to a DOM element, and providing the ability to inject jQuery into Web pages that don't have it already loaded.
  • FireFinder—This Firefox Firebug add-on can help you find the selector you are looking for. You can test the selector you have, and it will highlight all those items on your Web page.
todo: checkout firequery, firefinder...

November 18, 2009

SVN, Git

AMO = addons.mozilla.org team...
Moving away from SVN

We moved AMO into SVN in 2006 and it’s treated us relatively well. Somewhere along the line, we decided to tag our production versions at a revision of trunk instead of keeping a separate tag and merging changes into it. It’s worked for us but it’s a hard cutoff on code changes, which means that while we’re in a code freeze no one can check anything in to trunk. As we begin to branch for larger projects this will become more of a hassle, so I’m planning on going back to a system where a production tag is created and changes are merged into it as they are ready to go live.

Most of the development team has been using git-svn for several months and, aside from the commands being far more verbose, we haven’t had many complaints. We’ve discovered Git is a much more powerful development tool and we expect to use it directly starting some time next year. As of now, we expect to maintain the /locales/ directory in SVN so this change doesn’t affect localizers but we’ll keep people notified if there are any changes to that process.
All Night Diner : AMO Development Changes in 2010

so... should we consider Git instead of SVN?

production tag and merging stuff in when stable sounds like a nice process...
Blogged with the Flock Browser

September 7, 2009

JavaRebel - cut dev time

JavaRebel is a JVM plugin (-javaagent) that enables you to see changes to your code immediately, without the need to redeploy an application or perform a container restart. It saves 5-10 minutes out of each hour of coding - one redeploy at a time.
JavaRebel | ZeroTurnaround.com
Blogged with the Flock Browser

June 24, 2009

VirtualBox

VirtualBox is a powerful x86 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software
VirtualBox

spesielt interessant for ei dedikert test-/ CI-maskin (kontinuerleg integrasjon), der det kan køyrast ei eiga VM for kvar kunde-konfigurasjon som er under test/CI, kopiert frå ein felles mal med linux, postgresql og jboss. dvs at me treng berre å helda ved like ein mal...
Blogged with the Flock Browser

June 16, 2009

June 2, 2009

CubicTest

CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes tests faster and easier to write, and provides abstractions to make tests more robust and reusable.
CubicTest
Blogged with the Flock Browser

March 2, 2009

full import from cvs to svn / search svn history

you can try to import your CVS repository with all associated history into Subversion
.... is the most desirable and also the most difficult. Fortunately, some tools exist to help with this, including cvs2svn, a program that attempts to import your old CVS projects and their history into a Subversion repository. cvs2svn can be downloaded from http://cvs2svn.tigris.org/
Converting from CVS to Subversion

And search old code:
This might make it easier to delete obsolete code without loosing access to the smart things you did there - if you should need to look at it again someday...

Blogged with the Flock Browser

February 23, 2009

eclipse update site for Resource Bundle Editor

the Resource Bundle Editor com.essiembre.eclipse.i18n.resourcebundle Version 0.7.7 is now available on our update site http://www.nightlabs.de/updatesites/development/
Forum - Announcements - Resource Bundle Editor on Update Site - jfire.org - Free / Open Source ERP


ref http://sourceforge.net/project/showfiles.php?group_id=125041
Blogged with the Flock Browser

February 19, 2009

subclipse vs subversive...

Subclipse vs. Subversive at BarneyBlog
I tried Subversive as well but then read an insightful post by one of the Subversion developers …

http://eclipsezone.com/eclipse/forums/t77149.rhtml

Scroll down to entry #10 I think…

After reading that I switched back to Subclipse…

December 17, 2008

where/how to get sql server 2008 developer edition free copy? : Getting started with SQL Server : SQL Server : MSDN Forums

the Express edition is free download which you can get it from below mentioned link.

https://www.microsoft.com/express/sql/download/default.aspx

MSSQL SERVER 2008 Developer Edition is NOT FREE.Rest of the cost info you can get it from below mentioned link.

https://www.microsoft.com/sqlserver/2008/en/us/pricing.aspx
where/how to get sql server 2008 developer edition free copy? : Getting started with SQL Server : SQL Server : MSDN Forums

source: a guy named Praveen, in a forum...
Blogged with the Flock Browser

December 2, 2008

foxit supports inline viewing of pdf in firefox...

Firefox SupportWith Firefox Plugin, users can view and work with PDF files loaded in Foxit Reader with Firefox web browser.
Featured Windows Download: Foxit Reader Updates, Supports Inline Viewing in Firefox

October 29, 2008

jetty

Jetty is an open-source, standards-based, full-featured web server
jetty - Jetty WebServer

kan vera alternativ til tomcat, td i lag med jboss.

elles: juster parameter i webdefault.xml, useFileMappedBuffer, til å vera false for å unngå låsing av jsp- og css-filer.

Files locked on Windows

February 12, 2008

cvs overview

ser interessant ut...
Codeminer™ CVS Manager
CVS Repository Managing Software

CodeMiner CVSManager is a comprehensive repository monitoring and reporting tool for managing change sets in CVS
....
Search in CVSManager is used to find a particular file in the project, based on the search criteria. The advance search will help to find the file list across all the configured projects. The search criteria can be based on tags, authors, file name, log message etc.
CodeMiner CVS Manager

og litt om søk/ branch:

In the Agile development methodology, development activity on branches is a common scenario. Various features are developed in parallel for easier work environment. Hence different features will be developed on different branches.
  • How many files are there in a particular branch?
  • How many files intersect with other branches?
  • How is my branch development rate?

Blogged with Flock

November 12, 2007

tips: eclipse, plugin, refresh

eit lite tips dersom ein plugin ikkje vil trø i kraft...

Frequently Asked Questions - JUtils ToString Generator Plugin for Eclipse
# I installed the plugin properly but can't see it anywhere:
This can happen sometimes. All you have to do is close the IDE and start it using the -clean option from command line.

# How do I use the -clean option?
-clean is a command line switch for the eclipse.exe executable. To use this, you have to open your command prompt/shell and navigate to the Eclipse installation directory. From there, type either eclipse clean or eclipse -clean. That should start the IDE.

# How will the -clean option help?
Eclipse stores lot of workspace specific data in local file system for better performance. When a new version of some plugin is installed, it's quite possible that the new version is using the plugin specific data such as preference stores created by the older version. To clean this up and aid recreation of preference stores, the -clean option is recommended.

November 8, 2007

Enkle screenshots i firefox

https://addons.mozilla.org/en-US/firefox/addon/5648

Ser temmelig pen ut. Mye mindre smertefullt å illustrere bugs.

(Inge via epost)

September 28, 2007

project, bug, tools

ting å vurdera: trac, ny mantis

dersom me vurderer svn: trac

The Trac Project - Trac
Trac is an enhanced wiki and issue tracking system for software development projects.
....
provides an interface to Subversion, an integrated Wiki and convenient reporting facilities.
....
A timeline shows all project events in order, making the acquisition of an overview of the project and tracking progress very easy.
kan også koplast (litt) til mantis...
Also, it's quite simple to write a plugin to redirect ticket references
to your legacy ticket system: e.g. mantis_tickets.py.
ny mantis - utvalg av nye features:
  • Wiki Integration (#7075): This involves integration with a Wiki where issues, projects, project versions, and users have Wiki pages.
  • project page
  • Limit width/height of Image Previews (#6252)
    - It is now possible to configure the maximum width and height of an
    image preview. This is useful for keeping the issue readable when users
    attach big screenshots.
  • Screenshots for Mantis (#7053)
    - This is not really a Mantis feature, but a plug-in was developed for
    the free Cropper screen capture tool to simplify the process of taking
    a screen shot, cropping it, compressing it and attaching it to a Mantis
    issue. This tool is for Windows users and requires .NET 1.1 framework
    to be installed.

April 18, 2007

large text file viewer

tips av Inge

Large Text File Viewer
This program was designed for viewing large (>1GB) text files. It uses little memory and is able to open a gigabyte file instantly.
kanskje noko å settja som automatisk program på *.log ...

April 17, 2007

lokal epost-tenar

jf tips frå Inge - td til bruk ved testing som inkluderer epost (jf innstillingar som går på localhost som epost-tenar).

Mobilefish.com - A tutorial about Apache James. Installing James 2.2.0. Includes examples.
The Java Apache Mail Enterprise Server (a.k.a. James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server designed to be a complete and portable enterprise mail engine solution. James is based on currently available open protocols.

April 16, 2007

skjermbilete til bugs

mi fyrste anbefaling: ifranview

IrfanView - Official Homepage - one of the most popular viewers worldwide
IrfanView is a very fast, small, compact and innovative FREEWARE ... graphic viewer .... It is trying to be simple for beginners and powerful for professionals.
enkel oppskrift:
  • "print screen" (ev m/alt-tast) ved interessant skjermbilete,
  • opna ifranview,
  • ctrl-v (lim inn),
  • marker firkant rundt relevant område,
  • ctrl-y (crop),
  • s (save),
  • bruk i bug-verktøy "of choice"
eit anna verktøy som ser interessant ut: Screenshot Captor
Screenshot Captor is a program for taking screenshots on your computer. ....
  • Optimized for taking lots of screenshots with minimal intervention.
  • Smart autonaming of files, and ability to embed textual comments in files.