[jira] Created: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

View: New views
15 Messages — Rating Filter:   Alert me  

[jira] Created: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Embedded error: com.sun.tools.apt.Main
---------------------------------------

                 Key: MEVENIDE-482
                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
             Project: mevenide
          Issue Type: Bug
    Affects Versions: NB_2.3
         Environment: windows xp, netbeans-5.5-ee, jdk1.6
            Reporter: Jim Caprioli
         Assigned To: Milos Kleint
            Priority: Blocker


Create a new project in netbeans using

GroupId: org.trailsframework
ArtifactId: trails-archetype
Version: 1.0-SNAPSHOT

Then run lifecycle phase 'compile'

The following error occurs.

[INFO]Scanning for projects...
[INFO]----------------------------------------------------------------------------
[INFO]Building A simple trails project
[INFO]   task-segment: [compile]
[INFO]----------------------------------------------------------------------------
project-execute
[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
[INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
[aspectj:compile {execution: default}]
[apt:execute {execution: default}]
[INFO]------------------------------------------------------------------------
[ERROR]BUILD ERROR
[INFO]------------------------------------------------------------------------
[INFO]Error starting apt compiler

Embedded error: com.sun.tools.apt.Main
[INFO]------------------------------------------------------------------------
[INFO]For more information, run Maven with the -e switch
[INFO]------------------------------------------------------------------------
[INFO]Total time: 6 seconds
[INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
[INFO]Final Memory: 31M/63M
[INFO]------------------------------------------------------------------------

Note:
When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.


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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_84971 ]
           
Milos Kleint commented on MEVENIDE-482:
---------------------------------------

probably something with maven embedding, but possibly also an issue with the myfaces.tobago's apt plugin.

can you attach the debug output from the embedded execution?

can you try setting the fork parameter of the apt plugin to "true"?



> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Blocker
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Updated: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

     [ http://jira.codehaus.org/browse/MEVENIDE-482?page=all ]

Milos Kleint updated MEVENIDE-482:
----------------------------------

    Fix Version/s: NB_2.4
      Component/s: mevenide2-netbeans

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Blocker
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_84973 ]
           
Jim Caprioli commented on MEVENIDE-482:
---------------------------------------

Hi Milos,

You ask:
Can you try setting the fork parameter of the apt plugin to "true"?
- ?! i am rather new to maven. i need a for dummies instruction if you want me to do that.
Can you attach the debug output from the embedded execution?
- i hope this is sufficient?

[DEBUG]Profile with id: 'netbeans-public' has been explicitly activated.
[DEBUG]Profile with id: 'netbeans-private' has been explicitly activated.
[INFO]Scanning for projects...
[DEBUG]Profile with id: 'netbeans-public' has been explicitly activated.
[DEBUG]Profile with id: 'netbeans-private' has been explicitly activated.
[DEBUG]org.nilostep:EbookApp:war:1.0-SNAPSHOT (selected for null)
[DEBUG]  hsqldb:hsqldb:jar:1.8.0.1:runtime (selected for runtime)
[INFO]----------------------------------------------------------------------------
[INFO]Building A simple trails project
[INFO]   task-segment: [compile]
[INFO]----------------------------------------------------------------------------
project-execute
[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.apache.maven.plugins:maven-resources-plugin' could not be found on repository: netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-resources-plugin: using locally installed snapshot
[DEBUG]maven-resources-plugin: resolved to version 2.2 from repository central
[DEBUG]Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-resources-plugin:maven-plugin:2.2 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
[DEBUG]Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.apache.maven.plugins:maven-compiler-plugin' could not be found on repository: netbeansIDE-repo-internal
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
[DEBUG]repository metadata for: 'artifact org.apache.maven.plugins:maven-compiler-plugin' could not be found on repository: codehaus
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-compiler-plugin: using locally installed snapshot
[DEBUG]maven-compiler-plugin: resolved to version 2.0.1 from repository central
[DEBUG]Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-compiler-plugin:maven-plugin:2.0.1 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
[DEBUG]Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.codehaus.mojo:aspectj-maven-plugin' could not be found on repository: netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]aspectj-maven-plugin: using locally installed snapshot
[DEBUG]aspectj-maven-plugin: resolved to version 1.0-beta-2 from repository central
[DEBUG]Retrieving parent-POM: org.codehaus.mojo:mojo::12 for project: null:aspectj-maven-plugin:maven-plugin:1.0-beta-2 from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.apache.myfaces.tobago:maven-apt-plugin' could not be found on repository: netbeansIDE-repo-internal
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
[DEBUG]repository metadata for: 'artifact org.apache.myfaces.tobago:maven-apt-plugin' could not be found on repository: codehaus
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-apt-plugin: using locally installed snapshot
[DEBUG]maven-apt-plugin: resolved to version 1.0.9 from repository central
[DEBUG]Retrieving parent-POM: org.apache.myfaces.tobago:tobago-tool::1.0.9 for project: null:maven-apt-plugin:maven-plugin:1.0.9 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.myfaces.tobago:tobago::1.0.9 for project: null:tobago-tool:pom:null from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.mortbay.jetty:maven-jetty6-plugin' could not be found on repository: netbeansIDE-repo-internal
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
[DEBUG]repository metadata for: 'artifact org.mortbay.jetty:maven-jetty6-plugin' could not be found on repository: codehaus
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-jetty6-plugin: using locally installed snapshot
[DEBUG]maven-jetty6-plugin: resolved to version 6.0.0beta17 from repository central
[DEBUG]Retrieving parent-POM: org.mortbay.jetty:project::6.0.0beta17 for project: org.mortbay.jetty:maven-jetty6-plugin:maven-plugin:6.0.0beta17 from the repository.
[DEBUG]Found 0 components to load on start
[DEBUG]Skipping disabled repository netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository central
[DEBUG]Skipping disabled repository central
[DEBUG]hibernate3-maven-plugin: resolved to version 1.0-20061107.213923-10 from repository snapshots.codehaus.org
[DEBUG]Retrieving parent-POM: org.codehaus.mojo.hibernate3:maven-hibernate3::1.0-SNAPSHOT for project: org.codehaus.mojo:hibernate3-maven-plugin:maven-plugin:1.0-20061107.213923-10 from the repository.
[DEBUG]Skipping disabled repository netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository central
[DEBUG]Skipping disabled repository central
[DEBUG]maven-hibernate3: resolved to version 1.0-20061107.213923-16 from repository snapshots.codehaus.org
[DEBUG]Retrieving parent-POM: org.codehaus.mojo:mojo-sandbox::2 for project: org.codehaus.mojo.hibernate3:maven-hibernate3:pom:1.0-SNAPSHOT from the repository.
[DEBUG]Retrieving parent-POM: org.codehaus.mojo:mojo::11 for project: null:mojo-sandbox:pom:2 from the repository.
[DEBUG]hibernate3-maven-plugin: resolved to version 1.0-20061107.213923-10 from repository snapshots.codehaus.org
[DEBUG]Found 0 components to load on start
[DEBUG]org.nilostep:EbookApp:war:1.0-SNAPSHOT (selected for null)
[DEBUG]Skipping disabled repository central
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]  com.javaforge.tapestry:tapernate:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]    junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:runtime (selected for runtime)
[DEBUG]      commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]      commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]        commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]      ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]      oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]      hivemind:hivemind:jar:1.1.1:compile (selected for compile)
[DEBUG]      hivemind:hivemind-lib:jar:1.1.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.1:compile (selected for compile)
[DEBUG]    commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG]Skipping disabled repository central
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-hibernate3:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]        org.hibernate:hibernate:jar:3.1.1:compile (selected for compile)
[DEBUG]          ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]          cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]            asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]          javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]          antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]        javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]        jboss:javassist:jar:3.0:runtime (setting scope to: compile)
[DEBUG]        jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]        aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]        commons-proxy:commons-proxy:jar:1.0:compile (selected for compile)
[DEBUG]      log4j:log4j:jar:1.2.11:compile (selected for compile)
[DEBUG]      hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]Retrieving parent-POM: org.springframework:spring-full::1.2.6 for project: null:spring:jar:1.2.6 from the repository.
[DEBUG]Retrieving parent-POM: org.springframework:spring-parent::1.2.6 for project: null:spring-full:pom:null from the repository.
[DEBUG]      org.springframework:spring:jar:1.2.6:compile (selected for compile)
[DEBUG]Skipping disabled repository central
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-transaction:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]        asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]        ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]        asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]        commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]        dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]        javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]        antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta9:compile (removed - nearer found: 3.1beta8)
[DEBUG]Skipping disabled repository central
[DEBUG]hivemind-utils: resolved to version 0.1-20060605.114020-4 from repository www.carmanconsulting.com
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1-SNAPSHOT:compile (removed - nearer found: 0.1)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]Skipping disabled repository central
[DEBUG]trails-core: resolved to version 1.0-20061106.093209-6 from repository snapshots.codehaus.org
[DEBUG]Retrieving parent-POM: org.trailsframework:trails::1.0-SNAPSHOT for project: org.trailsframework:trails-core:jar:1.0-20061106.093209-6 from the repository.
[DEBUG]Skipping disabled repository central
[DEBUG]trails: resolved to version 1.0-20061106.093209-5 from repository snapshots.codehaus.org
[DEBUG]  org.trailsframework:trails-core:jar:1.0-SNAPSHOT:compile (selected for compile)
[DEBUG]    aspectj:aspectjlib:jar:1.5.2a:compile (selected for compile)
[DEBUG]    log4j:log4j:jar:1.2.11:compile (removed - nearer found: 1.2.9)
[DEBUG]    log4j:log4j:jar:1.2.9:compile (selected for compile)
[DEBUG]    tapestry:tapestry-contrib:jar:4.0.2:compile (selected for compile)
[DEBUG]    jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]    hivemind:hivemind:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.springframework:spring-support:jar:2.0:compile (selected for compile)
[DEBUG]      aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-aop:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]          org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]            commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-context:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-dao:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-httpclient:commons-httpclient:jar:2.0.1:compile (selected for compile)
[DEBUG]    ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]    hivemind:hivemind-lib:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind-lib:jar:1.1:compile (selected for compile)
[DEBUG]Retrieving parent-POM: org.acegisecurity:acegi-security-parent::1.0.2 for project: null:acegi-security:jar:1.0.2 from the repository.
[DEBUG]    org.acegisecurity:acegi-security:jar:1.0.2:compile (selected for compile)
[DEBUG]      commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]    mysql:mysql-connector-java:jar:3.1.11:compile (selected for compile)
[DEBUG]    org.springframework:spring:jar:1.2.6:compile (removed - nearer found: 2.0)
[DEBUG]    org.springframework:spring:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]    commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]      commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    commons-pool:commons-pool:jar:1.2:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      xml-apis:xml-apis:jar:1.0.b2:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]      xerces:xercesImpl:jar:2.0.2:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]Retrieving parent-POM: com.javaforge.tapestry:common::0.1.1 for project: com.javaforge.tapestry:tapestry-spring:jar:0.1.2 from the repository.
[DEBUG]    com.javaforge.tapestry:tapestry-spring:jar:0.1.2:compile (selected for compile)
[DEBUG]      tapestry:tapestry:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]      tapestry:tapestry-annotations:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]    nekohtml:nekohtml:jar:0.9.5:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.4.0
  This artifact has been relocated to xerces:xercesImpl:2.4.0.

