You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eduardo Burgos (JIRA)" <ji...@apache.org> on 2007/06/28 19:50:33 UTC

[jira] Created: (SM-987) Binding Component archetype - can't build

Binding Component archetype - can't build
-----------------------------------------

                 Key: SM-987
                 URL: https://issues.apache.org/activemq/browse/SM-987
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.2
         Environment: linux, normal pc
            Reporter: Eduardo Burgos


revision: 551635

cd trunk
svn up
at revision 551635

when I try to build everything it has this error:


[INFO] Building ServiceMix :: Archetypes :: BindingComponent
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------

.
.
.

[INFO] Starting audit...
/src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpointType.java:17: Missing package declaration.
/src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java:19:1: Got an exception - expecting EOF, found 'import'
/src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java:19:1: Got an exception - expecting EOF, found 'import'
/src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerEndpoint.java:19:1: Got an exception - expecting EOF, found 'import'
/src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderEndpoint.java:19:1: Got an exception - expecting EOF, found 'import'
/src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java:19:1: Got an exception - expecting EOF, found 'import'
Audit done.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-987) Binding Component archetype - can't build

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Co resolved SM-987.
--------------------------

       Resolution: Fixed
    Fix Version/s: 3.2

Fix added: http://svn.apache.org/viewvc?view=rev&rev=551839

> Binding Component archetype - can't build
> -----------------------------------------
>
>                 Key: SM-987
>                 URL: https://issues.apache.org/activemq/browse/SM-987
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2
>         Environment: linux, normal pc
>            Reporter: Eduardo Burgos
>            Assignee: Adrian Co
>             Fix For: 3.2
>
>
> revision: 551635
> cd trunk
> svn up
> at revision 551635
> when I try to build everything it has this error:
> [INFO] Building ServiceMix :: Archetypes :: BindingComponent
> [INFO]    task-segment: [clean, install]
> [INFO] ----------------------------------------------------------------------------
> .
> .
> .
> [INFO] Starting audit...
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpointType.java:17: Missing package declaration.
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerEndpoint.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderEndpoint.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java:19:1: Got an exception - expecting EOF, found 'import'
> Audit done.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SM-987) Binding Component archetype - can't build

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Co reassigned SM-987:
----------------------------

    Assignee: Adrian Co

Should we remove the checkstyle for the archetype or maybe for this specific error only?

> Binding Component archetype - can't build
> -----------------------------------------
>
>                 Key: SM-987
>                 URL: https://issues.apache.org/activemq/browse/SM-987
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2
>         Environment: linux, normal pc
>            Reporter: Eduardo Burgos
>            Assignee: Adrian Co
>
> revision: 551635
> cd trunk
> svn up
> at revision 551635
> when I try to build everything it has this error:
> [INFO] Building ServiceMix :: Archetypes :: BindingComponent
> [INFO]    task-segment: [clean, install]
> [INFO] ----------------------------------------------------------------------------
> .
> .
> .
> [INFO] Starting audit...
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyEndpointType.java:17: Missing package declaration.
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyComponent.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyBootstrap.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyConsumerEndpoint.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/main/java/MyProviderEndpoint.java:19:1: Got an exception - expecting EOF, found 'import'
> /src/servicemix/trunk/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/src/test/java/MySpringComponentTest.java:19:1: Got an exception - expecting EOF, found 'import'
> Audit done.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.