package

Can I recover older Oracle pl/sql source code from a package body after i have replaced with newer code

I had created an Oracle PL/SQL package with a header and a body with lots of code. Later, I ended up accidentally erasing the code from that body after reran the CREATE OR REPLACE PACKAGE BODY... statement with different source code (which actually I intended to save under a different package name). Is there anyway I can recover my older...

How to extract e-mail data into R ?

How could I export my e-mail database from Gmail (or Thunderbird) into R? Like there is the rgoogledocs package and twitteR, is there a gmailR package, or a standard format for exporting emails into stat packages ? Tal ...

Maven String Replace of Text Web Resources

I have a Maven web application with text files in src/main/webapp/textfilesdir As I understand it, during the package phase this textfilesdir directory will be copied into the target/project-1.0-SNAPSHOT directory, which is then zipped up into a target/project-1.0-SNAPSHOT.war Problem Now, I need to do a string repl...

Export Native library to external Package in Eclipse not working. is it a Bug?

I was about to report a but to Eclipse, but I was thinking to give this a chance here first: If I add an external package, the application cannot find the referenced native library, except in the case specified at the below: If my workspace consists of a single project, and I import an external package 'EX_package.jar' from a folder ou...

Migrating SSIS package from SQL Server 2005 to SQL Server 2008

Hi I am Migrating SSIS package from SQL Server 2005 to SQL Server 2008. The package ran successfully in sql 2005 using provider "SQLNCLI.1". In sql 2008 I have changed the provider to "SQLNCLI10.1" it gave below error: Error:SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR. The requested provider "SQLNCLI.1" is not registered. But I am us...

How to package AIR 2 native installer?

I have made an AIR 2.0 app that uses NativeProcess so it needs to be packaged as a native installer (.exe) rather than a .air file. I first tried using Package Assistant but I kept getting an error telling me it cannot load keystore file. so I tried using the command line I use: pathToAirSDK/bin>adt -args but I get an error telling ...

How do I solve "Two different CRTLDLLs are loaded" when using packages in C++ Builder 2010?

Hi, We are trying to split up our monolithic EXE into a combination of an EXE and several packages. So far, we have one package that we're trying to use, and when running the EXE Codeguard shows the following error on startup: CG Error Two different CRTLDLLs are loaded. CG might report false errors (C:\Windows\system32\CC32100MT.DLL)...

symfony 1.4: doctrine build model warning

Hi volks, I copied my sources from my lokal dev (everything works fine) to my repository and from there I did a checkout on my remote dev. Now when I try to build everything I get this error: devel:/var/www/myproject# ./symfony doc:build-model doctrine generating model classes file+ /tmp/doctrine_schem...

debate: Is adding third party libraries to a war a good idea?

We have a debate going on . a. The "standard" way of assembling a web app. Create a WAR with all our app artifacts and all other components like hibernate and memcached etc are deployed in the tomcat/shared/lib area. b. Create a humongous war with everything included and nothing in tomcat/shared/lib. Pros for a - It keeps thi...

Java.lang.NoClassDefFoundError java.lang.StringBuilder from code using java.lang.StringBuffer

Hi, I know there are plenty of questions regarding this error, but I haven't found it easy to find one exactly like mine. Here goes. I have a pretty small application that writes DB data to a csv file and then uploads it to a server. I have it running on my local box out of eclipse which is great, but the final version needs to be run...

Proper place to put my ActionScript class?

I am writing an ActionScript class and I don't know where the standard place to put it is. In other words, where should I put the package in regards to the hierarchy? In flash.myname.mypackage? What is the standard naming convention? As you can probably tell, I haven't had a lot of experience writing ActionScript classes :) ...

Problem in executing SSIS Package through an asp.net c# application

Hi, i am having a problem in executing the SSIS package through an asp.net application. i'm using c#. every time i run the package through web, i think the package is not disposed properly so until and unless i stop the application the package won't execute...i am not able to dispose or unload the package... i'm geeting errors like 'W...

best way to deploy a package

When I finished to write my classes I put them into a package structure and then I jarred all. Now which is the best way to deploy and use my jar? setting classpath; use CLASSPATH variable; using the extension mechanism. ...

package error in as3

package { import flash.display.Sprite; import flash.utils.*; public class SetTimeoutExample extends Sprite { private var delay:Number = 1000; // delay before calling myDelayedFunction public function SetTimeoutExample() { var intervalId:uint = setTimeout(myDelayedFunction, delay, "Hello", "World"); } public fun...

EncryptedPackageEnvelope Document Decryption

Hi, I am trying to decrypt an MS Office 2007 document by .NET code. I know the password to open and the encryption provider (obviously), but can not find any example on how to get the Package object from the EncryptedPackageEnvelope. All MS examples are DRM related, but the documents only have a password to open. Please help! Thanks! ...

Install time for Android application?

Is there any way to determine programmatically the time at which an Android application was installed? I don't see anything in PackageInfo, etc. --EDIT-- To clarify, App A is installed at Time X. At some later time, Time Y, App B is installed. Is there any way App B can know when App A was installed? The link http://stackoverflow.com/qu...

Cannot find Java Import in Eclipse?

I've dealt with errors like this in Eclipse before, but I have no idea why I'm getting it this time. I have the Apache Commons IO library in my Build Path as well as in my "lib" folder. I've given the error below. It's pretty straightforward. [javac] Compiling 3 source files to C:\Users\Justian\workspaces\ConnectionComp...

Creating and Editing Excel Documents (.csv) with Java

Hello everyone! For this project I'm working on, I want to take multiple excel sheets and then merge them into one, manipulating the data as I please to make everything a little more readable. What would be the best way to open files, read their contents, store that content, create a new file (.csv), then paste the information in the o...

DirectX Bootstrapper package

Hello, I want to share DirectX redistributable as a prerequisite package of my application setup msi( made with visual Studio). Anyone developed a bootstrapper package of DirectX? Where can I find it? I need some help about it. Thanks in advance, Paulo ...

PHP Pear Package - Pager on Awardspace Hosting Question?

Hi everyone! If you are using awardspace.com for free website hosting or have an idea does anyone know how to chnage the include path or my script hosted on awardspace such that...it can correctly display data using the pager.php package. Currently my script has this option set: :::PHP CODE::: include_once 'pager/Pager.php'; While ...