[DEBUG]      xerces:xercesImpl:jar:2.4.0:compile (removed - nearer found: 2.0.2)
[DEBUG]    odmg:odmg:jar:3.0:compile (selected for compile)
[DEBUG]    aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]    aspectj:aspectjrt:jar:1.5.2a:compile (selected for compile)
[DEBUG]    commons-dbcp:commons-dbcp:jar:1.2.1:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]    aspectj:aspectjweaver:jar:1.5.2a:compile (selected for compile)
[DEBUG]    org.springframework:spring-hibernate3:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.hibernate:hibernate:jar:3.2.0.cr4:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.springframework:spring-web:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    proxool:proxool:jar:0.8.3:compile (selected for compile)
[DEBUG]    bsf:bsf:jar:2.3.0:compile (selected for compile)
[DEBUG]    commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]      asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]      dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]      javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]      antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]    org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-digester:commons-digester:jar:1.7:compile (selected for compile)
[DEBUG]      commons-beanutils:commons-beanutils:jar:1.6:compile (removed - nearer found: 1.7.0)
[DEBUG]      commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.0.4)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]    c3p0:c3p0:jar:0.9.0.2:compile (selected for compile)
[DEBUG]    gnu-regexp:gnu-regexp:jar:1.1.4:compile (selected for compile)
[DEBUG]    hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]    javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    com.sun:tools:jar:1.4.2:system (selected for system)
[DEBUG]    org.springframework:spring-remoting:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]    asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]    commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]    javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]  jaxen:jaxen:jar:1.1-beta-6:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.1-beta-4:compile (removed - causes a cycle in the graph)
[DEBUG]    dom4j:dom4j:jar:1.6.1:compile (removed - nearer found: 1.5.2)
[DEBUG]    dom4j:dom4j:jar:1.5.2:compile (selected for compile)
[DEBUG]      jaxme:jaxme-api:jar:0.3:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG]    jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG]    xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG]    xerces:xercesImpl:jar:2.0.2:compile (removed - nearer found: 2.6.2)
[DEBUG]    xerces:xercesImpl:jar:2.6.2:compile (selected for compile)
[DEBUG]    xom:xom:jar:1.0b3:compile (selected for compile)
[DEBUG]      xerces:xmlParserAPIs:jar:2.6.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      xerces:xercesImpl:jar:2.2.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG]      xalan:xalan:jar:2.6.0:compile (selected for compile)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      org.ccil.cowan.tagsoup:tagsoup:jar:0.9.7:compile (selected for compile)
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]trails-core: resolved to version 1.0-20061106.093209-6 from repository snapshots.codehaus.org
[DEBUG]org.codehaus.mojo:aspectj-maven-plugin:maven-plugin:1.0-beta-2:runtime (selected for runtime)
[DEBUG]  com.sun:tools:jar:1.4.2:system (selected for system)
[DEBUG]Retrieving parent-POM: org.apache.maven.reporting:maven-reporting::2.0 for project: null:maven-reporting-impl:jar:2.0 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven.reporting:maven-reporting:pom:2.0 from the repository.
[DEBUG]  org.apache.maven.reporting:maven-reporting-impl:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-project:jar:2.0 from the repository.
[DEBUG]    org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-profile:jar:2.0 from the repository.
[DEBUG]      org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-model:jar:2.0 from the repository.
[DEBUG]        org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]          junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact-manager:jar:2.0 from the repository.
[DEBUG]      org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-repository-metadata:jar:2.0 from the repository.
[DEBUG]        org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact:jar:2.0 from the repository.
[DEBUG]        org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]        junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]        classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]    commons-validator:commons-validator:jar:1.1.4:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
[DEBUG]    oro:oro:jar:2.0.7:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven.reporting:maven-reporting::2.0 for project: null:maven-reporting-api:jar:2.0 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven.reporting:maven-reporting:pom:2.0 from the repository.
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime (selected for runtime)
[DEBUG]      doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG]    doxia:doxia-core:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]        junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]        classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]      junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]      classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]  aspectj:aspectjtools:jar:1.5.2a:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
[DEBUG]  aspectj:aspectjrt:jar:1.5.2a:runtime (selected for runtime)
[DEBUG]  org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime (selected for runtime)
[DEBUG]    doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]  org.codehaus.plexus:plexus-compiler-api:jar:1.5.1:runtime (selected for runtime)
[DEBUG]    classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]Configuring mojo 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile' -->
[DEBUG]  (s) argumentFileName = builddef.lst
[DEBUG]  (f) aspectDirectory = src/main/aspect
[DEBUG]  (s) groupId = org.trailsframework
[DEBUG]  (s) artifactId = trails-core
[DEBUG]  (f) aspectLibraries = [Lorg.codehaus.mojo.aspectj.Module;@405aae
[DEBUG]  (f) basedir = Q:\EbookApp
[DEBUG]  (f) project = org.apache.maven.project.MavenProject@ec32de11
[DEBUG]  (s) source = 1.5
[DEBUG]  (s) target = 1.5
[DEBUG]  (f) testAspectDirectory = src/test/aspect
[DEBUG]-- end configuration --
[aspectj:compile {execution: default}]
[DEBUG]Adding -aspectpath: j:\maven-2.0.4\repository\org\trailsframework\trails-core\1.0-SNAPSHOT\trails-core-1.0-SNAPSHOT.jar
[DEBUG]No modifications found skipping aspectJ compile
[DEBUG]org.nilostep:EbookApp:war:1.0-SNAPSHOT (selected for null)
[DEBUG]  com.javaforge.tapestry:tapernate:jar:0.1-20060609.152149-15:compile (selected for compile)
[DEBUG]    junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:runtime (selected for runtime)
[DEBUG]      commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]      commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]        commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]      ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]      oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]      hivemind:hivemind:jar:1.1.1:compile (selected for compile)
[DEBUG]      hivemind:hivemind-lib:jar:1.1.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.1:compile (selected for compile)
[DEBUG]    commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-hibernate3:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]        org.hibernate:hibernate:jar:3.1.1:compile (selected for compile)
[DEBUG]          ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]          cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]            asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]          javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]          antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]        javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]        jboss:javassist:jar:3.0:runtime (setting scope to: compile)
[DEBUG]        jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]        aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]        commons-proxy:commons-proxy:jar:1.0:compile (selected for compile)
[DEBUG]      log4j:log4j:jar:1.2.11:compile (selected for compile)
[DEBUG]      hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]      org.springframework:spring:jar:1.2.6:compile (selected for compile)
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-transaction:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]        asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]        ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]        asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]        commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]        dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]        javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]        antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta9:compile (removed - nearer found: 3.1beta8)
[DEBUG]hivemind-utils: resolved to version 0.1-20060605.114020-4 from repository www.carmanconsulting.com
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1-SNAPSHOT:compile (removed - nearer found: 0.1)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]  org.trailsframework:trails-core:jar:1.0-20061106.093209-6:compile (selected for compile)
[DEBUG]    aspectj:aspectjlib:jar:1.5.2a:compile (selected for compile)
[DEBUG]    log4j:log4j:jar:1.2.11:compile (removed - nearer found: 1.2.9)
[DEBUG]    log4j:log4j:jar:1.2.9:compile (selected for compile)
[DEBUG]    tapestry:tapestry-contrib:jar:4.0.2:compile (selected for compile)
[DEBUG]    jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]    hivemind:hivemind:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.springframework:spring-support:jar:2.0:compile (selected for compile)
[DEBUG]      aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-aop:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]          org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]            commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-context:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-dao:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-httpclient:commons-httpclient:jar:2.0.1:compile (selected for compile)
[DEBUG]    ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]    hivemind:hivemind-lib:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind-lib:jar:1.1:compile (selected for compile)
[DEBUG]    org.acegisecurity:acegi-security:jar:1.0.2:compile (selected for compile)
[DEBUG]      commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]    mysql:mysql-connector-java:jar:3.1.11:compile (selected for compile)
[DEBUG]    org.springframework:spring:jar:1.2.6:compile (removed - nearer found: 2.0)
[DEBUG]    org.springframework:spring:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]    commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]      commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    commons-pool:commons-pool:jar:1.2:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      xml-apis:xml-apis:jar:1.0.b2:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]      xerces:xercesImpl:jar:2.0.2:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]    com.javaforge.tapestry:tapestry-spring:jar:0.1.2:compile (selected for compile)
[DEBUG]      tapestry:tapestry:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]      tapestry:tapestry-annotations:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]    nekohtml:nekohtml:jar:0.9.5:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.4.0
  This artifact has been relocated to xerces:xercesImpl:2.4.0.

