Results 1 to 1 of 1

Thread: Why roo-1.1.0.M2 dont generated aspect files?

  1. #1
    Join Date
    Jul 2010
    Posts
    1

    Default Why roo-1.1.0.M2 dont generated aspect files?

    subj.

    I`ve install sts-2.3.3M2 roo-1.1.0.M2 and spring-flex-1.5.0.M1. Add to roo bundles path org.springframework.flex.roo.addon-1.0.0.M1.jar and rename to org.springframework.flex.roo.addon-1.0.0.M2.jar. Starting sts, create a roo project. In roo console entering:

    Code:
    persistence setup --provider HIBERNATE --database H2_IN_MEMORY 
    flex setup
    entity --class ~.domain.SomeEntity
    and Roo create only java file.

    Roo console log
    Code:
    org.example roo> entity --class ~.domain.SomeEntity
    SRC_MAIN_JAVA\org\example\domain
    Created SRC_MAIN_JAVA\org\example\domain\SomeEntity.java
    ~.domain.SomeEntity roo>
    Any idei`s about? May be i doing something wrong?
    Last edited by zerx; Jul 23rd, 2010 at 02:29 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •