Tagged Questions
The archetypes tag has no wiki summary.
14
votes
4answers
754 views
How do I conditionally include or exclude a file from an archetype when project is generated?
I'm creating Maven 2 archetypes for our project (Weld). I would like to be able to control which files are placed into the generated project based on the value of a property that is defined during ...
12
votes
7answers
9k views
Is there a maven 2 archetype for spring 3 MVC applications?
I'm experimenting with the spring 3 MVC framework. Since i use maven 2 to manage my project, i'm searching for a archetype to create a spring 3 MVC application.
8
votes
3answers
315 views
What are the Dexterity and Archetypes gotchas in Plone 4.1?
In a recent question, toutpt said:
Dexterity needs Plone4.1 to play well
with archetypes content and have all
plone feature (history, diff, lock,
...)
I'm thinking of using Dexterity in a ...
7
votes
3answers
147 views
Limiting one Content item per Member in a Folder on Plone 4
I have created a custom Archetypes content type called "Résumé" and would like to enforce a limitation that lets a Member add only one item of this type inside a folder. Even better would be ...
5
votes
1answer
319 views
How do you programmatically reorder children of an ATFolder subclass?
I have Plone product that uses a custom folder type for containing a set of custom content objects. The folder type was created by subclassing BaseFolder and it has a schema with a couple of text ...
4
votes
2answers
165 views
How can I rename files with a python script?
On my plone site I have hundreds of files (pdf, doc, ...) in filefield of archetypes objects. Something went wrong during importation and all the filenames are missing. The problem is that when ...
4
votes
3answers
110 views
Migrating from (now obsolete) custom ATImage content type
We had a whole collection of Plone 3 sites with a custom Image type
subclassed from ATImage. This allowed us to add an extra image scaling to the
standard list ("'logo':(454, 58)", used by our theme ...
4
votes
1answer
578 views
Using maven android archetype with eclipse
I am trying to use the following archetype.
https://github.com/akquinet/android-archetypes/wiki/Android-release-archetype
I can follow the instructions on the page fine (using the terminal)
I was ...
4
votes
2answers
169 views
Enforcing a particular width on a scale?
We have the customer requirement that for a particular scale of an image ('teaser' scale) the width has to the always 160px independent of the image ratio. Specifying as (160,160)
scale does not work ...
3
votes
1answer
57 views
What is a good resource to understand maven [closed]
I am not entirely new to the maven world but i have never taken couple of hours to actually sit down and understand what maven is all about. Whenever anything needed to be done, I trusted google as a ...
3
votes
3answers
133 views
Override only the Description field of the Plone standard content type
I would like to ovverride only the "view" of the classic "description field" of the Plone standard content type (Document, Folder, blabla), cause I need to "structure" the text of this field with ...
3
votes
1answer
54 views
Custom Maven Archetype or alternatives to project generation
We would like to generate projects from a Maven Archetype but we are finding it a bit simplistic. We would like to do the following:
Have a simple starting point. Not ask too many questions.
Allow ...
3
votes
3answers
717 views
Custom edit views in Plone 4
I have created a custom content-type (Resume) and I wish to provide a custom 'edit' view. My use-case is very simple, I simply want to show an HTML "disclaimer" box before the edit form.
First of all ...
3
votes
2answers
148 views
Change the input method in plone event forms?
I am trying do one of the following in the "Create Event" form in Plone 4, when creating events which happened in the past:
i. Set the default start/end dates in the "Start Date" and "End Date" ...
3
votes
2answers
319 views
Ruby on Rails equivalent for Maven Archetypes
Maven Archetypes are handy ways to get a project up and going in no time flat. Rails is kinda like an archetype in and of itself. However, I'm curious to know if there are any Rails equivalents for ...
3
votes
2answers
299 views
Archetype for Maven Project
I'd like to start a little project with maven. I want to use JSF2 and Hibernate. Can you recommend some archetype? or some other procedures to start this project.
Cheers...
3
votes
2answers
4k views
Maven archetype for simple Servlet application
Is there a Maven 2 archetype for a simple Servlet (2.5) web application?
3
votes
1answer
861 views
Artifactory: Auto-generate archetype catalog?
Is there a way to have Artifactory automatically generate the archetype-catalog.xml file for a repository? At the moment, I maintain it by hand and publish it via HTTP PUT. While this is doable for ...
2
votes
1answer
59 views
Moving fields between fieldsets on Dexterity
On Archetypes, in order to move a field from a fieldset (or schemata) to another, we can do the following:
schema['creators'].schemata = 'default'
However, I'm not achieving the same using ...
2
votes
3answers
60 views
Initializing a Mercurial Repository from a Maven Archetype
In order to make it simpler and easier for developers to get up and going, I've implemented a Maven Archetype that generates a project tailor-made for our environment. The Archetype works pretty well, ...
2
votes
1answer
72 views
portal_catalog unique ids for both Archetypes and Dexterity content
I am querying portal_catalog to populate a vocabulary with (UID, Title) tuples. The site has both Archetypes and Dexterity content.
brains = portal_catalog.searchResults(path={ "query": ...
2
votes
0answers
46 views
How do I chain different archetypes together?
Is it possible to somehow chain archetypes together by some super-archetype in Maven?
For example I have an archetype create a multi-module project setup.
One of these module projects should be ...
2
votes
1answer
47 views
How do you link to a Dexterity page from an ATContent page using “Related Items”?
Tying to add a related item to an ATContent Page which links to a Dexterity page. However, in the popup-overlay (when selecting "Add..." from the "Categorization" tab) there is no checkbox option to ...
2
votes
1answer
58 views
Low cost way to check whether Archetypes File has payload (BLOB)
Is there a way to quick check whether Archetypes File field contains payload or not, without actually loading the content of the file to memory?
I am remotely syncing files into Archetypes content ...
2
votes
0answers
113 views
Alternatives to Maven Archetypes
We're currently using Ant with Ivy for build and dependency management, but there's an interest in providing template starter projects like Maven provides using archetypes.
...
2
votes
0answers
130 views
How do I import XML files into Plone so that each field value is stored in its corresponding AT field?
I am trying to import XML files into Plone. The methods described in the tutorial on "http://plone.org/documentation/kb/xml-in-plone-with-marshall/tutorial-all-pages" work fine for viewing a Plone ...
2
votes
2answers
311 views
weld archetype vs seam forge
I'm building a new project using SEAM 3. I don't understand what the differences between weld archetype and seam forge. Both of them help us to build a simple project template to start with.
Thanks ...
2
votes
1answer
201 views
How to rename a directory with the artifactId when using a Maven archetype?
How can I rename a directory in a custom Maven archetype to be the contents of ${artifactId}?
I have a directory named service/App1 that I want to customize to be service/${artifactId}.
This ...
2
votes
3answers
354 views
Seed data import failed on jboss-javaee6-webapp
I am trying to get a basic Seam 3 webapplication to work and use the jboss-javaee6-webapp to achieve this goal. Using the manual at http://seamframework.org/Documentation/CDIQuickstartForMavenUsers.
...
2
votes
1answer
70 views
Object doesn't implement IField
I have following piece of code to patch the Folder:
ATFolderSchema = ATContentTypeSchema.copy() + \
ConstrainTypesMixinSchema.copy() + NextPreviousAwareSchema.copy()
...
2
votes
1answer
96 views
How do I render an Archetypes widget in 'edit' mode in a BrowserView?
I would like to render Plone Archetypes widgets in 'edit' mode in a Products.Five.browser.BrowserView but it seems there is a lot of setup for templates in skins layers that is absent from ...
2
votes
0answers
132 views
Avoiding substitution of expressions archetype:create-from-project
Hey,
could please anybody tell me how to avoid substitution of some expressions in a project when creating an archetype from it via archetype:create-from-project ?
for instance it substitutes all ...
2
votes
1answer
492 views
Maven archetype for liferay hook
Liferay has not provided maven archetype for hook. But they have provided eclipse plug-in to create a hook. Does any one know how to create a maven archetype for Liferay hook? And how should I build ...
2
votes
1answer
191 views
How should I make a Plone content type with a downloadable File field?
I am trying to make a Plone content type with Archetypes that holds exactly two downloadable files as plone.app.blob.FileField. How do I make it so those fields can be traversed to and then ...
2
votes
2answers
829 views
Howto create dynamic named folders with Maven2 Archetype?
I try to build an archetype structure like this, a webapp with some custom folders for our web-framework. Especially some dynamic folders which also will contain some files brought by the archetype.
...
2
votes
2answers
2k views
How to create empty folders with maven archetype?
There is an existing issue for this approach, located on Codehaus JIRA #ARCHETYPE-57, but all instructions listed in this ticket failed for me. Also the blog post of marekdec How to get maven ...
2
votes
3answers
375 views
Disable Plone Archetypes index/convert doc/pdf files
If I rebuild my catalog in plone I get many of these infos:
2010-02-18T11:26:09 INFO Archetypes Error while trying to convert file contents to 'text/plain' in <Field ...
2
votes
4answers
2k views
Is there a ICEfaces Maven archetype for NetBeans or Eclipse?
The NetBeans IDE still seems to offer Maven Archetypes only for Apache MyFaces or the "deprecated" WoodStock JSF framework. For future development or migration of existing Woodstock projects, Sun is ...
1
vote
0answers
106 views
Nexus Maven Archetype repository is not updated when deploying an archetype artefact
A custom Maven Archetype, developed to generate an application template for our team, is not recognised by Nexus 1.9.2 as a valid archetype.
Running command mvn clean deploy properly installs the ...
1
vote
1answer
27 views
Plone + Ploneboard max upload file size
I am trying to tune/implement max conversation attachment upload file size for Plone 4.1 and Ploneboard.
The code processing the uploads seems to be this in PloneBoard:
# Create files in message
...
1
vote
2answers
48 views
Plone Normalizer and Letter Case
When I create Archetypes Folder, filling Title field with "My Folder", the ID (Short Name) will be normalized as "my-folder". This is good in general. But I want items to reserve the letter case, say, ...
1
vote
1answer
75 views
How to use intids?
Looks like intid support has landed to Plone (with Dexterity?)
However there is little information how intids behave or how they should be used (when to use, getting id, look-up by id, when to set ...
1
vote
1answer
42 views
Local Roles for ATBTreeFolder vs ATFolder
I have a Plone site that is upgraded from Plone 3.3.5 to 4.0.7. From ZMI, I find there are 2 kinds of folders: ATBTreeFolder and ATFolder. With ATBTreeFolder, I can assign Local Roles in Security tab. ...
1
vote
0answers
75 views
Spring Roo v.s. Maven 2 Archetypes
I want to implement a tool that generates web service application, based on a WSDL file. The idea is to ask the user questions and to generate an application with features based on those questions. ...
1
vote
1answer
127 views
Cannot create maven archetype: jpa-maven-archetype
I'm trying to generate the archetype "jpa-maven-archetype" from console, but it only throws error messages about a non-existent archetype. I also consulted the list of the avaiable archetypes from mvn ...
1
vote
0answers
18 views
UML modelling of components using archetypes
problem:
i want to create a module, using standard classes that i have named [momentInterval, Description, Role, PPT (archetypes) ]. i have created a fixed relationship between these standard four ...
1
vote
1answer
118 views
How to embed archetype project version in Maven archetype?
I'm creating a Maven archetype which generates a project skeleton that
will include a dependency on the project from which the archetype
originated.
For example, the origin project looks like:
...
1
vote
1answer
336 views
maven-bundle-plugin: The defined artifact is not an archetype
I configured the "maven-bundle-plugin" from Apache Felix as a Maven Archetype in Eclipse (since it was missing), but when I try to create a new Maven project with it, I get as error:
Unable to create ...
1
vote
1answer
168 views
Archetype Selection Using m2eclipse
I would like to create a new Maven project in Eclipse using an archetype using the New Maven Project wizard. At the "Select an Archetype" step, I have three catalogs to choose from: Nexus Indexer, ...
1
vote
1answer
158 views
maven archetype:generate does not find archetype in local catalog
I have created and installed my own archetype and now I am trying to create a new project with it with the command line.
When I run
mvn archetype:generate -DarchetypeCatalog=local
I can see that ...