[DEBUG]      xerces:xercesImpl:jar:2.4.0:compile (removed - nearer found: 2.0.2)
[DEBUG]    odmg:odmg:jar:3.0:compile (selected for compile)
[DEBUG]    aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]    aspectj:aspectjrt:jar:1.5.2a:compile (selected for compile)
[DEBUG]    commons-dbcp:commons-dbcp:jar:1.2.1:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]    aspectj:aspectjweaver:jar:1.5.2a:compile (selected for compile)
[DEBUG]    org.springframework:spring-hibernate3:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.hibernate:hibernate:jar:3.2.0.cr4:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.springframework:spring-web:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    proxool:proxool:jar:0.8.3:compile (selected for compile)
[DEBUG]    bsf:bsf:jar:2.3.0:compile (selected for compile)
[DEBUG]    commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]      asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]      dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]      javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]      antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]    org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-digester:commons-digester:jar:1.7:compile (selected for compile)
[DEBUG]      commons-beanutils:commons-beanutils:jar:1.6:compile (removed - nearer found: 1.7.0)
[DEBUG]      commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.0.4)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]    c3p0:c3p0:jar:0.9.0.2:compile (selected for compile)
[DEBUG]    gnu-regexp:gnu-regexp:jar:1.1.4:compile (selected for compile)
[DEBUG]    hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]    javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    com.sun:tools:jar:1.4.2:system (selected for system)
[DEBUG]    org.springframework:spring-remoting:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]    asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]    commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]    javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]  jaxen:jaxen:jar:1.1-beta-6:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.1-beta-4:compile (removed - causes a cycle in the graph)
[DEBUG]    dom4j:dom4j:jar:1.6.1:compile (removed - nearer found: 1.5.2)
[DEBUG]    dom4j:dom4j:jar:1.5.2:compile (selected for compile)
[DEBUG]      jaxme:jaxme-api:jar:0.3:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG]    jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG]    xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG]    xerces:xercesImpl:jar:2.0.2:compile (removed - nearer found: 2.6.2)
[DEBUG]    xerces:xercesImpl:jar:2.6.2:compile (selected for compile)
[DEBUG]    xom:xom:jar:1.0b3:compile (selected for compile)
[DEBUG]      xerces:xmlParserAPIs:jar:2.6.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      xerces:xercesImpl:jar:2.2.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG]      xalan:xalan:jar:2.6.0:compile (selected for compile)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      org.ccil.cowan.tagsoup:tagsoup:jar:0.9.7:compile (selected for compile)
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]org.apache.myfaces.tobago:maven-apt-plugin:maven-plugin:1.0.9:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: null:plexus-utils:jar:1.2 from the repository.
[DEBUG]  org.codehaus.plexus:plexus-utils:jar:1.2:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]        junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]        classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]      classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: null:plexus-compiler-api:jar:1.5.2 from the repository.
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-compiler:pom:1.5.2 from the repository.
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
[DEBUG]  org.codehaus.plexus:plexus-compiler-api:jar:1.5.2:runtime (selected for runtime)
[DEBUG]Configuring mojo 'org.apache.myfaces.tobago:maven-apt-plugin:1.0.9:execute' -->
[DEBUG]  (f) aptOptions = configFile=Q:\EbookApp/src/main/resources/hibernate.cfg.xml,
                                                destFile=Q:\EbookApp/target/generated-sources/resources/hibernate.cfg.xml
[DEBUG]  (f) basedir = Q:\EbookApp
[DEBUG]  (f) classpathElements = [Q:\EbookApp\target\classes, j:\maven-2.0.4\repository\org\springframework\spring-web\2.0\spring-web-2.0.jar, j:\maven-2.0.4\repository\org\hibernate\hibernate\3.1.3\hibernate-3.1.3.jar, j:\maven-2.0.4\repository\jaxme\jaxme-api\0.3\jaxme-api-0.3.jar, j:\maven-2.0.4\repository\org\ccil\cowan\tagsoup\tagsoup\0.9.7\tagsoup-0.9.7.jar, j:\maven-2.0.4\repository\xerces\xmlParserAPIs\2.6.2\xmlParserAPIs-2.6.2.jar, j:\maven-2.0.4\repository\oro\oro\2.0.8\oro-2.0.8.jar, j:\maven-2.0.4\repository\ognl\ognl\2.6.7\ognl-2.6.7.jar, j:\maven-2.0.4\repository\junit\junit\3.8.1\junit-3.8.1.jar, j:\maven-2.0.4\repository\jaxen\jaxen\1.1-beta-6\jaxen-1.1-beta-6.jar, j:\maven-2.0.4\repository\com\javaforge\hivemind\hivemind-transaction\0.1-SNAPSHOT\hivemind-transaction-0.1-SNAPSHOT.jar, j:\maven-2.0.4\repository\hivemind\hivemind\1.1\hivemind-1.1.jar, j:\maven-2.0.4\repository\org\springframework\spring-dao\2.0\spring-dao-2.0.jar, j:\maven-2.0.4\repository\commons-proxy\commons-proxy\1.0\commons-proxy-1.0.jar, j:\maven-2.0.4\repository\aspectj\aspectjlib\1.5.2a\aspectjlib-1.5.2a.jar, j:\maven-2.0.4\repository\com\javaforge\hivemind\hivemind-hibernate3\0.1-SNAPSHOT\hivemind-hibernate3-0.1-SNAPSHOT.jar, j:\maven-2.0.4\repository\ehcache\ehcache\1.1\ehcache-1.1.jar, j:\maven-2.0.4\repository\commons-pool\commons-pool\1.2\commons-pool-1.2.jar, j:\maven-2.0.4\repository\commons-beanutils\commons-beanutils\1.7.0\commons-beanutils-1.7.0.jar, j:\maven-2.0.4\repository\commons-httpclient\commons-httpclient\2.0.1\commons-httpclient-2.0.1.jar, j:\maven-2.0.4\repository\org\trailsframework\trails-core\1.0-SNAPSHOT\trails-core-1.0-SNAPSHOT.jar, j:\maven-2.0.4\repository\tapestry\tapestry-annotations\4.0.1\tapestry-annotations-4.0.1.jar, j:\maven-2.0.4\repository\xml-apis\xml-apis\1.0.b2\xml-apis-1.0.b2.jar, j:\maven-2.0.4\repository\hsqldb\hsqldb\1.8.0.1\hsqldb-1.8.0.1.jar, j:\maven-2.0.4\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar, j:\maven-2.0.4\repository\commons-fileupload\commons-fileupload\1.1\commons-fileupload-1.1.jar, j:\maven-2.0.4\repository\xerces\xercesImpl\2.6.2\xercesImpl-2.6.2.jar, C:\Program Files\Java\jdk1.6.0\jre\..\lib\tools.jar, j:\maven-2.0.4\repository\xalan\xalan\2.6.0\xalan-2.6.0.jar, j:\maven-2.0.4\repository\cglib\cglib\2.1_3\cglib-2.1_3.jar, j:\maven-2.0.4\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar, j:\maven-2.0.4\repository\org\springframework\spring-support\2.0\spring-support-2.0.jar, j:\maven-2.0.4\repository\aspectj\aspectjweaver\1.5.2a\aspectjweaver-1.5.2a.jar, j:\maven-2.0.4\repository\bsf\bsf\2.3.0\bsf-2.3.0.jar, j:\maven-2.0.4\repository\log4j\log4j\1.2.9\log4j-1.2.9.jar, j:\maven-2.0.4\repository\com\javaforge\tapestry\tapestry-spring\0.1.2\tapestry-spring-0.1.2.jar, j:\maven-2.0.4\repository\org\springframework\spring\2.0\spring-2.0.jar, j:\maven-2.0.4\repository\org\springframework\spring-aop\2.0\spring-aop-2.0.jar, j:\maven-2.0.4\repository\org\hibernate\hibernate-annotations\3.1beta8\hibernate-annotations-3.1beta8.jar, j:\maven-2.0.4\repository\org\acegisecurity\acegi-security\1.0.2\acegi-security-1.0.2.jar, j:\maven-2.0.4\repository\odmg\odmg\3.0\odmg-3.0.jar, j:\maven-2.0.4\repository\org\springframework\spring-jdbc\2.0\spring-jdbc-2.0.jar, j:\maven-2.0.4\repository\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar, j:\maven-2.0.4\repository\aspectj\aspectjrt\1.5.2a\aspectjrt-1.5.2a.jar, j:\maven-2.0.4\repository\jboss\javassist\3.0\javassist-3.0.jar, j:\maven-2.0.4\repository\c3p0\c3p0\0.9.0.2\c3p0-0.9.0.2.jar, j:\maven-2.0.4\repository\org\springframework\spring-core\2.0\spring-core-2.0.jar, j:\maven-2.0.4\repository\tapestry\tapestry-contrib\4.0.2\tapestry-contrib-4.0.2.jar, j:\maven-2.0.4\repository\tapestry\tapestry\4.0.1\tapestry-4.0.1.jar, j:\maven-2.0.4\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar, j:\maven-2.0.4\repository\com\javaforge\tapestry\tapernate\0.1-SNAPSHOT\tapernate-0.1-SNAPSHOT.jar, j:\maven-2.0.4\repository\org\springframework\spring-remoting\2.0\spring-remoting-2.0.jar, j:\maven-2.0.4\repository\commons-collections\commons-collections\3.1\commons-collections-3.1.jar, j:\maven-2.0.4\repository\gnu-regexp\gnu-regexp\1.1.4\gnu-regexp-1.1.4.jar, j:\maven-2.0.4\repository\antlr\antlr\2.7.6rc1\antlr-2.7.6rc1.jar, j:\maven-2.0.4\repository\hivemind\hivemind-lib\1.1\hivemind-lib-1.1.jar, j:\maven-2.0.4\repository\mysql\mysql-connector-java\3.1.11\mysql-connector-java-3.1.11.jar, j:\maven-2.0.4\repository\org\springframework\spring-context\2.0\spring-context-2.0.jar, j:\maven-2.0.4\repository\asm\asm\1.5.3\asm-1.5.3.jar, j:\maven-2.0.4\repository\org\springframework\spring-beans\2.0\spring-beans-2.0.jar, j:\maven-2.0.4\repository\nekohtml\nekohtml\0.9.5\nekohtml-0.9.5.jar, j:\maven-2.0.4\repository\commons-digester\commons-digester\1.7\commons-digester-1.7.jar, j:\maven-2.0.4\repository\dom4j\dom4j\1.5.2\dom4j-1.5.2.jar, j:\maven-2.0.4\repository\proxool\proxool\0.8.3\proxool-0.8.3.jar, j:\maven-2.0.4\repository\asm\asm-attrs\1.5.3\asm-attrs-1.5.3.jar, j:\maven-2.0.4\repository\com\javaforge\hivemind\hivemind-utils\0.1\hivemind-utils-0.1.jar, j:\maven-2.0.4\repository\org\springframework\spring-hibernate3\2.0\spring-hibernate3-2.0.jar, j:\maven-2.0.4\repository\jdom\jdom\1.0\jdom-1.0.jar, j:\maven-2.0.4\repository\javax\persistence\ejb\3.0-public-draft-20060118\ejb-3.0-public-draft-20060118.jar, j:\maven-2.0.4\repository\commons-codec\commons-codec\1.3\commons-codec-1.3.jar, j:\maven-2.0.4\repository\commons-dbcp\commons-dbcp\1.2.1\commons-dbcp-1.2.1.jar, j:\maven-2.0.4\repository\xom\xom\1.0b3\xom-1.0b3.jar, j:\maven-2.0.4\repository\commons-io\commons-io\1.1\commons-io-1.1.jar, j:\maven-2.0.4\repository\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar]
[DEBUG]  (f) compileSourceRoots = [Q:\EbookApp\src\main\java, Q:\EbookApp/src/main/aspect]
[DEBUG]  (f) debug = true
[DEBUG]  (f) factory = org.trails.hibernate.HibernateAnnotationProcessorFactory
[DEBUG]  (f) force = true
[DEBUG]  (f) fork = false
[DEBUG]  (f) generated = target/generated-sources/java
[DEBUG]  (f) nocompile = true
[DEBUG]  (f) outputDirectory = Q:\EbookApp\target\classes
[DEBUG]  (f) project = org.apache.maven.project.MavenProject@ec32de11
[DEBUG]  (f) resourceFiltering = false
[DEBUG]  (f) staleMillis = 0
[DEBUG]  (f) tempRoot = Q:\EbookApp\target\maven-apt-plugin
[DEBUG]  (f) verbose = false
[DEBUG]-- end configuration --
[apt:execute {execution: default}]
[DEBUG]Using apt compiler
[DEBUG]Checking sourcepath
[DEBUG]Checking sourcepath in Q:\EbookApp\src\main\java
[DEBUG]sources from: Q:\EbookApp\src\main\java
[DEBUG]Q:\EbookApp\src\main\java\org\nilostep\ebook\MyDomainObject.java
[DEBUG]Checking sourcepath in Q:\EbookApp\src\main\aspect
[DEBUG]Apt finished.
[INFO]------------------------------------------------------------------------
[ERROR]BUILD ERROR
[INFO]------------------------------------------------------------------------
[INFO]Error starting apt compiler

