Questions tagged [packager]
55 questions
0
votes
1 answer
React Native Changes Not Loading
I am using React-Native 0.46.4 on Mac OS for Android development. I have made changes to the index.android.js but the changes are not being reflected when I load it on the device. The packager is running on port 8080 since port 8081 is taken. I have…

AdeptLearner
- 43
- 6
0
votes
2 answers
How do I get TFS 2015 to parse 3 digit versioning for NuGet packaging
When I set my TFS 2015 build definition, that is creating a NuGet package, I set the Build Number format with:
$(BuildDefinitionName)_$(Major).$(Minor)$(rev:.r)
Where Major and Minor or just variables that I defined. When I use the step "NuGet…

Antebios
- 1,681
- 1
- 13
- 22
0
votes
4 answers
Adobe Flash CS5 and iPod Touch/iPhone
As you may all know (if not, click here), Apple has finally decided to allow apps created using Adobe Flash CS5's iPod Packager on the store. Owning a PC and not a Mac, this is great news for me as I longed to give a crack to iPod development.
I…

Christopher Richa
- 1,278
- 1
- 9
- 20
0
votes
1 answer
VSTS NuGet Packager error: "Path cannot be null."
While moving to the VSTS online builds, I'm running into the following error during my NuGet Packager step in which I package my artifacts into a nuget package based on a nuspec file in my project.
2016-07-28T04:24:41.7652305Z ##[error]Path cannot…

FCP
- 31
- 4
0
votes
2 answers
React-Native: packager not detecting images
I can't figure out how to programmatically add in images in React-Native. I have a directory, /img, full of images, and a json file, data.json full of data entries that have corresponding and image file paths:
[
{
"id": "1",
"img": "img1.png"
…

rycander
- 37
- 1
- 5
0
votes
1 answer
Linux executable fails using javafx-maven-plugin
I have a multimodule maven project with JavaFX up and running. I can create an jar file containing all classes that is executable through a maven assembly, so I know the packaged bundle works.
For conveniance I want to create a native…

hotzst
- 7,238
- 9
- 41
- 64
0
votes
0 answers
No JRE included in app when using fx:deploy through Ant
I'm trying to use javafxpackager and Ant to create a self-contained application (preferrably as an msi, but same results with exe).
If I run the javafxpackager from the command-line, it works perfectly.
If I run it through Ant (using fx:deploy), it…
0
votes
1 answer
Is there a way to package a desktop application from my sencha project
I have a sencha project which works perfect on (Safari & Chrome) from index.html. I want to create a dmg file (executable) so that i can deploy on other pc. I tried it with TideSDK. But some functionality like data retrieval from store, scrolling,…

Daisy
- 71
- 1
- 5
0
votes
1 answer
ckpackager for ckeditor 4
I downloaded ckpackager from http://svn.ckeditor.com/CKEditor/trunk and ckeditor 4 sources from http://ckeditor.com/builder
I tried to minimize sources using this packager with ckeditor.pack file from CKEditor/trunk.
Then I removed some core/*.js…

Neshta
- 2,605
- 2
- 27
- 45
0
votes
1 answer
can't find the usb_driver folder, please install the Google USB Driver Packager using the Android SDK manager windows 7 32
After getting my app to work in the emulator, I now want to test it on my Sony Xperia Arc Android phone. I follow the instructions from google here http://developer.android.com/sdk/win-usb.html but can't get their USB driver to load.
When I plug the…

tazia
- 1
- 1
- 1
- 2