Archetypes is a framework designed to ease the building of applications for Plone and CMF. Its main goal is to provide a standardized way to build content objects based on schema definitions

learn more… | top users | synonyms (1)

1
vote
2answers
36 views

Generate Maven archetype from Java code

I want to know if it's possible to run the maven command: archetype:generate in Java code. I've tried this with the maven embedder, but this library is deprecated. I want to do an archetype:generate ...
-1
votes
1answer
61 views

How to generate Java EE project structure via maven

I'm new to maven, but I have worked on a project where there was a central pom.xml which included subprojects like dao, business and then web (controller, web). Is it possible to generate this kind of ...
0
votes
0answers
20 views

mvn archetype:generate Build Error

I am using maven for the first time. In my window 7 machine, I downloaded the maven installation folder and setup the M2_HOME variable and the path variable to use maven as mentioned in the setup ...
0
votes
0answers
35 views

Maven Archetype Use Velocity Templates in File Names

I'm creating a Maven archetype, and I want it to generate some directory names (Java package names) and file names using Velocity templates based on a single property. For example: I have this ...
2
votes
1answer
54 views

Migrating Archetype news items to Dexterity content types

I'm trying to copy the content in news items to other content type that I wrote. In my script I have the news item and the project item. The second, project, is a content type defined using Dexterity. ...
2
votes
1answer
34 views

How can I access the value of 'imageCaption' field of a ATNewsItem object?

How can I access the value of imageCaption field of a ATNewsItem object? I tried news_item_obj.getField('imageCaption') but the result is always None.
2
votes
2answers
60 views

Plone: How to change ownership of an archetype content?

I have contents that needs to change its ownership. By default the owner of the content type is admin, from code obj.getOwner() but the Creator of the content type is not admin, e.g. ...
0
votes
1answer
45 views

Plone: user role drops to Anonymous when adding an item to a folderish type with custom workflow [closed]