Embedded error: com.sun.tools.apt.Main
[INFO]------------------------------------------------------------------------
[DEBUG]Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error starting apt compiler

        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:635)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:551)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:530)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:309)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:276)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:393)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182)
        at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:760)
        at org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(MavenJavaExecutor.java:257)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error starting apt compiler
        at org.apache.myfaces.maven.plugin.AbstractAPTMojo.execute(AbstractAPTMojo.java:454)
        at org.apache.myfaces.maven.plugin.AptMojo.execute(AptMojo.java:113)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:417)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:610)
        ... 10 more
Caused by: java.lang.ClassNotFoundException: com.sun.tools.apt.Main
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at org.codehaus.classworlds.RealmClassLoader.loadClassDirect(RealmClassLoader.java:195)
        at org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassRealm.java:255)
        at org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassRealm.java:274)
        at org.codehaus.classworlds.RealmClassLoader.loadClass(RealmClassLoader.java:214)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at org.apache.myfaces.maven.plugin.AbstractAPTMojo.execute(AbstractAPTMojo.java:425)
        ... 13 more
[INFO]------------------------------------------------------------------------
[INFO]Total time: 4 seconds
[INFO]Finished at: Sun Jan 14 20:19:59 CET 2007
[INFO]Final Memory: 66M/119M
[INFO]------------------------------------------------------------------------


> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Blocker
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_84974 ]
           
Milos Kleint commented on MEVENIDE-482:
---------------------------------------

thanks for the output.

instructions to fork the apt plugin.
1. open the pom.xml file of the project.
2. it should have a <build> section, if not create it.
3. add/check if exists
{noformat}
<plugins>
   <plugin>
       <groupId>org.apache.myfaces.tobago</groupId>
       <artifactId>maven-apt-plugin</artifactId>
       <configuration>
            <fork>true</fork>
       <configuration>
   </plugin>
</plugins>
{noformat}

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Blocker
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_84975 ]
           
Jim Caprioli commented on MEVENIDE-482:
---------------------------------------

Not a solution yet, but more data at least:

Below, close to the last line, I read:

Caused by: org.apache.maven.plugin.MojoExecutionException: Exit code: 1 - C:\Program wordt niet herkend als een interne of externe opdracht, programma of batchbestand.

I have a Dutch version of Windows XP, let me translate
Exit code: 1 - C:\Program is not recognized as a command, program or batch file.

I have both NetBeans and the Java JDK below C:\Program Files\ ...
Do I smell a bug? S
Should I move the JDK? ( as a workaround )

Below you'll find
- pom.xml
- output

The pom.xml in which I added the fork = true, just so that you can check if I implemented the change in a correct way.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.nilostep</groupId>
    <artifactId>EbookApp</artifactId>
    <packaging>war</packaging>
    <version>1.0-SNAPSHOT</version>
    <name>A simple trails project</name>
    <url>https://trails.dev.java.net/</url>
   
    <build>
        <extensions>
            <extension>
                <groupId>hsqldb</groupId>
                <artifactId>hsqldb</artifactId>
                <version>1.8.0.1</version>
            </extension>
        </extensions>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>aspectj-maven-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                    <aspectLibraries>
                        <aspectLibrary>
                            <groupId>org.trailsframework</groupId>
                            <artifactId>trails-core</artifactId>
                        </aspectLibrary>
                    </aspectLibraries>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>compile</goal><!-- use this goal to weave all your main classes -->
                            <goal>test-compile</goal><!-- use this goal to weave all your test classes -->
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
               
            </plugin>
           
            <plugin>
                <groupId>org.apache.myfaces.tobago</groupId>
                <artifactId>maven-apt-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>execute</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <fork>true</fork>
                    <factory>org.trails.hibernate.HibernateAnnotationProcessorFactory</factory>
                    <force>true</force>
                    <nocompile>true</nocompile>
                    <generated>target/generated-sources/java</generated>
                    <A>configFile=${basedir}/src/main/resources/hibernate.cfg.xml,
                    destFile=${basedir}/target/generated-sources/resources/hibernate.cfg.xml</A>
                    <target>1.5</target>
                    <!--
                                                <excludes>
                                                <exclude
                                                implementation="java.lang.String">**/*Point*.java</exclude>
                                                </excludes>
                                        -->
                </configuration>
            </plugin>
           
           
            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>maven-jetty6-plugin</artifactId>
                <configuration>
                    <scanIntervalSeconds>10</scanIntervalSeconds>
                </configuration>
                <dependencies>
                    <dependency>
                        <groupId>org.apache.geronimo.specs</groupId>
                        <artifactId>geronimo-j2ee_1.4_spec</artifactId>
                        <version>1.0</version>
                        <scope>provided</scope>
                    </dependency>
                </dependencies>
            </plugin>
           
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>hibernate3-maven-plugin</artifactId>
                <version>1.0-SNAPSHOT</version>
                <configuration>
                    <hibernate>
                        <configurationFile>target/generated-sources/resources/hibernate.cfg.xml</configurationFile>
                        <propertyFile>src/main/resources/hibernate.properties</propertyFile>
                    </hibernate>
                    <jdk5>true</jdk5>
                    <drop>true</drop>
                    <outputFile>export.ddl</outputFile>
                </configuration>
            </plugin>
           
        </plugins>
        <resources>
            <resource>
                <directory>${basedir}/src/main/resources</directory>
                <excludes>
                    <exclude>**/hibernate.cfg.xml</exclude>
                </excludes>
            </resource>
            <resource>
                <directory>${basedir}/target/generated-sources/resources</directory>
            </resource>
        </resources>
    </build>
    <dependencies>
        <dependency>
            <groupId>org.trailsframework</groupId>
            <artifactId>trails-core</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <!-- kaosko 2006-09-06: Apt plugin may silently fail if Jaxen isn't declared. The reason's a bit unclear, but my best guess
