|
|
Rank: Aficionado
Joined: 7/19/2006 Posts: 171 Location: aalleren, Denmark
|
Hi Released a beta version of a package creator for Umbraco. Pick contents for the package and create a .umb file instantly for download. you can get it here: http://objects.dk/2007/5/21/package-creator-for-umbraco.aspxWould love to get feedback/bug reports. /Per Umbracian Personal blog: Objects.dk
|
|
 Rank: Umbracoholic
Joined: 7/20/2006 Posts: 1,076 Location: Charleston, West Virginia, United States
|
Per One word: Awesome.. Will test soon. Casey
• 2007/2008 MVP • 2008/2009 MVP • Certified • Licensing • Support • Development • Hosting •
|
|
Rank: Aficionado
Joined: 7/23/2006 Posts: 172
|
Hi Per
one word: MVP 2007 - forever
just had a quick glance at it - but it looks great - just the tool I need - sure I'll put it on to the big test.
Keep up the good work :thumbup:
Søren Linaa Level 1 & 2 Certified Professional
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 820 Location: Benfleet, Essex, UK
|
Well I have just got back from NY and quickly checked some stuff out and this sounds great :D - However Per I could have done with it before I built my website package, as the package.xml takes forever to create. Give me a few days to settle back in and I will check it out :D Warren Warren Buckley an Umbraco MVP 08-09 & level 1 certified developer
|
|
Rank: Aficionado
Joined: 7/23/2006 Posts: 172
|
The first bug I found was that I only can generate one package.
When I press generate package twice I get this error.
"The process cannot access the file 'C:\...' because it is being used by another process."
Søren Linaa Level 1 & 2 Certified Professional
|
|
Rank: Fanatic
Joined: 3/15/2007 Posts: 378 Location: Cary, NC USA
|
does this work under Umbraco 3.x? I'm getting a permissions error when I try importing the package... does this require different account permissions other than the ASP.NET Machine Account? it currently has full account privs...
Error Cannot Install Package creator, error occoured: Access to the path 'C:\apps install\umbraco\betas\22527\umbraco-22527\umbraco\umbraco\presentation\umbraco\config\create\ui.xml' is denied.
|
|
Rank: Aficionado
Joined: 7/19/2006 Posts: 171 Location: aalleren, Denmark
|
you need write access to the ui.xml file, it could be because it's read-only? from the looks of the path you posted, it looks like a codeplex build, these are usually read-only. Umbracian Personal blog: Objects.dk
|
|
Rank: Fanatic
Joined: 3/15/2007 Posts: 378 Location: Cary, NC USA
|
looks like I was checking the wrong /config/create/ path. I didn't realize there were two almost identical paths, both with UI.xml files. /config/create/ and /umbraco/config/create/...
I'm still having issues when trying to create the package though:
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'controls' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" Codebehind="editPackage.aspx.cs" Inherits="Exporter._Default" %> Line 2: Line 3: <%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> Line 4: <%@ Register TagPrefix="cc2" Namespace="umbraco.uicontrols" Assembly="controls" %> Line 5:
Source File: /umbraco/plugins/exporter/editPackage.aspx Line: 3
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
|
|
Rank: Fanatic
Joined: 3/15/2007 Posts: 378 Location: Cary, NC USA
|
my setup may be messed up... I'm going to get the latest build and see if that fixes the problem...
|
|
Rank: Newbie
Joined: 1/24/2008 Posts: 3
|
John Hodgkinson...did you ever solve your parser error? i am having the same error.
|
|
|
Guest |