Hi.
Do you know how I can find out the default compiler compliance level that my Maven installation uses when nothing is defined in the maven-compiler-plugin?
Yours
Bernhard
Hi there,
I've installed the m2eclipse plugin with WTP integration in my eclipse workbench. When I use to run the project on a server, the dependencies which has to be provided at runtime (e.g. spring) are not deployed. Is this working like intended? Maybe some of you can provide me the right way.
Drupal's core search module, only searches for th efull keyword, e.g. "sandwich". Can I make it search with a substring e.g. "sandw" and return my sandwich-results?
Maybe there is a plugin that does that?
Is there a way to disable "eager" validation using the jquery.validate plugin? Either through an option in the script or as a hack? "Eager" validation kicks in once the form has been validated once - after that, invalid fields are validated onfocusout. I want to disable this behavior, and change my forms to only be validated when the submit button is pressed.
I don't mind hacking through the validate script itself also, so if that's what the solution requires that's acceptable.
Hi all,
I would like to breakup certain phases in the maven life cycle into sub phases. I would like to control the execution flow from one sub-phase to another, sort of like with ant dependencies.
For example, I would like to use the NSIS plugin in order to package up my project into an installer at the package stage, AFTER my project had been packaged into a war file. I would like to do all that at the package phase.
Is that possible?
Thanks
I'm looking for the best way to create a custom border around an HTML panel. I have a set of images for the sides, corners etc.
I need a good way to place them and stretch the sides dynamically to match the panel size.
If there is a jQuery plugin to do this I would prefer using it.
I want to have a DropDown List / < Select HTML Tag behaviour with AutoComplete Feature using Twitter Bootstrap TypeAhead. The link here achieves the feature of Combo Box where user can provide his own input also. I want to restrict the User to select only from the option provided. Is there any way to tweek the Twitter Bootstrap TypeAhead Plugin to emulate the behaviour of DropDown List / Tag with Autocomplete Feature.
I have referred the Following question before posting
Adding a dropdown button to Twitter bootstrap typeahead component
I have Aptana plugin in eclipse, I have a javascript (one.js) and i have included one more Javscript(two.js) within one.js.
I click on any functions within one.js and if those functions exists in the same one.js, the control is going to the respective function.
Suppose if the function exists in two.js, the control is not going to two.js
Can any one help me with this?
I use firebug to check colors on webpages, but sometimes the color is from an image. Is there a firefox plugin like firebug that can act as a color sampler this way?
I'm using the jQuery validation plugin to validate a form, and I'd like to remove the validation and submit the form if a certain link is clicked.
I am submitting form with javascript like jQuery('form#listing').submit(), so I must remove the validation rules/function with javascript.
The problem is that I can't figure out how to do this. I've tried things like jQuery('form#listing').validate({}); and jQuery('form#listing').validate = null, but with no luck.
Hi there
I'm lookin for a javascript plugin (for js/any framework)
I want to create a textarea that while I type will using a supplied data array, check for predictive matches to the current word im typing and try to suggest a solution.
All solutions I've found so far (for jquery) only match one word, then end...
I want to write like a sentence or paragraph but have autocomplete ability.
Mockup image attached.
I've seen an example somewhere online showing how to customise the appearance of jstree's right-click context menu (using contextmenu plugin).
For example, allow my users to delete "documents" but not "folders" (by hiding the "delete" option from the context menu for folders).
Now I can't find that example. Can anyone point me in the right direction? The official documentation didn't really help.
http://buildr.apache.org/
http://ant.apache.org/
http://maven.apache.org/
What does another build tool targeted at Java really get me?
Is it so hard to write a plugin using Java versus writing it in Ruby?
If you use Buildr over another tool, why?
Side question: How many build systems does the Apache foundation need targeted at Java?
Hi,
Is there any free memory leak detection tool for QT programs to run on windows? I am using QtCreator as my IDE. If any plugin or add-on is available with QtCreator its best also.
Has anybody any idea about this?
How can I use CSS3 in Aptana Studio 2.0 with the AIR plugin? I want to build an AIR application with CSS3 (advanced), but it doesn't work correctly. I want to use like the Safari/Google Chrome type of CSS3.
ORIGINAL: Here
How would I get a hold of a singleton in the main application from a SIMBL plugin? When I try to call something like [ProcessControl sharedInstance], I get an error that ProcessControl is undefined (even though it is declared in a header file).
Hello,
i am try to configure the nutch 1.0 search engine. First i need to integrate a spell checker or somthing like this, is there a plugin available?
My next question is, how to rule out html tag like "", so that navigation is not a part of the index?
thanks for all answers
I have a div that has a 'home.jpg' image as background and I want the background to be 'another_image.jpg' when I click something. The thing is that I want the new background to fadeIn and not just to appear (by doing some .css('background', url('another_image.jpg')); )
Is there a way to do that? I've tried the bgImageTransition plugin but it just adds another element on top of the div I had...
Thanks,
We are just moving to Maven, and I understand there is a world of different plugins & extensions. Which are the best ones you recommend for general usage?
(On plugin per answer please)
I am really wanting to use the jQuery address plugin for deep linking my ajax website, but honestly, I have having a hard time understanding how to set it up.
Even the examples seem to not be clear.
Does anyone have a simple example on how to get this working?
Hi,
If I use jquery media plugin WITH swfobject 2.2 I get an 'unknown runtime error' in IE.
It works fine in FF and other browsers.
If i remove swfobject.js then the media works fine as it loads using simple object/embed tags.
But I need to use swfobject as well (for other things).
Has anybody come across this or a fix?
A.
I'm using the jQuery Fancybox plugin to display some content on a website. Unfortunately, when a link is clicked, the lightbox that is loaded starts at the same scroll position as the previous one. I tried using
self.scrollTo(0,0)
$.scrollTo(0)
$('#top').scrollTo();
and a few others methods to push it back to the top, but none have seemed to work. Any help on this?
I want to downgrade to SL3 on my Mac after accidently installing SL4 Beta.
I've tried the SL3 uninstall procedure:
rm -rf /Library/Internet\ Plug-Ins/Silverlight.plugin
rm -rf /Library/Receipts/Silverlight*.pkg
rm -rf ~/Library/Application\ Support/Microsoft/Silverlight
But still get an error message when I try to install SL3 saying there is a newer version there.
Anyone got any input on how to do this ?
Like Firefox, XULRunner only ships with support for ogg (and soon, webm) in the HTML5 video tag. Is there a relatively simple way to add h.264 support to it for all three major platforms? Perhaps a compilation flag, or a plugin I can add to it?
What is an easy way to remove the querystring from a Path in Javascript?
I have seen a plugin for Jquery that uses window.location.search. I can not do that: The URL in my case is a variable that is set from AJAX.
var testURL = '/Products/List?SortDirection=dsc&Sort=price&Page=3&Page2=3&SortOrder=dsc'