it's because of different versions of apt plugin posted as the same version (which is wrong for non-snapshots) -->
            <groupId>jaxen</groupId>
            <artifactId>jaxen</artifactId>
            <version>1.1-beta-6</version>
        </dependency>
        <dependency>
            <groupId>com.javaforge.tapestry</groupId>
            <artifactId>tapernate</artifactId>
            <version>0.1-SNAPSHOT</version>
            <exclusions>
                <exclusion>
                    <groupId>easymock</groupId>
                    <artifactId>easymock</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
    <profiles>
        <profile>
            <id>netbeans-public</id>
            <activation>
                <property>
                    <name>netbeans.execution</name>
                    <value>true</value>
                </property>
            </activation>
            <build />
            <properties>
                <netbeans.deployment.server.type>J2EE</netbeans.deployment.server.type>
            </properties>
        </profile>
    </profiles>
    <repositories>
        <repository>
            <id>trails.codehaus.org</id>
            <name>Trails Repository</name>
            <url>http://trails.codehaus.org/repository/</url>
        </repository>
        <repository>
            <id>snapshots.codehaus.org</id>
            <name>Codehaus Snapshots</name>
            <url>http://snapshots.repository.codehaus.org/</url>
            <snapshots />
        </repository>        
        <repository>
            <id>www.carmanconsulting.com</id>
            <name>Tapernate</name>
            <url>http://www.carmanconsulting.com/mvn/</url>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <id>codehaus</id>
            <name>CodeHaus Repository</name>
            <url>http://repository.codehaus.org/</url>
        </pluginRepository>
        <pluginRepository>
            <id>snapshots.codehaus.org</id>
            <url>http://snapshots.repository.codehaus.org/</url>
            <snapshots>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </pluginRepository>
    </pluginRepositories>
</project>

The output.

[DEBUG]Profile with id: 'netbeans-public' has been explicitly activated.
[DEBUG]Profile with id: 'netbeans-private' has been explicitly activated.
[INFO]Scanning for projects...
[DEBUG]Profile with id: 'netbeans-public' has been explicitly activated.
[DEBUG]Profile with id: 'netbeans-private' has been explicitly activated.
[DEBUG]org.nilostep:EbookApp:war:1.0-SNAPSHOT (selected for null)
[DEBUG]  hsqldb:hsqldb:jar:1.8.0.1:runtime (selected for runtime)
[INFO]----------------------------------------------------------------------------
[INFO]Building A simple trails project
[INFO]   task-segment: [compile]
[INFO]----------------------------------------------------------------------------
project-execute
[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.apache.maven.plugins:maven-resources-plugin' could not be found on repository: netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-resources-plugin: using locally installed snapshot
[DEBUG]maven-resources-plugin: resolved to version 2.2 from repository central
[DEBUG]Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-resources-plugin:maven-plugin:2.2 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
[DEBUG]Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.apache.maven.plugins:maven-compiler-plugin' could not be found on repository: netbeansIDE-repo-internal
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
[DEBUG]repository metadata for: 'artifact org.apache.maven.plugins:maven-compiler-plugin' could not be found on repository: codehaus
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-compiler-plugin: using locally installed snapshot
[DEBUG]maven-compiler-plugin: resolved to version 2.0.1 from repository central
[DEBUG]Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-compiler-plugin:maven-plugin:2.0.1 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
[DEBUG]Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.codehaus.mojo:aspectj-maven-plugin' could not be found on repository: netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]aspectj-maven-plugin: using locally installed snapshot
[DEBUG]aspectj-maven-plugin: resolved to version 1.0-beta-2 from repository central
[DEBUG]Retrieving parent-POM: org.codehaus.mojo:mojo::12 for project: null:aspectj-maven-plugin:maven-plugin:1.0-beta-2 from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.apache.myfaces.tobago:maven-apt-plugin' could not be found on repository: netbeansIDE-repo-internal
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
[DEBUG]repository metadata for: 'artifact org.apache.myfaces.tobago:maven-apt-plugin' could not be found on repository: codehaus
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-apt-plugin: using locally installed snapshot
[DEBUG]maven-apt-plugin: resolved to version 1.0.9 from repository central
[DEBUG]Retrieving parent-POM: org.apache.myfaces.tobago:tobago-tool::1.0.9 for project: null:maven-apt-plugin:maven-plugin:1.0.9 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.myfaces.tobago:tobago::1.0.9 for project: null:tobago-tool:pom:null from the repository.
[DEBUG]Found 0 components to load on start
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
[DEBUG]repository metadata for: 'artifact org.mortbay.jetty:maven-jetty6-plugin' could not be found on repository: netbeansIDE-repo-internal
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
[DEBUG]repository metadata for: 'artifact org.mortbay.jetty:maven-jetty6-plugin' could not be found on repository: codehaus
[DEBUG]Skipping disabled repository snapshots.codehaus.org
[DEBUG]maven-jetty6-plugin: using locally installed snapshot
[DEBUG]maven-jetty6-plugin: resolved to version 6.0.0beta17 from repository central
[DEBUG]Retrieving parent-POM: org.mortbay.jetty:project::6.0.0beta17 for project: org.mortbay.jetty:maven-jetty6-plugin:maven-plugin:6.0.0beta17 from the repository.
[DEBUG]Found 0 components to load on start
[DEBUG]Skipping disabled repository netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository central
[DEBUG]Skipping disabled repository central
[DEBUG]hibernate3-maven-plugin: resolved to version 1.0-20061107.213923-10 from repository snapshots.codehaus.org
[DEBUG]Retrieving parent-POM: org.codehaus.mojo.hibernate3:maven-hibernate3::1.0-SNAPSHOT for project: org.codehaus.mojo:hibernate3-maven-plugin:maven-plugin:1.0-20061107.213923-10 from the repository.
[DEBUG]Skipping disabled repository netbeansIDE-repo-internal
[DEBUG]Skipping disabled repository central
[DEBUG]Skipping disabled repository central
[DEBUG]maven-hibernate3: resolved to version 1.0-20061107.213923-16 from repository snapshots.codehaus.org
[DEBUG]Retrieving parent-POM: org.codehaus.mojo:mojo-sandbox::2 for project: org.codehaus.mojo.hibernate3:maven-hibernate3:pom:1.0-SNAPSHOT from the repository.
[DEBUG]Retrieving parent-POM: org.codehaus.mojo:mojo::11 for project: null:mojo-sandbox:pom:2 from the repository.
[DEBUG]hibernate3-maven-plugin: resolved to version 1.0-20061107.213923-10 from repository snapshots.codehaus.org
[DEBUG]Found 0 components to load on start
[DEBUG]org.nilostep:EbookApp:war:1.0-SNAPSHOT (selected for null)
[DEBUG]Skipping disabled repository central
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]  com.javaforge.tapestry:tapernate:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]    junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:runtime (selected for runtime)
[DEBUG]      commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]      commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]        commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]      ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]      oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]      hivemind:hivemind:jar:1.1.1:compile (selected for compile)
[DEBUG]      hivemind:hivemind-lib:jar:1.1.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.1:compile (selected for compile)
[DEBUG]    commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG]Skipping disabled repository central
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-hibernate3:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]        org.hibernate:hibernate:jar:3.1.1:compile (selected for compile)
[DEBUG]          ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]          cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]            asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]          javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]          antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]        javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]        jboss:javassist:jar:3.0:runtime (setting scope to: compile)
[DEBUG]        jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]        aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]        commons-proxy:commons-proxy:jar:1.0:compile (selected for compile)
[DEBUG]      log4j:log4j:jar:1.2.11:compile (selected for compile)
[DEBUG]      hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]Retrieving parent-POM: org.springframework:spring-full::1.2.6 for project: null:spring:jar:1.2.6 from the repository.
[DEBUG]Retrieving parent-POM: org.springframework:spring-parent::1.2.6 for project: null:spring-full:pom:null from the repository.
[DEBUG]      org.springframework:spring:jar:1.2.6:compile (selected for compile)
[DEBUG]Skipping disabled repository central
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-transaction:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]        asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]        ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]        asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]        commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]        dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]        javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]        antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta9:compile (removed - nearer found: 3.1beta8)
[DEBUG]Skipping disabled repository central
[DEBUG]hivemind-utils: resolved to version 0.1-20060605.114020-4 from repository www.carmanconsulting.com
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1-SNAPSHOT:compile (removed - nearer found: 0.1)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]Skipping disabled repository central
[DEBUG]trails-core: resolved to version 1.0-20061106.093209-6 from repository snapshots.codehaus.org
[DEBUG]Retrieving parent-POM: org.trailsframework:trails::1.0-SNAPSHOT for project: org.trailsframework:trails-core:jar:1.0-20061106.093209-6 from the repository.
[DEBUG]Skipping disabled repository central
[DEBUG]trails: resolved to version 1.0-20061106.093209-5 from repository snapshots.codehaus.org
[DEBUG]  org.trailsframework:trails-core:jar:1.0-SNAPSHOT:compile (selected for compile)
[DEBUG]    aspectj:aspectjlib:jar:1.5.2a:compile (selected for compile)
[DEBUG]    log4j:log4j:jar:1.2.11:compile (removed - nearer found: 1.2.9)
[DEBUG]    log4j:log4j:jar:1.2.9:compile (selected for compile)
[DEBUG]    tapestry:tapestry-contrib:jar:4.0.2:compile (selected for compile)
[DEBUG]    jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]    hivemind:hivemind:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.springframework:spring-support:jar:2.0:compile (selected for compile)
[DEBUG]      aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-aop:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]          org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]            commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-context:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-dao:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-httpclient:commons-httpclient:jar:2.0.1:compile (selected for compile)
[DEBUG]    ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]    hivemind:hivemind-lib:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind-lib:jar:1.1:compile (selected for compile)
[DEBUG]Retrieving parent-POM: org.acegisecurity:acegi-security-parent::1.0.2 for project: null:acegi-security:jar:1.0.2 from the repository.
[DEBUG]    org.acegisecurity:acegi-security:jar:1.0.2:compile (selected for compile)
[DEBUG]      commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]    mysql:mysql-connector-java:jar:3.1.11:compile (selected for compile)
[DEBUG]    org.springframework:spring:jar:1.2.6:compile (removed - nearer found: 2.0)
[DEBUG]    org.springframework:spring:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]    commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]      commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    commons-pool:commons-pool:jar:1.2:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      xml-apis:xml-apis:jar:1.0.b2:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]      xerces:xercesImpl:jar:2.0.2:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]Retrieving parent-POM: com.javaforge.tapestry:common::0.1.1 for project: com.javaforge.tapestry:tapestry-spring:jar:0.1.2 from the repository.
[DEBUG]    com.javaforge.tapestry:tapestry-spring:jar:0.1.2:compile (selected for compile)
[DEBUG]      tapestry:tapestry:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]      tapestry:tapestry-annotations:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]    nekohtml:nekohtml:jar:0.9.5:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.4.0
  This artifact has been relocated to xerces:xercesImpl:2.4.0.

