[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-503) Generated archetype broken for any package name with dot (.) (Gustavo Fernandes)

Hardy Ferentschik (JIRA) noreply at atlassian.com
Mon May 3 08:24:29 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36850#action_36850 ] 

Hardy Ferentschik commented on HSEARCH-503:
-------------------------------------------

Seems like a bug in 'archetype:create-from-project'. When filtering the java files it wrongly replaces org.hibernate.search with ${groupId), where the variable is the group id specified during the archetype generate phase. It think that it is a bug within the archetype plugin which causes the problem. 
I updated the archetype and the process described in this issue works now, however I had to set the groupId in the pom to {{com.example}}. 
Given that for now we are not able to update/deploy the archetype catalog on the new maven repo (see comment on [Maven Getting Started - Developers|Maven Getting Started - Developers]), we should just skip the deployment of the archetype for 3.2. 

> Generated archetype broken for any package name with dot (.) (Gustavo Fernandes)
> --------------------------------------------------------------------------------
>
>                 Key: HSEARCH-503
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-503
>             Project: Hibernate Search
>          Issue Type: Patch
>          Components: build
>    Affects Versions: 3.2.0.Beta1
>            Reporter: G Fernandes
>            Assignee: G Fernandes
>            Priority: Minor
>             Fix For: 3.2.0
>
>         Attachments: archetype.diff
>
>
> Steps to reproduce:
> =====================
> $ cd hibernate-search-archetype
> $ mvn archetype:create-from-project -Darchetype.properties=src/main/archetype/archetype.properties
> ...
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 4 seconds
> [INFO] Finished at: Sat Apr 10 20:35:58 BST 2010
> [INFO] Final Memory: 16M/80M
> [INFO] ------------------------------------------------------------------------
> $ cd target/generate-sources/archetype
> $ mvn install
> ...
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Sat Apr 10 20:36:50 BST 2010
> [INFO] Final Memory: 18M/80M
> [INFO] ------------------------------------------------------------------------
> $ cd ~/temp
> $ mvn archetype:generate  -DarchetypeGroupId=org.hibernate -DarchetypeArtifactId=hibernate-search-quickstart -DarchetypeVersion=3.2.0-SNAPSHOT -DgroupId=my.company -DartifactId=quickstart -Dversion=1.0-SNAPSHOT
> ...
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 5 seconds
> [INFO] Finished at: Sat Apr 10 20:39:17 BST 2010
> [INFO] Final Memory: 13M/79M
> [INFO] ------------------------------------------------------------------------
> $ cd quickstart
> $ mvn install
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /Users/gustavo/temp/quickstart/src/main/java/com/mycomany/Book.java:[25,11] ';' expected
> [ERROR] /Users/gustavo/temp/quickstart/src/main/java/com/mycomany/Book.java:[37,10] '.' expected
> [ERROR] /Users/gustavo/temp/quickstart/src/main/java/com/mycomany/Book.java:[37,11] ';' expected
> [ERROR] /Users/gustavo/temp/quickstart/src/main/java/com/mycomany/Book.java:[37,19] class, interface, or enum expected
> [ERROR] /Users/gustavo/temp/quickstart/src/main/java/com/mycomany/Book.java:[37,20] class, interface, or enum expected
> [ERROR] /Users/gustavo/temp/quickstart/src/main/java/com/mycomany/Author.java:[25,11] ';' expected

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list