I have a custom folderish archetype-based type with a two-state custom workflow attached to it. This type restricts subtype to 'File'. Everything seems to work, except when I ( a user with 'Site ...
2
votes
1answer
2k views

Maven 3 Archetype for Project With Spring, Spring MVC, Hibernate, JPA

I'm trying to use Maven 3 to create a project which uses Spring 3, Spring MVC, Hibernate 4, and JPA. However, when I execute: mvn archetype:generate Non of the archetypes listed include all of ...
2
votes
2answers
55 views

how to know if result brains are Archetypes or Dexterity based objects?

Is there a way to know if an object is Archetypes-based or Dexterity-based using only the brains resulting from a catalog search?
1
vote
0answers
145 views

How to convert one content type to another using Archetypes

I have a content type which which is a non-folderish content type, and I want to convert this content type into a folderish. Inside my content type there is a multifilefield. I read this link ...
0
votes
1answer
509 views

Maven Archetype Plugin - How to use a partial archetype containing no pom.xml?

We would like to create a partial archetype to add a custom-pom.xml as well as other resources into an existing project. The custom pom will then be used in the generated project via mvn -f ...
2
votes
1answer
176 views

How to use my custom archetype with Maven?

I just create my custom archetype project, and I run perfectly the "mvn install" command. In my local repository, my archetype project was added correctly : ...
2
votes
1answer
68 views

How to include a maven launch config in a maven archetype?

I got a liferay-portlet-project with a sample application/portlet that I want to become an archetype. Inside the project there is a folder containing two *.launch files to redeploy the webapp. Both ...
1
vote
2answers
246 views

Install Maven Archetype

I have created a Maven archetype from an existing project. I have even installed the archetype in my local repository and used it to create a new project. Everything went perfect (incredible). The ...
0
votes
1answer
128 views

maven archetype plugin not applying all properties

In a project I'm working on we are also using custom archetypes to make it easier to generate new domains/connectors. After trying to write automated tests to validate these archetypes I came across a ...
0
votes
3answers
399 views

Maven archetype not using properties to create module names

I created an archetype where you can set the moduleName (or expect to) using a required property moduleName, here is the archetype metadata xml (reduced, which I also tried with similar results) ...
3
votes
0answers
52 views

archetypes.referencebrowser widget: new added elements are not sortable with already existing ones

We have a strange behaviour and I wondered if it was by design or a bug? When activating "allow_sorting=1" on the widget, if you edit your content, add some elements in the widget (related items), ...
1
vote
1answer
169 views

Can I add custom objects to Velocity context with Maven archetype plugin?

We have a number of code generators that use Velocity to generate projects. The generation can be quite complicated: reflection is used (to introspect 3rd party proxies that we have to interface ...
0
votes
0answers
41 views

generating a filtered file within a generated package structure in a maven archtype

I am building a maven archetype to create a multi-module project. The generated project will include a fair amount of boilerplate code, which I'd like to include in the archetype, but the boilerplate ...
1
vote
1answer
62 views

How do I create a Mojo that by default doesn't run on child modules (like the -N flag)

I've written a Maven plugin that is only designed to run on parent modules. It is basically a customised archetype plugin that has some addition steps, hence it is run from the command line and not ...
1
vote
1answer
265 views

How to generate dynamic file in maven archetype?

I want to pass parameters to file in archetype-resources>src>main folder. So I declared required property in archetype-metadata.xml as <requiredProperties> <requiredProperty ...
0
votes
1answer
136 views

Specify modules in root pom with archetype

I'm generating a custom archetype that has 4 child modules. The problem is, when I define these 4 modules in the root pom.xml, using the following notation: <modules> ...
0
votes
0answers
115 views

how to generate archetype by invoker plugin in pom.xml

I have the archetype somewhere on the web and I need to write a pom.xml file by which I create concrete project from that archetype via invoker plugin. I've tried to do this: <plugins> ...
-1
votes
1answer
471 views

After using maven to generate a struts2-archetype-blank project, I get a build error

I am using Eclipse, M2E plugin, Maven3 for web devlopment. I am trying to create basic struts2 project using their struts2-archetype-blank: mvn archetype:generate -B -DgroupId=tutorial \ ...
1
vote
0answers
57 views

CMFEditions Comparison between Revisions for Custom Type

With Type Settings for News Item set to "Automatic Versioning": I can see the (comparable) History view: and the inline differences: However, these do not work the same way with my custom ...
2
votes
3answers
2k views

Create java resources webapp folder structure with maven

I want to create /java, /resources, and /webapp/WEB-INF/web.xml folder structure under src. I have used the -DarchetypeArtifactId=maven-archetype-webapp but it creates /resources ...
0
votes
0answers
81 views

Disable escaping for properties like “${groupId}” with Maven archetype:create-from-project

By default, Maven archetype plugin, while executing goal "create-from-project", replaces strings like "${groupId}" in files with something like "${symbol_dollar}{groupId}". Is there a way to disable ...
0
votes
0answers
34 views

Adding a Final Message to Archetype Generate

I've created a custom archetype that I think is really cool and will help people who need to whip up a quick project. But if they're not familiar with Maven or the generated project, I'd like for the ...
1
vote
2answers
49 views

Index Specific Type without Its Contained Types

I add a FieldIndex for my content type according to the Plone.org instructions. In the ZMI, I can see the indexed items at /mysite/portal_catalog/Indexes/Building. My content type (providing IMyType, ...
1
vote
4answers
148 views

Cropping images instead of scaling with Plone and Archetypes

We'd like to crop images instead of scaling (Archetypes ImageField), so that the top left corner (or any corner) would be automatically displayed in given proportions. What options / add-ons I have ...
0
votes
1answer
1k views

How to Eclipse Maven Project Wicket-Spring-JPA-Hibernate

I want to create a Maven Project in eclipse using m2eclipse plugin, which will include Wicket, Spring, JPA and Hibernate. What is the simplest way to do it? Which Archetype should I chose? Thanks.
1
vote
0answers
93 views

How do I render an Archetypes in a template?

I would like to render a list of Plone Archetypes in custom template. In my example, I'm searching 'PortletPage' type in the catalog and get 3 items. Then I iterate on these items and i'd like to ...
1
vote
1answer
419 views

Build Sling Failure: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:integration-test (default-integration-test)

im trying to build sling cause I need it for a project at the university. Can anyone tell me, how I can solve this error? [INFO] BUILD FAILURE [INFO] ...
3
votes
3answers
282 views

Automatic id rename after title change

What could be the best way to achieve a functionality that All items get new id based no title edits automatically, no need to rename items manually This would use the id normalization + counter ...
2
votes
2answers
218 views

Sharing tab 'can add' permission for folderish archetype does not seem to work properly

I developed a custom folderish content-type in plone 4; in the xml file that specifies the profile of this content type I defined some other content types objects as addable to this folderish as ...
0
votes
1answer
119 views

Plone: Query Archetype content items/objects inside a particular folder during content submission

Is it possible to access or navigate saved content items under the same folder during every content submission so that every content submitted must be verified to avoid submission of content that ...
0
votes
1answer
239 views

How to Display Vocabulary Title in Archetypes?

I want my custom type to display the stored vocabulary's title. The field definition looks like: atapi.LinesField( 'member_field', searchable=1, index='KeywordIndex', multiValued=1, ...
1
vote
2answers
144 views

Extending ATEvent with an ImageField, exists:item_object/image return False

With archetypes.schemaextender I add an ImageField to ATEvent. The code of extender.py can be found here : http://pastealacon.com/29670 And in the configure.zcml I have this : <include ...
2
votes
1answer
130 views

Fulltext Search for Custom Type's TextField/RichWidget

Typing keyword in search box, say 日光 (Chinese words), I can see the live search result hinting the target items. It works well for types of Products.ATContentTypes (NewsItem, Page), but fails to find ...
2
votes
1answer
128 views

How do you migrate an unordered folder to an ordered in Plone

I have a folder content type that derives from ATBTreeFolder which in plone 4(actually in Products.Archetypes) sets the ordering to "unordered". If I go ahead and set the ordering to be ordered, ...
3
votes
2answers
263 views

Preventing users to upload BMP, TIFF etc. images to ImageField in Plone

The users do it because they can. However, image auto-resize etc. breaks down. This make me a sad boy. How to limit image uploads to GIF, PNG and JPEG sitewide? For Archetypes For Dexterity
1
vote
1answer
4k views

Maven Jboss archetypes catalog on eclipse m2e

Just a simple question since I cannot find the correct url on the Jboss AS 7 started guide. When I'm creating a new project using the maven project wizard... on the archetype selection I cannot find ...
2
votes
1answer
296 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 ...
3
votes
1answer
868 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
146 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
97 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
206 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 ...
3
votes
1answer
269 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
1answer
586 views

Error installing a multimodule archetype created with mvn archetype:create-from-project

I have a project with the following structure: project (pom) project-client (module, jar) project-ejb (module, jar) project-web (module, war) project-ear (module, ear) Inside the pom the modules ...

1 2 3