How can I change Scala version in existing Simple Build Tool project?
I would like SBT to check whether the system's Scala version is correct and if it is not the case then download it.
hi, i have a code generator project i would like to offer like open source, but giving programmers the option to get some money writing plugins, anyone having experience about how to do it?
for example im thinking in doing some kind of packets or plugins to add to the application...
I have this new project I need to build. I want to have at least started on it by the end of this month. So which version should I use though? Should I just stick with the stable Rails2 or try to use Rails3 so I won't have to migrate later? Which one would you suggest for someone that is still learning Rails?
Is it possible to have more than one UITabBarController in a project?
For example:
TabBarController1 has 5 tabs. Lets say Tab 1 in TabBarController1 loads a new TabBarController which has 4 tabs.
Is this the correct approach?
im moving from a c# VS2008 world into the mac world and I just wanted to know how I can create a quick little command line based application so that I can write many little objective-c apps without worrying about creating an iPhone app or whatever.
Which projects do I create in xcode? I can see the Command Line Tool under "Mac os x" but the only options for the type is "C", "C++", "Core Data", "Core Foundation", "Core Services" and "Foundation"
but no simple objective c project?
Thanks
I am going to start a project of my own, which will be ASP.NET MVC + Fluent NHibernate. I want to use test-first approach as much as I can. So, where exactly do I start from? Database schema? Domain model? Mapping domain model classes to the database?
Is there anyway to restrict by using pre-processing directives to prevent a project from compiling when both the Release and Debug symbols are defined?
Please let me know.
when i create a new web application project it does not show the datanucleus.core.1.1.5.jar but this jar file should be exist as default. how to rectify this problem.
Hello
I want to add some xml file as resource to my class library project .
Any idea how to do so , and call it later?
In windows application i would do it like ClassLibrary1.Properties.Resources.file.xml
But here it didn't worked any idea how i do it here ?
hi to all
I am talking about Oracle Apps Projects module.
In Projects module there is a Project Status Inquiry which includes
Percent Complete functionality. I want information regarding this functionality.
Is it updated automatically? Does it require us to run any pre-requisites?
Please give me information about what this function does.
thanks
Nil
Using Visual Studio 2008
I have .net file name like UPS.Tek, version - Visual Studio 2005
C# files are
UPSReport.cs (Visual C# Source File)
UPSConn.Cs (Visual C# Source File)
UPSBase.cs (Visual C# Source File)
....,
When i try to open the C# files individually in VS 2008, the C# files are opening
But When I try to open this UPS.Tek in Visual Studio 2008, It showing error as
"make sure the application for the project type .csproj is installed"
How to solve this error.
Is anybody out there using Project Lombok for a large scale production system? How does it influence your compile process (i.e. does it do two-pass compilation, slow it down, make it more fragile)?
noob question right here. How do you pass values between 2 different cpp files in the same project? Do you make objects? if yes, how does the other cpp file see it?
some enlightment pls..
how do I install silverstripe on sourceforge for a project. I know I need a synlink...but I don't know how to?
I have a htdocs folder that is read only (once on the server) that I can access via sftp
it is accsesable via url
I have a persistent folder that is rightable (once on the server) that I can access via sftp
it is not accsesable via url
I have a mysql credentials that are accseped during install but can't be finished because of no right accsess
hello
im making my final year project i.e. speech recognition.but i dont have nay idea how to start.i will use c#.plz can anyone guide me how to start.what shoul be the first step?
thnx
Hi,
I am creating a Control Library project.
I have some Cursor files which i want to add on resources.
Because on Resources.resx---Add resources is only for String, Icon (.ico), Text file(.txt),
Image (Png,bmp,jpeg,gif, tiff) files.
So where i can add *.cur files.
How can i do it?
thanks
Hi there,
I'm in the need for a SCP library (free or commercial) to be used in a .Net 3.5 project. I've already had a look at SharpSSH but it lacks the a couple of basic features (like enumerating all files in a remote directory). Do you know a good, solid and cheap library?
I'm looking for what specifically the "Edit project-level information" permission allows you to do. So far I've noticed that by default you need this to add/delete areas & iterations, manage check-in policies, create team work item queries. What else am I forgetting?
Is it normal the GWT to be so slow?
I'd created a new project in Eclipse, and run the default code created. The text field take almost a minute to show... is this slow normal?
The config/environment.rb of my rails project contains this line:
RAILS_GEM_VERSION = '>= 2.3.2' unless defined? RAILS_GEM_VERSION
Which makes sure that only Rails of version 2.3.2 or greater will be used to run this app.
Is there a way of specifying both the lower and the upper boundary at the same time? So that it would run, say, only on versions higher than 2.3.1 and lower than 2.3.6?
We have a an iPhone app project that we wish to deploy multiple times under different client names. The individual apps will be very similar but will have different resources (icon, images etc) and config settings stored in plists (server names, options etc). What is the preferred means to manage this in Xcode? Obviously we really don't want different XCode projects for each App deployment since it's 90% shared code.
This might sound stupid but whenever I run my app in Eclipse I get this annoying pop up asking me how to run it: Android app, JUnit, Eclipse app, etc'
I'm always running this project as an Android app, is there any way to tell Eclipse to stop asking me this.
I'm using Eclipse 3.5 on Snow Leopard.
Thanks
** EDIT
Screen shot of the pop up I'm getting
Hi,
I'm learning CodeDom scripting, I started with http://www.c-sharpcorner.com/uploadfile/mgold/codedomcalculator08082005003253am/codedomcalculator.aspx
Now I'd like to allow script modify the project's form (for learning purposes only).
I suppose I need to create new field for a class I'm generating which refers "this". However I have no idea how can I set a reference for script-accessible object ... ?
Or can I directly publish some class member (like "this" or "button1") to a CodeDom script structure?