[DEBUG]      xerces:xercesImpl:jar:2.4.0:compile (removed - nearer found: 2.0.2)
[DEBUG]    odmg:odmg:jar:3.0:compile (selected for compile)
[DEBUG]    aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]    aspectj:aspectjrt:jar:1.5.2a:compile (selected for compile)
[DEBUG]    commons-dbcp:commons-dbcp:jar:1.2.1:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]    aspectj:aspectjweaver:jar:1.5.2a:compile (selected for compile)
[DEBUG]    org.springframework:spring-hibernate3:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.hibernate:hibernate:jar:3.2.0.cr4:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.springframework:spring-web:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    proxool:proxool:jar:0.8.3:compile (selected for compile)
[DEBUG]    bsf:bsf:jar:2.3.0:compile (selected for compile)
[DEBUG]    commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]      asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]      dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]      javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]      antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]    org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-digester:commons-digester:jar:1.7:compile (selected for compile)
[DEBUG]      commons-beanutils:commons-beanutils:jar:1.6:compile (removed - nearer found: 1.7.0)
[DEBUG]      commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.0.4)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]    c3p0:c3p0:jar:0.9.0.2:compile (selected for compile)
[DEBUG]    gnu-regexp:gnu-regexp:jar:1.1.4:compile (selected for compile)
[DEBUG]    hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]    javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    com.sun:tools:jar:1.4.2:system (selected for system)
[DEBUG]    org.springframework:spring-remoting:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]    asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]    commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]    javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]  jaxen:jaxen:jar:1.1-beta-6:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.1-beta-4:compile (removed - causes a cycle in the graph)
[DEBUG]    dom4j:dom4j:jar:1.6.1:compile (removed - nearer found: 1.5.2)
[DEBUG]    dom4j:dom4j:jar:1.5.2:compile (selected for compile)
[DEBUG]      jaxme:jaxme-api:jar:0.3:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG]    jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG]    xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG]    xerces:xercesImpl:jar:2.0.2:compile (removed - nearer found: 2.6.2)
[DEBUG]    xerces:xercesImpl:jar:2.6.2:compile (selected for compile)
[DEBUG]    xom:xom:jar:1.0b3:compile (selected for compile)
[DEBUG]      xerces:xmlParserAPIs:jar:2.6.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      xerces:xercesImpl:jar:2.2.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG]      xalan:xalan:jar:2.6.0:compile (selected for compile)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      org.ccil.cowan.tagsoup:tagsoup:jar:0.9.7:compile (selected for compile)
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]trails-core: resolved to version 1.0-20061106.093209-6 from repository snapshots.codehaus.org
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]org.codehaus.mojo:aspectj-maven-plugin:maven-plugin:1.0-beta-2:runtime (selected for runtime)
[DEBUG]  com.sun:tools:jar:1.4.2:system (selected for system)
[DEBUG]Retrieving parent-POM: org.apache.maven.reporting:maven-reporting::2.0 for project: null:maven-reporting-impl:jar:2.0 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven.reporting:maven-reporting:pom:2.0 from the repository.
[DEBUG]  org.apache.maven.reporting:maven-reporting-impl:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-project:jar:2.0 from the repository.
[DEBUG]    org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-profile:jar:2.0 from the repository.
[DEBUG]      org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-model:jar:2.0 from the repository.
[DEBUG]        org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]          junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact-manager:jar:2.0 from the repository.
[DEBUG]      org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-repository-metadata:jar:2.0 from the repository.
[DEBUG]        org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact:jar:2.0 from the repository.
[DEBUG]        org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]        junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]        classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]    commons-validator:commons-validator:jar:1.1.4:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
[DEBUG]    oro:oro:jar:2.0.7:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.apache.maven.reporting:maven-reporting::2.0 for project: null:maven-reporting-api:jar:2.0 from the repository.
[DEBUG]Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven.reporting:maven-reporting:pom:2.0 from the repository.
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime (selected for runtime)
[DEBUG]      doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG]    doxia:doxia-core:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]        junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]        classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]      junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]      classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]  aspectj:aspectjtools:jar:1.5.2a:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
[DEBUG]  aspectj:aspectjrt:jar:1.5.2a:runtime (selected for runtime)
[DEBUG]  org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime (selected for runtime)
[DEBUG]    doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]  org.codehaus.plexus:plexus-compiler-api:jar:1.5.1:runtime (selected for runtime)
[DEBUG]    classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]Configuring mojo 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile' -->
[DEBUG]  (s) argumentFileName = builddef.lst
[DEBUG]  (f) aspectDirectory = src/main/aspect
[DEBUG]  (s) groupId = org.trailsframework
[DEBUG]  (s) artifactId = trails-core
[DEBUG]  (f) aspectLibraries = [Lorg.codehaus.mojo.aspectj.Module;@18d7dd2
[DEBUG]  (f) basedir = Q:\EbookApp
[DEBUG]  (f) project = org.apache.maven.project.MavenProject@ec32de11
[DEBUG]  (s) source = 1.5
[DEBUG]  (s) target = 1.5
[DEBUG]  (f) testAspectDirectory = src/test/aspect
[DEBUG]-- end configuration --
[aspectj:compile {execution: default}]
[DEBUG]Adding -aspectpath: j:\maven-2.0.4\repository\org\trailsframework\trails-core\1.0-SNAPSHOT\trails-core-1.0-SNAPSHOT.jar
[DEBUG]No modifications found skipping aspectJ compile
[DEBUG]org.nilostep:EbookApp:war:1.0-SNAPSHOT (selected for null)
[DEBUG]  com.javaforge.tapestry:tapernate:jar:0.1-20060609.152149-15:compile (selected for compile)
[DEBUG]    junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:runtime (selected for runtime)
[DEBUG]      commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]      commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]        commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]      ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]      oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]      hivemind:hivemind:jar:1.1.1:compile (selected for compile)
[DEBUG]      hivemind:hivemind-lib:jar:1.1.1:compile (selected for compile)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.1:compile (selected for compile)
[DEBUG]    commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-hibernate3:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]        org.hibernate:hibernate:jar:3.1.1:compile (selected for compile)
[DEBUG]          ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]          cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]            asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]          commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]          javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]          antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]        javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1:compile (selected for compile)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]        jboss:javassist:jar:3.0:runtime (setting scope to: compile)
[DEBUG]        jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]        aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]        commons-proxy:commons-proxy:jar:1.0:compile (selected for compile)
[DEBUG]      log4j:log4j:jar:1.2.11:compile (selected for compile)
[DEBUG]      hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]      org.springframework:spring:jar:1.2.6:compile (selected for compile)
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]    com.javaforge.hivemind:hivemind-transaction:jar:0.1-SNAPSHOT:compile (selected for compile)
[DEBUG]      cglib:cglib:jar:2.1_3:compile (selected for compile)
[DEBUG]        asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]        ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]        asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]        commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]        dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]        javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]        antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate-annotations:jar:3.1beta9:compile (removed - nearer found: 3.1beta8)
[DEBUG]hivemind-utils: resolved to version 0.1-20060605.114020-4 from repository www.carmanconsulting.com
[DEBUG]      com.javaforge.hivemind:hivemind-utils:jar:0.1-SNAPSHOT:compile (removed - nearer found: 0.1)
[DEBUG]While downloading javassist:javassist:3.0
  This artifact has been relocated to jboss:javassist:3.0.

[DEBUG]      jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]  org.trailsframework:trails-core:jar:1.0-20061106.093209-6:compile (selected for compile)
[DEBUG]    aspectj:aspectjlib:jar:1.5.2a:compile (selected for compile)
[DEBUG]    log4j:log4j:jar:1.2.11:compile (removed - nearer found: 1.2.9)
[DEBUG]    log4j:log4j:jar:1.2.9:compile (selected for compile)
[DEBUG]    tapestry:tapestry-contrib:jar:4.0.2:compile (selected for compile)
[DEBUG]    jboss:javassist:jar:3.0:compile (selected for compile)
[DEBUG]    hivemind:hivemind:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind:jar:1.1:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.springframework:spring-support:jar:2.0:compile (selected for compile)
[DEBUG]      aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-aop:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]          org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]            commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]        org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]          commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-beans:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-context:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-core:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-dao:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-httpclient:commons-httpclient:jar:2.0.1:compile (selected for compile)
[DEBUG]    ognl:ognl:jar:2.6.7:compile (selected for compile)
[DEBUG]    hivemind:hivemind-lib:jar:1.1.1:compile (removed - nearer found: 1.1)
[DEBUG]    hivemind:hivemind-lib:jar:1.1:compile (selected for compile)
[DEBUG]    org.acegisecurity:acegi-security:jar:1.0.2:compile (selected for compile)
[DEBUG]      commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    ehcache:ehcache:jar:1.1:compile (selected for compile)
[DEBUG]    mysql:mysql-connector-java:jar:3.1.11:compile (selected for compile)
[DEBUG]    org.springframework:spring:jar:1.2.6:compile (removed - nearer found: 2.0)
[DEBUG]    org.springframework:spring:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]    commons-fileupload:commons-fileupload:jar:1.1:compile (selected for compile)
[DEBUG]      commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    commons-pool:commons-pool:jar:1.2:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      xml-apis:xml-apis:jar:1.0.b2:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]      xerces:xercesImpl:jar:2.0.2:compile (selected for compile)
[DEBUG]    tapestry:tapestry:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]    com.javaforge.tapestry:tapestry-spring:jar:0.1.2:compile (selected for compile)
[DEBUG]      tapestry:tapestry:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]      tapestry:tapestry-annotations:jar:4.0:compile (removed - nearer found: 4.0.1)
[DEBUG]    tapestry:tapestry-annotations:jar:4.0.2:compile (removed - nearer found: 4.0.1)
[DEBUG]    nekohtml:nekohtml:jar:0.9.5:compile (selected for compile)
[DEBUG]While downloading xerces:xerces:2.4.0
  This artifact has been relocated to xerces:xercesImpl:2.4.0.

[DEBUG]      xerces:xercesImpl:jar:2.4.0:compile (removed - nearer found: 2.0.2)
[DEBUG]    odmg:odmg:jar:3.0:compile (selected for compile)
[DEBUG]    aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG]    aspectj:aspectjrt:jar:1.5.2a:compile (selected for compile)
[DEBUG]    commons-dbcp:commons-dbcp:jar:1.2.1:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]While downloading xerces:xerces:2.0.2
  This artifact has been relocated to xerces:xercesImpl:2.0.2.

[DEBUG]    aspectj:aspectjweaver:jar:1.5.2a:compile (selected for compile)
[DEBUG]    org.springframework:spring-hibernate3:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]      org.hibernate:hibernate:jar:3.2.0.cr4:compile (removed - nearer found: 3.1.3)
[DEBUG]      org.springframework:spring-web:jar:2.0:compile (selected for compile)
[DEBUG]        commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG]    proxool:proxool:jar:0.8.3:compile (selected for compile)
[DEBUG]    bsf:bsf:jar:2.3.0:compile (selected for compile)
[DEBUG]    commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.0.4)
[DEBUG]    org.hibernate:hibernate-annotations:jar:3.1beta8:compile (selected for compile)
[DEBUG]      org.hibernate:hibernate:jar:3.1.1:compile (removed - nearer found: 3.1.3)
[DEBUG]      javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    commons-io:commons-io:jar:1.1:compile (selected for compile)
[DEBUG]    org.hibernate:hibernate:jar:3.1.3:compile (selected for compile)
[DEBUG]      asm:asm-attrs:jar:1.5.3:compile (selected for compile)
[DEBUG]      commons-collections:commons-collections:jar:2.1.1:compile (removed - nearer found: 3.1)
[DEBUG]      dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG]      javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]      antlr:antlr:jar:2.7.6rc1:compile (selected for compile)
[DEBUG]tapernate: resolved to version 0.1-20060609.152149-15 from repository www.carmanconsulting.com
[DEBUG]    org.springframework:spring-jdbc:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    commons-digester:commons-digester:jar:1.7:compile (selected for compile)
[DEBUG]      commons-beanutils:commons-beanutils:jar:1.6:compile (removed - nearer found: 1.7.0)
[DEBUG]      commons-logging:commons-logging:jar:1.0:compile (removed - nearer found: 1.0.4)
[DEBUG]      commons-collections:commons-collections:jar:2.1:compile (removed - nearer found: 3.1)
[DEBUG]    c3p0:c3p0:jar:0.9.0.2:compile (selected for compile)
[DEBUG]    gnu-regexp:gnu-regexp:jar:1.1.4:compile (selected for compile)
[DEBUG]    hsqldb:hsqldb:jar:1.8.0.1:compile (selected for compile)
[DEBUG]    javax.persistence:ejb:jar:3.0-public-draft-20060118:compile (selected for compile)
[DEBUG]    com.sun:tools:jar:1.4.2:system (selected for system)
[DEBUG]    org.springframework:spring-remoting:jar:2.0:compile (selected for compile)
[DEBUG]      commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.0.4)
[DEBUG]    oro:oro:jar:2.0.8:compile (selected for compile)
[DEBUG]    asm:asm:jar:1.5.3:compile (selected for compile)
[DEBUG]    commons-codec:commons-codec:jar:1.3:compile (selected for compile)
[DEBUG]    javax.transaction:jta:jar:1.0.1B:compile (selected for compile)
[DEBUG]  jaxen:jaxen:jar:1.1-beta-6:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.1-beta-4:compile (removed - causes a cycle in the graph)
[DEBUG]    dom4j:dom4j:jar:1.6.1:compile (removed - nearer found: 1.5.2)
[DEBUG]    dom4j:dom4j:jar:1.5.2:compile (selected for compile)
[DEBUG]      jaxme:jaxme-api:jar:0.3:compile (selected for compile)
[DEBUG]    jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG]    jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG]    xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG]    xerces:xercesImpl:jar:2.0.2:compile (removed - nearer found: 2.6.2)
[DEBUG]    xerces:xercesImpl:jar:2.6.2:compile (selected for compile)
[DEBUG]    xom:xom:jar:1.0b3:compile (selected for compile)
[DEBUG]      xerces:xmlParserAPIs:jar:2.6.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      xerces:xercesImpl:jar:2.2.1:compile (removed - nearer found: 2.6.2)
[DEBUG]      com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG]      xalan:xalan:jar:2.6.0:compile (selected for compile)
[DEBUG]While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.

[DEBUG]      org.ccil.cowan.tagsoup:tagsoup:jar:0.9.7:compile (selected for compile)
[DEBUG]hivemind-transaction: resolved to version 0.1-20060603.130055-2 from repository www.carmanconsulting.com
[DEBUG]hivemind-hibernate3: resolved to version 0.1-20060622.203643-7 from repository www.carmanconsulting.com
[DEBUG]org.apache.myfaces.tobago:maven-apt-plugin:maven-plugin:1.0.9:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: null:plexus-utils:jar:1.2 from the repository.
[DEBUG]  org.codehaus.plexus:plexus-utils:jar:1.2:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]        junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]        classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]    org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
[DEBUG]        org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]      org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.2)
[DEBUG]      junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]      classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]  org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: null:plexus-compiler-api:jar:1.5.2 from the repository.
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-compiler:pom:1.5.2 from the repository.
[DEBUG]Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
[DEBUG]  org.codehaus.plexus:plexus-compiler-api:jar:1.5.2:runtime (selected for runtime)
[DEBUG]Configuring mojo 'org.apache.myfaces.tobago:maven-apt-plugin:1.0.9:execute' -->
[DEBUG]  (f) aptOptions = configFile=Q:\EbookApp/src/main/resources/hibernate.cfg.xml,
                                                destFile=Q:\EbookApp/target/generated-sources/resources/hibernate.cfg.xml
[DEBUG]  (f) basedir = Q:\EbookApp
[DEBUG]  (f) classpathElements = [Q:\EbookApp\target\classes, j:\maven-2.0.4\repository\org\springframework\spring-web\2.0\spring-web-2.0.jar, j:\maven-2.0.4\repository\jaxme\jaxme-api\0.3\jaxme-api-0.3.jar, j:\maven-2.0.4\repository\org\hibernate\hibernate\3.1.3\hibernate-3.1.3.jar, j:\maven-2.0.4\repository\org\ccil\cowan\tagsoup\tagsoup\0.9.7\tagsoup-0.9.7.jar, j:\maven-2.0.4\repository\xerces\xmlParserAPIs\2.6.2\xmlParserAPIs-2.6.2.jar, j:\maven-2.0.4\repository\oro\oro\2.0.8\oro-2.0.8.jar, j:\maven-2.0.4\repository\ognl\ognl\2.6.7\ognl-2.6.7.jar, j:\maven-2.0.4\repository\junit\junit\3.8.1\junit-3.8.1.jar, j:\maven-2.0.4\repository\com\javaforge\hivemind\hivemind-transaction\0.1-SNAPSHOT\hivemind-transaction-0.1-SNAPSHOT.jar, j:\maven-2.0.4\repository\jaxen\jaxen\1.1-beta-6\jaxen-1.1-beta-6.jar, j:\maven-2.0.4\repository\hivemind\hivemind\1.1\hivemind-1.1.jar, j:\maven-2.0.4\repository\org\springframework\spring-dao\2.0\spring-dao-2.0.jar, j:\maven-2.0.4\repository\commons-proxy\commons-proxy\1.0\commons-proxy-1.0.jar, j:\maven-2.0.4\repository\aspectj\aspectjlib\1.5.2a\aspectjlib-1.5.2a.jar, j:\maven-2.0.4\repository\com\javaforge\hivemind\hivemind-hibernate3\0.1-SNAPSHOT\hivemind-hibernate3-0.1-SNAPSHOT.jar, j:\maven-2.0.4\repository\ehcache\ehcache\1.1\ehcache-1.1.jar, j:\maven-2.0.4\repository\commons-pool\commons-pool\1.2\commons-pool-1.2.jar, j:\maven-2.0.4\repository\commons-httpclient\commons-httpclient\2.0.1\commons-httpclient-2.0.1.jar, j:\maven-2.0.4\repository\commons-beanutils\commons-beanutils\1.7.0\commons-beanutils-1.7.0.jar, j:\maven-2.0.4\repository\org\trailsframework\trails-core\1.0-SNAPSHOT\trails-core-1.0-SNAPSHOT.jar, j:\maven-2.0.4\repository\tapestry\tapestry-annotations\4.0.1\tapestry-annotations-4.0.1.jar, j:\maven-2.0.4\repository\xml-apis\xml-apis\1.0.b2\xml-apis-1.0.b2.jar, j:\maven-2.0.4\repository\hsqldb\hsqldb\1.8.0.1\hsqldb-1.8.0.1.jar, j:\maven-2.0.4\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar, j:\maven-2.0.4\repository\commons-fileupload\commons-fileupload\1.1\commons-fileupload-1.1.jar, j:\maven-2.0.4\repository\xerces\xercesImpl\2.6.2\xercesImpl-2.6.2.jar, C:\Program Files\Java\jdk1.6.0\jre\..\lib\tools.jar, j:\maven-2.0.4\repository\cglib\cglib\2.1_3\cglib-2.1_3.jar, j:\maven-2.0.4\repository\xalan\xalan\2.6.0\xalan-2.6.0.jar, j:\maven-2.0.4\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar, j:\maven-2.0.4\repository\org\springframework\spring-support\2.0\spring-support-2.0.jar, j:\maven-2.0.4\repository\aspectj\aspectjweaver\1.5.2a\aspectjweaver-1.5.2a.jar, j:\maven-2.0.4\repository\bsf\bsf\2.3.0\bsf-2.3.0.jar, j:\maven-2.0.4\repository\log4j\log4j\1.2.9\log4j-1.2.9.jar, j:\maven-2.0.4\repository\com\javaforge\tapestry\tapestry-spring\0.1.2\tapestry-spring-0.1.2.jar, j:\maven-2.0.4\repository\org\springframework\spring\2.0\spring-2.0.jar, j:\maven-2.0.4\repository\org\acegisecurity\acegi-security\1.0.2\acegi-security-1.0.2.jar, j:\maven-2.0.4\repository\org\hibernate\hibernate-annotations\3.1beta8\hibernate-annotations-3.1beta8.jar, j:\maven-2.0.4\repository\org\springframework\spring-aop\2.0\spring-aop-2.0.jar, j:\maven-2.0.4\repository\odmg\odmg\3.0\odmg-3.0.jar, j:\maven-2.0.4\repository\org\springframework\spring-jdbc\2.0\spring-jdbc-2.0.jar, j:\maven-2.0.4\repository\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar, j:\maven-2.0.4\repository\aspectj\aspectjrt\1.5.2a\aspectjrt-1.5.2a.jar, j:\maven-2.0.4\repository\c3p0\c3p0\0.9.0.2\c3p0-0.9.0.2.jar, j:\maven-2.0.4\repository\jboss\javassist\3.0\javassist-3.0.jar, j:\maven-2.0.4\repository\org\springframework\spring-core\2.0\spring-core-2.0.jar, j:\maven-2.0.4\repository\tapestry\tapestry-contrib\4.0.2\tapestry-contrib-4.0.2.jar, j:\maven-2.0.4\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar, j:\maven-2.0.4\repository\tapestry\tapestry\4.0.1\tapestry-4.0.1.jar, j:\maven-2.0.4\repository\com\javaforge\tapestry\tapernate\0.1-SNAPSHOT\tapernate-0.1-SNAPSHOT.jar, j:\maven-2.0.4\repository\commons-collections\commons-collections\3.1\commons-collections-3.1.jar, j:\maven-2.0.4\repository\org\springframework\spring-remoting\2.0\spring-remoting-2.0.jar, j:\maven-2.0.4\repository\antlr\antlr\2.7.6rc1\antlr-2.7.6rc1.jar, j:\maven-2.0.4\repository\gnu-regexp\gnu-regexp\1.1.4\gnu-regexp-1.1.4.jar, j:\maven-2.0.4\repository\hivemind\hivemind-lib\1.1\hivemind-lib-1.1.jar, j:\maven-2.0.4\repository\mysql\mysql-connector-java\3.1.11\mysql-connector-java-3.1.11.jar, j:\maven-2.0.4\repository\org\springframework\spring-context\2.0\spring-context-2.0.jar, j:\maven-2.0.4\repository\asm\asm\1.5.3\asm-1.5.3.jar, j:\maven-2.0.4\repository\org\springframework\spring-beans\2.0\spring-beans-2.0.jar, j:\maven-2.0.4\repository\commons-digester\commons-digester\1.7\commons-digester-1.7.jar, j:\maven-2.0.4\repository\nekohtml\nekohtml\0.9.5\nekohtml-0.9.5.jar, j:\maven-2.0.4\repository\dom4j\dom4j\1.5.2\dom4j-1.5.2.jar, j:\maven-2.0.4\repository\proxool\proxool\0.8.3\proxool-0.8.3.jar, j:\maven-2.0.4\repository\asm\asm-attrs\1.5.3\asm-attrs-1.5.3.jar, j:\maven-2.0.4\repository\com\javaforge\hivemind\hivemind-utils\0.1\hivemind-utils-0.1.jar, j:\maven-2.0.4\repository\org\springframework\spring-hibernate3\2.0\spring-hibernate3-2.0.jar, j:\

[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_85084 ]
           
nilo de roock commented on MEVENIDE-482:
----------------------------------------

The problem is that Mevenide can't handle directory names with spaces. so there is always a workaround. ( It deserves to get fixed though, the IDE is often run on Windows. )

If moving the JDK from C:\Program Files\ to C:\ is too drastic, since it is a temporarily fix anyway, an alternative is creating a virtual drive, say R:, for C:\Program Files\ and then modifying the location of the JDK Home directory in the netbeans.conf file in the netbeans\etc directory.

Test result follows here.

[INFO]Scanning for projects...
[INFO]----------------------------------------------------------------------------
[INFO]Building A simple trails project
[INFO]   task-segment: [compile]
[INFO]----------------------------------------------------------------------------
project-execute
[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from codehaus
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
[INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
[INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
[aspectj:compile {execution: default}]
[apt:execute {execution: default}]
Q:\EbookApp/src/main/resources/hibernate.cfg.xml
javax.persistence.Entity
org.nilostep.ebook.MyDomainObject
Creating destFile: Q:\EbookApp/target/generated-sources/resources/hibernate.cfg.xml
[ERROR]warning: Annotation types without processors: [javax.persistence.Id, javax.persistence.GeneratedValue]
[ERROR]1 warning
[resources:resources]
[INFO]Using default encoding to copy filtered resources.
[compiler:compile]
[INFO]Nothing to compile - all classes are up to date
[INFO]------------------------------------------------------------------------
[INFO]BUILD SUCCESSFUL
[INFO]------------------------------------------------------------------------
[INFO]Total time: 6 seconds
[INFO]Finished at: Mon Jan 15 20:25:51 CET 2007
[INFO]Final Memory: 28M/63M
[INFO]------------------------------------------------------------------------





> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Blocker
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_85085 ]
           
Jim Caprioli commented on MEVENIDE-482:
---------------------------------------

I suppose this issue is no longer a blocker then. Although I created the issue it seens I am not authorized to change the priority.

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Blocker
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Updated: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

     [ http://jira.codehaus.org/browse/MEVENIDE-482?page=all ]

Milos Kleint updated MEVENIDE-482:
----------------------------------

    Priority: Critical  (was: Blocker)

I still cannot figure out how this is a mevenide problem.
Especially in the forked mode situation and the space in the path, it's obvious that it's either a problem of the plugin (wrong setting of the path) or of plexus utils that executes the command line wrongly.

http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/maven-apt-plugin/src/main/java/org/apache/myfaces/maven/plugin/AbstractAPTMojo.java?revision=494593&view=markup


could you attach a sample project that I could do some testing with?

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=comments#action_85159 ]
           
nilo de roock commented on MEVENIDE-482:
----------------------------------------

I started with the TRAILS archetype, i created that project with maven from within NetBeans using.

Create a new project in netbeans using
GroupId: org.trailsframework
ArtifactId: trails-archetype
Version: 1.0-SNAPSHOT

It should be reproducable if the JDK is somewhere in a directory containing spaces like C:\Program Files.

It looks like you already have found the source, but it's not under your control. What's our next step?


> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85995 ]

Milos Kleint commented on MEVENIDE-482:
---------------------------------------

filed http://issues.apache.org/jira/browse/TOBAGO-256 issue with the apt plugin

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>         Assigned To: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104709 ]

Milos Kleint commented on MEVENIDE-482:
---------------------------------------

in the 3.0.x version for nb 60 I've added the possibility to execute maven build externally. With that executor, the apt plugin shall work fine.

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>            Assignee: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139569#action_139569 ]

Ravi Luthra commented on MEVENIDE-482:
--------------------------------------

Is the following related at all?
http://jira.codehaus.org/browse/MNG-3586

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>            Assignee: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156500#action_156500 ]

Jaromir Uhrik commented on MEVENIDE-482:
----------------------------------------

This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154457

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>            Assignee: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MEVENIDE-482) Embedded error: com.sun.tools.apt.Main

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint closed MEVENIDE-482.
---------------------------------

    Resolution: Duplicate

closing the issue as duplicate of the newly created one in netbeans.org issuezilla.
Please post your additional comments to the new issue.

> Embedded error: com.sun.tools.apt.Main
> ---------------------------------------
>
>                 Key: MEVENIDE-482
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-482
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: windows xp, netbeans-5.5-ee, jdk1.6
>            Reporter: Jim Caprioli
>            Assignee: Milos Kleint
>            Priority: Critical
>             Fix For: NB_2.4
>
>
> Create a new project in netbeans using
> GroupId: org.trailsframework
> ArtifactId: trails-archetype
> Version: 1.0-SNAPSHOT
> Then run lifecycle phase 'compile'
> The following error occurs.
> [INFO]Scanning for projects...
> [INFO]----------------------------------------------------------------------------
> [INFO]Building A simple trails project
> [INFO]   task-segment: [compile]
> [INFO]----------------------------------------------------------------------------
> project-execute
> [INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus
> [INFO]artifact org.codehaus.mojo:aspectj-maven-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.apache.myfaces.tobago:maven-apt-plugin: checking for updates from codehaus
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from netbeansIDE-repo-internal
> [INFO]artifact org.mortbay.jetty:maven-jetty6-plugin: checking for updates from codehaus
> [aspectj:compile {execution: default}]
> [apt:execute {execution: default}]
> [INFO]------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> [INFO]------------------------------------------------------------------------
> [INFO]Error starting apt compiler
> Embedded error: com.sun.tools.apt.Main
> [INFO]------------------------------------------------------------------------
> [INFO]For more information, run Maven with the -e switch
> [INFO]------------------------------------------------------------------------
> [INFO]Total time: 6 seconds
> [INFO]Finished at: Sun Jan 14 18:27:24 CET 2007
> [INFO]Final Memory: 31M/63M
> [INFO]------------------------------------------------------------------------
> Note:
> When I do the same from a command window using mvn compile i receive a build succesfull. So it must have something to do with the netbeans integration, I suppose.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email